aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-17linux-user,netlink: fix message translation with ip commandLaurent Vivier1-4/+3
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant29-29/+29
2020-11-11Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell16-49/+56
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-4/+2
2020-11-11linux-user: Prevent crash in epoll_ctlLemonBoy1-9/+17
2020-11-11linux-user: Correct definition of stack_tLemonBoy15-40/+39
2020-11-10linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell1-1/+1
2020-11-10linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell1-25/+22
2020-11-10linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell1-4/+9
2020-11-04linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell1-1/+3
2020-11-04linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis1-1/+3
2020-11-04linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell1-1/+2
2020-11-04linux-user/mips/cpu_loop: silence the compiler warningsChen Qun1-0/+4
2020-10-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell5-58/+302
2020-10-27linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson1-2/+46
2020-10-27linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson2-0/+161
2020-10-27linux-user/elfload: Use Error for load_elf_interpRichard Henderson1-7/+8
2020-10-27linux-user/elfload: Use Error for load_elf_imageRichard Henderson1-17/+20
2020-10-27linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson1-29/+31
2020-10-27linux-user/elfload: Adjust iteration over phdrRichard Henderson1-4/+5
2020-10-27linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson1-3/+9
2020-10-27linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé1-4/+4
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson2-0/+20
2020-10-27linux-user/aarch64: Reset btype for signalsRichard Henderson1-2/+8
2020-10-26linux-user: correct errno returned from accept4() syscallMatus Kysel1-3/+3
2020-10-26linux-user: remove _sysctlLaurent Vivier1-6/+0
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier16-814/+854
2020-10-26linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7Laurent Vivier1-0/+4
2020-10-26linux-user: update syscall_nr.h to Linux 5.9-rc7Laurent Vivier5-8/+30
2020-10-23linux-user: Support f_flags in statfs64 when available.Frajo1-0/+5
2020-10-23Fix stack smashing when handling PR_GET_PDEATHSIGStephen Long1-1/+1
2020-10-14linux-user/microblaze: Remove non-rt signal framesRichard Henderson2-96/+2
2020-10-14linux-user/microblaze: Implement rt signal framesRichard Henderson1-9/+82
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi3-10/+11
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell6-9/+9
2020-09-17linux-user/: fix some comment spelling errorszhaolichang6-9/+9
2020-09-16linux-user: test, don't assert addr != test in pgb_reserved_vaAlex Bennée1-5/+4
2020-09-06linux-user: Protect btrfs ioctl target definitionsFilip Bozuta1-0/+2
2020-09-06linux-user: fix ppc/termbits.hLaurent Vivier1-1/+1
2020-09-06linux-user: Map signal numbers in fcntlTimothy Baldwin1-2/+8
2020-09-05linux-user: Correctly start brk after executableTimothy E Baldwin1-4/+3
2020-09-05linux-user: Add support for ppoll_time64() and pselect6_time64()Filip Bozuta1-210/+250
2020-09-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell4-0/+327
2020-09-03linux-user: Add support for btrfs ioctls used to scrub a filesystemFilip Bozuta3-0/+43