aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2021-01-07linux-user: Conditionalize TUNSETVNETLERichard Henderson
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell
2020-12-18linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell
2020-12-18linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell
2020-12-18linux-user: Add most IFTUN ioctlsShu-Chun Weng
2020-12-18linux-user: Implement copy_file_rangeAndreas Schwab
2020-12-17linux-user: Add support for MIPS Loongson 2F/3APhilippe Mathieu-Daudé
2020-12-17linux-user/elfload: Update HWCAP bits from linux 5.7Philippe Mathieu-Daudé
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macroPhilippe Mathieu-Daudé
2020-12-17linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()Philippe Mathieu-Daudé
2020-12-17linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() bodyPhilippe Mathieu-Daudé
2020-12-17linux-user/mmap.c: check range of mremap result in target address spaceTobias Koch
2020-12-15linux-user: remove GNUC checkMarc-André Lureau
2020-12-15plugin: propagate errorsPaolo Bonzini
2020-12-13configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth
2020-12-13configure / meson: Move check for sys/kcov.h to meson.buildThomas Huth
2020-11-23linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpointsPeter Maydell
2020-11-17linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPENLaurent Vivier
2020-11-17linux-user,netlink: fix message translation with ip commandLaurent Vivier
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant
2020-11-11Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
2020-11-11linux-user: Prevent crash in epoll_ctlLemonBoy
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-11-10linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell
2020-11-10linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell
2020-11-10linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell
2020-11-04linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell
2020-11-04linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis
2020-11-04linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell
2020-11-04linux-user/mips/cpu_loop: silence the compiler warningsChen Qun
2020-10-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell
2020-10-27linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson
2020-10-27linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson
2020-10-27linux-user/elfload: Use Error for load_elf_interpRichard Henderson
2020-10-27linux-user/elfload: Use Error for load_elf_imageRichard Henderson
2020-10-27linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson
2020-10-27linux-user/elfload: Adjust iteration over phdrRichard Henderson
2020-10-27linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson
2020-10-27linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-10-27linux-user/aarch64: Reset btype for signalsRichard Henderson
2020-10-26linux-user: correct errno returned from accept4() syscallMatus Kysel
2020-10-26linux-user: remove _sysctlLaurent Vivier
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier
2020-10-26linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7Laurent Vivier
2020-10-26linux-user: update syscall_nr.h to Linux 5.9-rc7Laurent Vivier