aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27linux-user: Implement PI futexesRichard Henderson2-0/+13
2022-09-27linux-user: Convert signal number for FUTEX_FDRichard Henderson1-0/+1
2022-09-27linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson1-0/+1
2022-09-27linux-user: Sink call to do_safe_futexRichard Henderson1-29/+31
2022-09-27linux-user: Combine do_futex and do_futex_time64Richard Henderson1-56/+11
2022-09-27linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang1-0/+31
2022-09-27linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang1-2/+27
2022-09-27linux-user/s390x: Save/restore fpc when handling a signalIlya Leoshkevich1-0/+2
2022-09-27linux-user: Don't assume 0 is not a valid host timer_t valuePeter Maydell1-8/+16
2022-09-27linux-user: fix bug about missing signum convert of sigqueuefanwenjie1-2/+2
2022-09-27linux-user/hppa: Fix setup_sigcontext()Helge Deller1-13/+3
2022-09-27linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller1-0/+2
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller3-2/+13
2022-09-27linux-user/hppa: Drop stack guard page on hppa targetHelge Deller1-4/+9
2022-09-27linux-user/hppa: Add signal trampoline for hppa targetHelge Deller2-23/+32
2022-09-27linux-user: Add proper strace format strings for getdents()/getdents64()Helge Deller1-2/+2
2022-09-27linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller1-1/+1
2022-09-27tests/tcg/linux-test: Add linux-madvise testIlya Leoshkevich1-0/+70
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich3-6/+29
2022-09-27linux-user: Implement stracing madvise()Ilya Leoshkevich2-1/+42
2022-09-27linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich1-1/+2
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich22-0/+134
2022-09-27linux-user: Show timespec on strace for futex()Helge Deller1-1/+10
2022-09-27linux-user: Add strace for clock_nanosleep()Helge Deller2-1/+17
2022-09-27linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller1-0/+4
2022-09-27linux-user: Fix strace of chmod() if mode == 0Helge Deller1-0/+5
2022-09-27linux-user/hppa: Dump IIR on register dumpHelge Deller1-2/+4
2022-09-27linux-user/hppa: Use EXCP_DUMP() to show enhanced debug infoHelge Deller1-1/+5
2022-09-27linux-user: Log failing executable in EXCP_DUMP()Helge Deller1-0/+2
2022-09-27linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller3-0/+71
2022-09-27linux-user: Add missing clock_gettime64() syscall straceHelge Deller2-0/+57
2022-09-27linux-user: Add missing signals in strace outputHelge Deller3-53/+60
2022-09-23linux-user: fix readlinkat handling with magic exe symlinkJameson Nash1-2/+13
2022-09-23linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defaultDaniel P. Berrangé2-2/+2
2022-09-22Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi1-0/+5
2022-09-22Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi2-23/+10
2022-09-21hw/microblaze: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-09-21Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi5-89/+118
2022-09-21Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi16-84/+278
2022-09-21Merge tag 'pull-testing-next-200922-2' of https://github.com/stsquad/qemu int...Stefan Hajnoczi43-475/+361
2022-09-21target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland1-0/+4
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland5-74/+75
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson1-3/+5
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson1-2/+4
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson1-10/+30
2022-09-20Merge tag 'pull-request-2022-09-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi21-143/+196
2022-09-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi29-743/+869
2022-09-20Merge tag 'pull-loongarch-20220920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi6-152/+258
2022-09-20tests/docker: remove the Debian base imagesAlex Bennée6-74/+2
2022-09-20tests/docker: remove FROM qemu/ support from docker.pyAlex Bennée1-28/+10