Age | Commit message (Expand) | Author |
2020-12-18 | linux-user/sparc: Handle tstate in sparc64_get/set_context() | Peter Maydell |
2020-12-18 | linux-user/sparc: Don't restore %g7 in sparc64_set_context() | Peter Maydell |
2020-12-18 | linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context() | Peter Maydell |
2020-12-18 | linux-user/sparc: Correct sparc64_get/set_context() FPU handling | Peter Maydell |
2020-12-18 | linux-user: Add most IFTUN ioctls | Shu-Chun Weng |
2020-12-18 | linux-user: Implement copy_file_range | Andreas Schwab |
2020-12-17 | linux-user: Add support for MIPS Loongson 2F/3A | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Update HWCAP bits from linux 5.7 | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN() | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/mmap.c: check range of mremap result in target address space | Tobias Koch |
2020-12-15 | linux-user: remove GNUC check | Marc-André Lureau |
2020-12-15 | plugin: propagate errors | Paolo Bonzini |
2020-12-13 | configure / meson: Move check for linux/btrfs.h to meson.build | Thomas Huth |
2020-12-13 | configure / meson: Move check for sys/kcov.h to meson.build | Thomas Huth |
2020-11-23 | linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints | Peter Maydell |
2020-11-17 | linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPEN | Laurent Vivier |
2020-11-17 | linux-user,netlink: fix message translation with ip command | Laurent Vivier |
2020-11-15 | linux user: Fix Lesser GPL version number | Chetan Pant |
2020-11-11 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re... | Peter Maydell |
2020-11-11 | trace: remove argument from trace_init_file | Paolo Bonzini |
2020-11-11 | linux-user: Prevent crash in epoll_ctl | LemonBoy |
2020-11-11 | linux-user: Correct definition of stack_t | LemonBoy |
2020-11-10 | linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn | Peter Maydell |
2020-11-10 | linux-user/sparc: Correct set/get_context handling of fp and i7 | Peter Maydell |
2020-11-10 | linux-user/sparc: Fix errors in target_ucontext structures | Peter Maydell |
2020-11-04 | linux-user: Check copy_from_user() return value in vma_dump_size() | Peter Maydell |
2020-11-04 | linux-user/syscall: Fix missing target_to_host_timespec64() check | Alistair Francis |
2020-11-04 | linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zero | Peter Maydell |
2020-11-04 | linux-user/mips/cpu_loop: silence the compiler warnings | Chen Qun |
2020-10-29 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-... | Peter Maydell |
2020-10-27 | linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND | Richard Henderson |
2020-10-27 | linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes | Richard Henderson |
2020-10-27 | linux-user/elfload: Use Error for load_elf_interp | Richard Henderson |
2020-10-27 | linux-user/elfload: Use Error for load_elf_image | Richard Henderson |
2020-10-27 | linux-user/elfload: Move PT_INTERP detection to first loop | Richard Henderson |
2020-10-27 | linux-user/elfload: Adjust iteration over phdr | Richard Henderson |
2020-10-27 | linux-user/elfload: Fix coding style in load_elf_image | Richard Henderson |
2020-10-27 | linux-user/elfload: Avoid leaking interp_name using GLib memory API | Philippe Mathieu-Daudé |
2020-10-27 | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI | Richard Henderson |
2020-10-27 | linux-user/aarch64: Reset btype for signals | Richard Henderson |
2020-10-26 | linux-user: correct errno returned from accept4() syscall | Matus Kysel |
2020-10-26 | linux-user: remove _sysctl | Laurent Vivier |
2020-10-26 | linux-user: update syscall.tbl to Linux 5.9-rc7 | Laurent Vivier |
2020-10-26 | linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7 | Laurent Vivier |
2020-10-26 | linux-user: update syscall_nr.h to Linux 5.9-rc7 | Laurent Vivier |
2020-10-23 | linux-user: Support f_flags in statfs64 when available. | Frajo |
2020-10-23 | Fix stack smashing when handling PR_GET_PDEATHSIG | Stephen Long |