aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2021-02-15linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring1-0/+3
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang6-0/+34
2021-02-13linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld3-0/+11
2021-02-13linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan1-1/+2
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie1-1/+3
2021-02-13linux-user: Fix loading of BSS segmentsGiuseppe Musacchio1-10/+20
2021-02-13linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller2-2/+8
2021-02-13linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller1-1/+1
2021-02-13linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller2-0/+2
2021-02-13linux-user/signal: Decode waitid si_codeAlistair Francis1-2/+1
2021-02-13linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé1-1/+4
2021-02-13linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé1-0/+4
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-0/+1
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+5
2021-01-21linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney3-9/+0
2021-01-21linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng1-0/+109
2021-01-20linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng1-0/+4
2021-01-20linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2-2/+11
2021-01-20linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng3-13/+50
2021-01-18riscv: Add semihosting support for user modeKito Cheng1-0/+5
2021-01-18riscv: Add semihosting supportKeith Packard2-5/+7
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard2-2/+4
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard3-3/+1
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé1-0/+1
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé1-1/+1
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé1-1/+1
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé1-2/+1
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2Philippe Mathieu-Daudé1-1/+0
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-1/+1
2021-01-07linux-user: Conditionalize TUNSETVNETLERichard Henderson1-0/+2
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell1-4/+3
2020-12-18linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell1-1/+1
2020-12-18linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell1-4/+0
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell1-31/+43
2020-12-18linux-user: Add most IFTUN ioctlsShu-Chun Weng3-0/+115
2020-12-18linux-user: Implement copy_file_rangeAndreas Schwab1-0/+42
2020-12-17linux-user: Add support for MIPS Loongson 2F/3APhilippe Mathieu-Daudé1-0/+2
2020-12-17linux-user/elfload: Update HWCAP bits from linux 5.7Philippe Mathieu-Daudé1-0/+13
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé1-1/+11
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macroPhilippe Mathieu-Daudé1-1/+5
2020-12-17linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()Philippe Mathieu-Daudé1-4/+4
2020-12-17linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() bodyPhilippe Mathieu-Daudé1-5/+5
2020-12-17linux-user/mmap.c: check range of mremap result in target address spaceTobias Koch1-9/+12
2020-12-15linux-user: remove GNUC checkMarc-André Lureau1-4/+0
2020-12-15plugin: propagate errorsPaolo Bonzini1-3/+1
2020-12-13configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth2-2/+2
2020-12-13configure / meson: Move check for sys/kcov.h to meson.buildThomas Huth2-2/+2
2020-11-23linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpointsPeter Maydell1-0/+28
2020-11-17linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPENLaurent Vivier1-0/+11