aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2021-05-15linux-user/sparc: Clean up setup_frameRichard Henderson1-19/+6
2021-05-15linux-user/sparc: Add rwin_save to signal frameRichard Henderson1-0/+8
2021-05-15linux-user/sparc: Save and restore fpu in signal frameRichard Henderson1-33/+51
2021-05-15linux-user/sparc: Clean up get_sigframeRichard Henderson1-6/+7
2021-05-15linux-user/sparc: Split out save_reg_winRichard Henderson1-6/+13
2021-05-15linux-user/sparc: Use target_pt_regsRichard Henderson1-58/+65
2021-05-15linux-user/sparc: Fix the stackframe structureRichard Henderson1-17/+21
2021-05-15linux-user/sparc: Remove target_rt_signal_frame as unusedRichard Henderson1-11/+0
2021-05-15linux-user/sparc: Remove target_sigcontext as unusedRichard Henderson1-28/+0
2021-05-15linux-user/sparc: Merge sparc64/ into sparc/Richard Henderson14-572/+0
2021-05-15linux-user/sparc: Merge sparc64 termbits.hRichard Henderson1-291/+1
2021-05-15linux-user/sparc: Merge sparc64 target_structs.hRichard Henderson2-79/+14
2021-05-15linux-user/sparc: Merge sparc64 target_elf.hRichard Henderson1-14/+1
2021-05-15linux-user/sparc: Merge sparc64 target_syscall.hRichard Henderson2-46/+32
2021-05-15linux-user/sparc: Clean up init_threadRichard Henderson1-28/+5
2021-05-15linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustateRichard Henderson2-3/+8
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson18-21/+21
2021-05-15linux-user: Pass CPUArchState to do_sigaltstackRichard Henderson3-10/+7
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson16-81/+18
2021-05-15linux-user: Split out target_restore_altstackRichard Henderson2-50/+66
2021-05-15linux-user: Add strace support for printing arguments of llseekKito Cheng2-1/+5
2021-05-15linux-user/arm: Simplify accumulating and raising fpa11 exceptionsRichard Henderson1-32/+18
2021-05-15linux-user/arm: Do not fill in si_code for fpa11 exceptionsRichard Henderson1-20/+6
2021-05-15linux-user/arm: Do not emulate fpa11 in thumb modeRichard Henderson1-1/+1
2021-05-15linux-user/arm: Split out emulate_arm_fpa11Richard Henderson1-59/+94
2021-05-15linux-user: strace now handles unshare syscall args correctlyMatus Kysel2-1/+19
2021-05-15linux-user: Remove dead codePhilippe Mathieu-Daudé1-5/+0
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-1/+1
2021-05-10linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson1-0/+13
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2-14/+14
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2-2/+0
2021-05-04linux-user/ppc: Fix msr updates for signal handlingRichard Henderson2-14/+14
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-01Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson1-1/+1
2021-04-07linux-user: Use signed lengths in uaccess.cRichard Henderson2-12/+15
2021-03-29linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0Frédéric Fortier1-1/+1
2021-03-27linux-user: allow NULL msg in recvfromZach Reizner1-3/+8
2021-03-25linux-user/s390x: Use the guest pointer for the sigreturn stubAndreas Krebbel1-2/+3
2021-03-24linux-user/riscv: initialise the TaskState heap/stack infoAlex Bennée1-0/+5
2021-03-13linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio1-1/+2
2021-03-13linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio1-2/+1
2021-03-13linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio1-1/+1
2021-03-13linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier1-0/+24
2021-03-13linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole1-3/+3
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell4-4/+4
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell13-1007/+2
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé4-4/+4
2021-03-09Remove deprecated target tilegxThomas Huth13-1007/+2
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson3-11/+16
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson14-0/+1011