aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier
2023-10-06linux-user/flatload: clean up local variable shadowingLaurent Vivier
2023-10-04build: Remove --enable-gprofRichard Henderson
2023-10-04linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-29linux-user/strace: Clean up local variable shadowingPhilippe Mathieu-Daudé
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