Age | Commit message (Expand) | Author |
2024-09-27 | Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell |
2024-09-22 | linux-user: update syscall.tbl to Linux v6.11 | Laurent Vivier |
2024-09-22 | linux-user,loongarch: move to syscalltbl file | Laurent Vivier |
2024-09-22 | linux-user,hexagon: move to syscalltbl file | Laurent Vivier |
2024-09-22 | linux-user,riscv: move to syscalltbl file | Laurent Vivier |
2024-09-22 | linux-user,openrisc: move to syscalltbl file | Laurent Vivier |
2024-09-22 | linux-user,aarch64: move to syscalltbl file | Laurent Vivier |
2024-09-22 | linux-user: update syscall.tbl to Linux v6.10 | Laurent Vivier |
2024-09-22 | linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10 | Laurent Vivier |
2024-09-22 | linux-user: update syscall_nr.h to Linux v6.10 | Laurent Vivier |
2024-09-20 | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only | Philippe Mathieu-Daudé |
2024-09-20 | linux-user/syscall.c: eliminate other explicit LFS usages | Michael Tokarev |
2024-09-20 | linux-user/syscall.c: drop 64 suffix from flock64 &Co | Michael Tokarev |
2024-09-13 | linux-user: Remove support for CRIS target | Philippe Mathieu-Daudé |
2024-08-21 | linux-user: Handle short reads in mmap_h_gt_g | Richard Henderson |
2024-08-20 | linux-user/mips: Select Loongson CPU for Loongson binaries | Philippe Mathieu-Daudé |
2024-08-20 | linux-user/mips: Select MIPS64R2-generic for Rel2 binaries | Philippe Mathieu-Daudé |
2024-08-20 | linux-user/mips: Select Octeon68XX CPU for Octeon binaries | Philippe Mathieu-Daudé |
2024-08-20 | linux-user/mips: Do not try to use removed R5900 CPU | Philippe Mathieu-Daudé |
2024-08-15 | linux-user: Preserve NULL hit in target_mmap subroutines | Richard Henderson |
2024-08-05 | linux-user/elfload: Fix pr_pid values in core files | Ilya Leoshkevich |
2024-07-30 | linux-user: open_self_stat: Implement num_threads | Fabio D'Urso |
2024-07-30 | linux-user/main: Check errno when getting AT_EXECFD | Vivian Wang |
2024-07-05 | target/arm: Factor out code for setting MTE TCF0 field | Gustavo Romero |
2024-07-05 | linux-user/main: Suppress out-of-range comparison warning for clang | Richard Henderson |
2024-06-30 | linux-user: sparc: Remove unused struct 'target_mc_fq' | Dr. David Alan Gilbert |
2024-06-30 | linux-user: cris: Remove unused struct 'rt_signal_frame' | Dr. David Alan Gilbert |
2024-06-19 | linux-user: Make TARGET_NR_setgroups affect only the current thread | Ilya Leoshkevich |
2024-06-09 | Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into ... | Richard Henderson |
2024-06-09 | linux-user: Adjust comment to reflect the code. | Warner Losh |
2024-06-08 | Hexagon: add PC alignment check and exception | Matheus Tavares Bernardino |
2024-06-05 | target/sparc: Implement IMA extension | Richard Henderson |
2024-06-05 | target/sparc: Enable VIS3 feature bit | Richard Henderson |
2024-06-05 | target/sparc: Implement FMAf extension | Richard Henderson |
2024-06-05 | linux-user: Add ioctl for BLKBSZSET | Michael Vogt |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor} | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor} | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor} | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave to X86Access | Richard Henderson |
2024-05-26 | linux-user/i386: Honor xfeatures in xrstor_sigcontext | Richard Henderson |
2024-05-26 | linux-user/i386: Fix allocation and alignment of fp state | Richard Henderson |
2024-05-26 | linux-user/i386: Return boolean success from xrstor_sigcontext | Richard Henderson |
2024-05-26 | linux-user/i386: Return boolean success from restore_sigcontext | Richard Henderson |
2024-05-26 | linux-user/i386: Fix -mregparm=3 for signal delivery | Richard Henderson |
2024-05-26 | linux-user/i386: Split out struct target_fregs_state | Richard Henderson |
2024-05-26 | linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea | Richard Henderson |
2024-05-26 | linux-user/i386: Remove xfeatures from target_fpstate_fxsave | Richard Henderson |
2024-05-26 | linux-user/i386: Drop xfeatures_size from sigcontext arithmetic | Richard Henderson |
2024-05-26 | target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor} | Richard Henderson |
2024-05-15 | linux-user/hppa: Force all code addresses to PRIV_USER | Richard Henderson |