summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller2022-09-271-0/+2
* linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller2022-09-273-2/+13
* linux-user/hppa: Drop stack guard page on hppa targetHelge Deller2022-09-271-4/+9
* linux-user/hppa: Add signal trampoline for hppa targetHelge Deller2022-09-272-23/+32
* linux-user: Add proper strace format strings for getdents()/getdents64()Helge Deller2022-09-271-2/+2
* linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller2022-09-271-1/+1
* tests/tcg/linux-test: Add linux-madvise testIlya Leoshkevich2022-09-271-0/+70
* linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich2022-09-273-6/+29
* linux-user: Implement stracing madvise()Ilya Leoshkevich2022-09-272-1/+42
* linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich2022-09-271-1/+2
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-2722-0/+134
* linux-user: Show timespec on strace for futex()Helge Deller2022-09-271-1/+10
* linux-user: Add strace for clock_nanosleep()Helge Deller2022-09-272-1/+17
* linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller2022-09-271-0/+4
* linux-user: Fix strace of chmod() if mode == 0Helge Deller2022-09-271-0/+5
* linux-user/hppa: Dump IIR on register dumpHelge Deller2022-09-271-2/+4
* linux-user/hppa: Use EXCP_DUMP() to show enhanced debug infoHelge Deller2022-09-271-1/+5
* linux-user: Log failing executable in EXCP_DUMP()Helge Deller2022-09-271-0/+2
* linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller2022-09-273-0/+71
* linux-user: Add missing clock_gettime64() syscall straceHelge Deller2022-09-272-0/+57
* linux-user: Add missing signals in strace outputHelge Deller2022-09-273-53/+60
* linux-user: fix readlinkat handling with magic exe symlinkJameson Nash2022-09-231-2/+13
* linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defaultDaniel P. Berrangé2022-09-232-2/+2
* Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi2022-09-221-0/+5
|\
| * hw/microblaze: pass random seed to fdtJason A. Donenfeld2022-09-211-0/+5
* | Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi2022-09-222-23/+10Star
|\ \
| * | Hexagon (tests/tcg/hexagon): add fmin/fmax tests for signed zeroMatheus Tavares Bernardino2022-09-191-0/+10
| * | Hexagon (target/hexagon) remove unused encodingsTaylor Simpson2022-09-191-23/+0Star
* | | Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi2022-09-215-89/+118
|\ \ \
| * | | target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland2022-09-211-0/+4
| * | | target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland2022-09-215-74/+75
| * | | target/m68k: Perform writback before modifying SRRichard Henderson2022-09-211-3/+5
| * | | target/m68k: Fix MACSR to CCRRichard Henderson2022-09-211-2/+4
| * | | target/m68k: Implement atomic test-and-setRichard Henderson2022-09-211-10/+30
* | | | Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-2116-84/+278
|\ \ \ \
| * | | | hw/ppc/spapr: Fix code style problems reported by checkpatchBernhard Beschow2022-09-201-2/+3
| * | | | hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failureXuzhou Cheng2022-09-202-0/+2
| * | | | hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng2022-09-201-1/+1
| * | | | target/ppc: Clear fpstatus flags on helpers missing itVíctor Colombo2022-09-201-11/+26
| * | | | target/ppc: Zero second doubleword of VSR registers for FPR insnsVíctor Colombo2022-09-201-0/+8
| * | | | target/ppc: Set OV32 when OV is setVíctor Colombo2022-09-201-2/+2
| * | | | target/ppc: Zero second doubleword for VSX madd instructionsVíctor Colombo2022-09-201-1/+1
| * | | | target/ppc: Set result to QNaN for DENBCD when VXCVI occursVíctor Colombo2022-09-201-2/+24
| * | | | target/ppc: Zero second doubleword in DFP instructionsVíctor Colombo2022-09-201-1/+4
| * | | | target/ppc: Remove unused xer_* macrosVíctor Colombo2022-09-201-4/+0Star
| * | | | target/ppc: Remove extra space from s128 field in ppc_vsr_tVíctor Colombo2022-09-201-1/+1
| * | | | target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo2022-09-203-26/+17Star
| * | | | target/ppc: Move fsqrts to decodetreeVíctor Colombo2022-09-203-23/+2Star
| * | | | target/ppc: Move fsqrt to decodetreeVíctor Colombo2022-09-203-13/+24
| * | | | target/ppc: Implement hashstp and hashchkpVíctor Colombo2022-09-204-0/+8