aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-09-22linux-user: update syscall.tbl to Linux v6.11Laurent Vivier
2024-09-22linux-user,loongarch: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,hexagon: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,riscv: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,openrisc: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,aarch64: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier
2024-09-22linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10Laurent Vivier
2024-09-22linux-user: update syscall_nr.h to Linux v6.10Laurent Vivier
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé
2024-09-20linux-user/syscall.c: eliminate other explicit LFS usagesMichael Tokarev
2024-09-20linux-user/syscall.c: drop 64 suffix from flock64 &CoMichael Tokarev
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé
2024-08-21linux-user: Handle short reads in mmap_h_gt_gRichard Henderson
2024-08-20linux-user/mips: Select Loongson CPU for Loongson binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Select MIPS64R2-generic for Rel2 binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Select Octeon68XX CPU for Octeon binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé
2024-08-15linux-user: Preserve NULL hit in target_mmap subroutinesRichard Henderson
2024-08-05linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich
2024-07-30linux-user: open_self_stat: Implement num_threadsFabio D'Urso
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang
2024-07-05target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero
2024-07-05linux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson
2024-06-30linux-user: sparc: Remove unused struct 'target_mc_fq'Dr. David Alan Gilbert
2024-06-30linux-user: cris: Remove unused struct 'rt_signal_frame'Dr. David Alan Gilbert
2024-06-19linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich
2024-06-09Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into ...Richard Henderson
2024-06-09linux-user: Adjust comment to reflect the code.Warner Losh
2024-06-08Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino
2024-06-05target/sparc: Implement IMA extensionRichard Henderson
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson
2024-06-05linux-user: Add ioctl for BLKBSZSETMichael Vogt
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson
2024-05-26target/i386: Convert do_xsave to X86AccessRichard Henderson
2024-05-26linux-user/i386: Honor xfeatures in xrstor_sigcontextRichard Henderson
2024-05-26linux-user/i386: Fix allocation and alignment of fp stateRichard Henderson
2024-05-26linux-user/i386: Return boolean success from xrstor_sigcontextRichard Henderson
2024-05-26linux-user/i386: Return boolean success from restore_sigcontextRichard Henderson
2024-05-26linux-user/i386: Fix -mregparm=3 for signal deliveryRichard Henderson
2024-05-26linux-user/i386: Split out struct target_fregs_stateRichard Henderson
2024-05-26linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveAreaRichard Henderson
2024-05-26linux-user/i386: Remove xfeatures from target_fpstate_fxsaveRichard Henderson
2024-05-26linux-user/i386: Drop xfeatures_size from sigcontext arithmeticRichard Henderson
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson