aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell2023-09-211-0/+1
* target/arm: Implement FEAT_HBCPeter Maydell2023-09-211-0/+1
* linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell2023-09-211-0/+12
* linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell2023-09-211-0/+44
* linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell2023-09-211-7/+7
* Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into stagingStefan Hajnoczi2023-09-201-0/+1
|\
| * target/loongarch: Add LASX data supportSong Gao2023-09-201-0/+1
* | linux-user/hppa: lock both words of function descriptorMikulas Patocka2023-09-191-2/+3
* | linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka2023-09-191-0/+1
|/
* linux-user/riscv: Add new extensions to hwprobeRobbin Ehn2023-09-111-1/+13
* linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei2023-09-111-2/+2
* Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-09-0627-429/+818
|\
| * linux-user: Track shm regions with an interval treeRichard Henderson2023-09-011-28/+53
| * linux-user: Fix shmdtRichard Henderson2023-09-011-3/+14
| * linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}Richard Henderson2023-09-011-52/+46
| * linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson2023-09-013-139/+146
| * linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson2023-09-012-39/+0
| * linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich2023-09-011-1/+2
| * linux-user: Show heap address in /proc/pid/mapsRichard Henderson2023-09-011-0/+2
| * linux-user: Adjust brk for load_biasRichard Henderson2023-09-011-1/+1
| * linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson2023-09-011-76/+114
| * util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson2023-09-011-2/+4
| * linux-user: Emulate /proc/cpuinfo for AlphaHelge Deller2023-09-011-1/+67
| * linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller2023-09-014-7/+233
| * linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-0122-170/+226
* | accel/tcg: spelling fixesMichael Tokarev2023-08-312-3/+3
|/
* linux-user/elfload: Enable vxe2 on s390xIlya Leoshkevich2023-08-231-0/+1
* linux-user: Fix openat() emulation to correctly detect accesses to /procHelge Deller2023-08-091-1/+12
* linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson2023-08-092-18/+12
* linux-user: Split out do_mmapRichard Henderson2023-08-091-17/+73
* Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2023-08-0826-386/+687
|\
| * linux-user: Rewrite non-fixed probe_guest_baseRichard Henderson2023-08-081-181/+100
| * linux-user: Rewrite fixed probe_guest_baseRichard Henderson2023-08-081-27/+161
| * linux-user: Consolidate guest bounds check in probe_guest_baseRichard Henderson2023-08-081-33/+17
| * linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_baseRichard Henderson2023-08-081-19/+0
| * util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson2023-08-082-12/+17
| * linux-user: Use zero_bss for PT_LOAD with no file contents tooRichard Henderson2023-08-081-21/+8
| * linux-user: Do not adjust zero_bss for host page sizeRichard Henderson2023-08-081-39/+30
| * linux-user: Do not adjust image mapping for host page sizeRichard Henderson2023-08-081-13/+4
| * linux-user: Adjust initial brk when interpreter is close to executableHelge Deller2023-08-082-37/+15
| * linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson2023-08-081-2/+25
| * linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson2023-08-081-3/+6
| * linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-0823-2/+106
| * linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-0821-14/+167
| * linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson2023-08-083-16/+64
* | linux-user: cleanup unused linux-user/include/host directoriesPaolo Bonzini2023-08-083-194/+138
* | configure: fix detection for x32 linux-userPaolo Bonzini2023-08-081-1/+0
|/
* linux-user: Remove last_brkRichard Henderson2023-08-062-3/+0
* linux-user: Properly set image_info.brk in flatloadRichard Henderson2023-08-063-4/+1
* linux-user: Do not align brk with host page sizeAkihiko Odaki2023-08-062-44/+14