summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
...
* | linux-user: Fix clang warning for nios2-linux-user codePeter Maydell2022-01-121-1/+1
|/
* linux-user: netlink: update IFLA_BRPORT entriesLaurent Vivier2022-01-061-0/+4
* linux-user: netlink: Add IFLA_VFINFO_LISTLaurent Vivier2022-01-061-0/+174
* linux-user: netlink: update IFLA entriesLaurent Vivier2022-01-061-0/+6
* linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied2022-01-061-2/+2
* linux-user/nios2: Use set_sigmask in do_rt_sigreturnRichard Henderson2022-01-062-3/+1Star
* linux-user/nios2: Fix sigmask in setup_rt_frameRichard Henderson2022-01-061-2/+1Star
* linux-user/nios2: Fix EA vs PC confusionRichard Henderson2022-01-062-7/+4Star
* linux-user/nios2: Map a real kuser pageRichard Henderson2022-01-062-24/+76
* linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGERichard Henderson2022-01-061-9/+9
* linux-user/nios2: Fixes for signal frame setupRichard Henderson2022-01-061-30/+21Star
* linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson2022-01-061-18/+22
* linux-user/syscall.c: fix missed flag for shared memory in open_self_mapsAndrey Kazmin2022-01-061-1/+1
* linux-user: call set/getscheduler set/getparam directlyTonis Tiigi2022-01-062-10/+28
* linux-user: add sched_getattr supportTonis Tiigi2022-01-062-0/+137
* linux-user/signal: Map exit signals in SIGCHLD siginfo_tMatthias Schiffer2022-01-061-1/+6
* target/sh4: Implement prctl_unalign_sigbusRichard Henderson2022-01-061-1/+1
* target/hppa: Implement prctl_unalign_sigbusRichard Henderson2022-01-061-1/+1
* target/alpha: Implement prctl_unalign_sigbusRichard Henderson2022-01-061-1/+1
* linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson2022-01-062-2/+38
* linux-user: Disable more prctl subcodesRichard Henderson2022-01-061-3/+55
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-0624-320/+414
* linux-user: Remove TARGET_SIGSTKSZSong Gao2022-01-066-6/+0Star
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-0618-18/+0Star
* linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao2022-01-0616-256/+16Star
* linux-user: Mark cpu_loop() with noreturn attributePhilippe Mathieu-Daudé2022-01-061-1/+1
* linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé2022-01-061-26/+2Star
* linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé2022-01-051-3/+1Star
* linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui2021-12-211-0/+87
* Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2021-12-2065-1155/+626Star
|\
| * meson: Move linux_user_ss to linux-user/Richard Henderson2021-12-201-0/+4
| * linux-user: Move thunk.c from top-levelRichard Henderson2021-12-202-0/+482
| * common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-2015-1088/+5Star
| * linux-user: Create special-errno.hRichard Henderson2021-12-206-18/+37
| * linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-2035-70/+70
| * linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-2031-46/+45Star
| * linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson2021-12-2019-254/+1Star
| * linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson2021-12-202-0/+92
| * linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson2021-12-202-0/+151
| * linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson2021-12-2010-84/+144
| * linux-user: Untabify all safe-syscall.inc.SRichard Henderson2021-12-207-396/+396
* | riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj2021-12-201-1/+2
|/
* target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell2021-12-151-0/+1
* target/arm: Take an exception if PC is misalignedRichard Henderson2021-12-151-19/+27
* linux-user: implement more loop ioctlsAndreas Schwab2021-11-294-0/+16
* linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh2021-11-239-143/+15Star
* linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh2021-11-2310-0/+54
* linux-user: fix Coverity CID 1464101Laurent Vivier2021-11-221-3/+7
* linux-user: Rewrite do_getdents, do_getdents64Richard Henderson2021-11-211-139/+122Star
* linux-user: Fix member types of target_dirent64Richard Henderson2021-11-211-3/+3