aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-06linux-user: netlink: Add IFLA_VFINFO_LISTLaurent Vivier1-0/+174
2022-01-06linux-user: netlink: update IFLA entriesLaurent Vivier1-0/+6
2022-01-06linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied1-2/+2
2022-01-06linux-user/nios2: Use set_sigmask in do_rt_sigreturnRichard Henderson2-3/+1
2022-01-06linux-user/nios2: Fix sigmask in setup_rt_frameRichard Henderson1-2/+1
2022-01-06linux-user/nios2: Fix EA vs PC confusionRichard Henderson2-7/+4
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson3-33/+76
2022-01-06linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGERichard Henderson1-9/+9
2022-01-06linux-user/nios2: Fixes for signal frame setupRichard Henderson1-30/+21
2022-01-06linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson3-20/+39
2022-01-06linux-user/syscall.c: fix missed flag for shared memory in open_self_mapsAndrey Kazmin1-1/+1
2022-01-06linux-user: call set/getscheduler set/getparam directlyTonis Tiigi2-10/+28
2022-01-06linux-user: add sched_getattr supportTonis Tiigi2-0/+137
2022-01-06linux-user/signal: Map exit signals in SIGCHLD siginfo_tMatthias Schiffer1-1/+6
2022-01-06target/sh4: Implement prctl_unalign_sigbusRichard Henderson3-17/+39
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson3-6/+20
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson3-10/+28
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson4-7/+56
2022-01-06linux-user: Disable more prctl subcodesRichard Henderson1-3/+55
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson24-320/+414
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao6-6/+0
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao18-18/+0
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao16-256/+16
2022-01-06linux-user: Mark cpu_loop() with noreturn attributePhilippe Mathieu-Daudé1-1/+1
2022-01-06linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé1-26/+2
2022-01-06qemu-binfmt-conf.sh: fix -F optionMartin Wilck1-1/+3
2022-01-04common-user: Really fix i386 calls to safe_syscall_set_errno_tailRichard Henderson1-1/+1
2022-01-04Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson6-15/+42
2022-01-04common-user: Fix tail calls to safe_syscall_set_errno_tailRichard Henderson3-0/+3
2022-01-04sysemu: Cleanup qemu_run_machine_init_done_notifiers()Xiaoyao Li1-1/+0
2022-01-04linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé1-3/+1
2022-01-04tcg/optimize: Fix folding of vector opsRichard Henderson1-11/+38
2022-01-04Merge tag 'pull-ppc-20220104' of https://github.com/legoater/qemu into stagingRichard Henderson30-446/+604
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza1-1/+6
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson1-98/+9
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson1-29/+49
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson6-20/+58
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas1-22/+21
2022-01-04target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas1-8/+5
2022-01-04target/ppc: powerpc_excp: Set vector earlierFabiano Rosas1-8/+8
2022-01-04target/ppc: powerpc_excp: Add excp_vectors bounds checkFabiano Rosas1-3/+4
2022-01-04target/ppc: powerpc_excp: Set alternate SRRs directlyFabiano Rosas1-15/+8
2022-01-04target/ppc: do not silence snan in xscvspdpnMatheus Ferst4-8/+42
2022-01-04ppc/ppc405: Dump specific registersCédric Le Goater1-6/+21
2022-01-04ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater3-1/+10
2022-01-04ppc/ppc405: Fix timer initializationCédric Le Goater1-2/+0
2022-01-04ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPUCédric Le Goater1-23/+19
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater8-2/+57
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater2-139/+122
2022-01-04ppc/ppc4xx: Convert printfs()Cédric Le Goater4-35/+29