aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell
2023-09-21linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell
2023-09-21linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell
2023-09-21linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell
2023-09-20Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-09-20target/loongarch: Add LASX data supportSong Gao
2023-09-19linux-user/hppa: lock both words of function descriptorMikulas Patocka
2023-09-19linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka
2023-09-11linux-user/riscv: Add new extensions to hwprobeRobbin Ehn
2023-09-11linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-01linux-user: Track shm regions with an interval treeRichard Henderson
2023-09-01linux-user: Fix shmdtRichard Henderson
2023-09-01linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}Richard Henderson
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson
2023-09-01linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-09-01linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich
2023-09-01linux-user: Show heap address in /proc/pid/mapsRichard Henderson
2023-09-01linux-user: Adjust brk for load_biasRichard Henderson
2023-09-01linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson
2023-09-01linux-user: Emulate /proc/cpuinfo for AlphaHelge Deller
2023-09-01linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson
2023-08-31accel/tcg: spelling fixesMichael Tokarev
2023-08-23linux-user/elfload: Enable vxe2 on s390xIlya Leoshkevich
2023-08-09linux-user: Fix openat() emulation to correctly detect accesses to /procHelge Deller
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-09linux-user: Split out do_mmapRichard Henderson
2023-08-08Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-08-08linux-user: Rewrite non-fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Rewrite fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Consolidate guest bounds check in probe_guest_baseRichard Henderson
2023-08-08linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_baseRichard Henderson
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson
2023-08-08linux-user: Use zero_bss for PT_LOAD with no file contents tooRichard Henderson
2023-08-08linux-user: Do not adjust zero_bss for host page sizeRichard Henderson
2023-08-08linux-user: Do not adjust image mapping for host page sizeRichard Henderson
2023-08-08linux-user: Adjust initial brk when interpreter is close to executableHelge Deller
2023-08-08linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson
2023-08-08linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson
2023-08-08linux-user: cleanup unused linux-user/include/host directoriesPaolo Bonzini
2023-08-08configure: fix detection for x32 linux-userPaolo Bonzini
2023-08-06linux-user: Remove last_brkRichard Henderson
2023-08-06linux-user: Properly set image_info.brk in flatloadRichard Henderson
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki