- 68948d1 linux-user/aarch64: Enable hwcap for RND, BTI, and MTE by Richard Henderson · 3 years, 10 months ago
- d90f154 Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging by Peter Maydell · 3 years, 10 months ago
- d45a527 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pull-request' into staging by Peter Maydell · 3 years, 10 months ago
- 75da499 linux-user/ppc: Fix msr updates for signal handling by Richard Henderson · 4 years ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 7d9ab20 Hexagon (target/hexagon) use env_archcpu and env_cpu by Taylor Simpson · 3 years, 11 months ago
- 360f0ab linux-user: Use signed lengths in uaccess.c by Richard Henderson · 4 years ago
- 13e340c linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0 by Frédéric Fortier · 4 years ago
- 4a1e6bc linux-user: allow NULL msg in recvfrom by Zach Reizner · 4 years ago
- 23fff7a linux-user/s390x: Use the guest pointer for the sigreturn stub by Andreas Krebbel · 4 years ago
- 7967d1d linux-user/riscv: initialise the TaskState heap/stack info by Alex Bennée · 4 years ago
- 0266e8e linux-user/elfload: fix address calculation in fallback scenario by Vincent Fazio · 4 years, 1 month ago
- 934eed5 linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support by Vincent Fazio · 4 years, 1 month ago
- 7e588fb linux-user/elfload: munmap proper address in pgd_find_hole_fallback by Vincent Fazio · 4 years, 1 month ago
- 6e1c0d7 linux-user: manage binfmt-misc preserve-arg[0] flag by Laurent Vivier · 4 years ago
- 08f3a96 linux-user: Fix executable page of /proc/self/maps by Nicolas Surbayrole · 4 years ago
- f4abdf3 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-updates-100321-2' into staging by Peter Maydell · 4 years ago
- 821e7ed Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-09' into staging by Peter Maydell · 4 years ago
- 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 4 years ago
- 2cc1a90 Remove deprecated target tilegx by Thomas Huth · 4 years ago
- 6cc9d67 accel/tcg: Precompute curr_cflags into cpu->tcg_cflags by Richard Henderson · 4 years ago
- d2a56bd Hexagon (linux-user/hexagon) Linux user emulation by Taylor Simpson · 4 years, 1 month ago
- 5d70c35 linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error by Richard Henderson · 4 years, 1 month ago
- 61dbe03 linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault by Richard Henderson · 4 years, 1 month ago
- 8db94ab linux-user/aarch64: Pass syndrome to EXC_*_ABORT by Richard Henderson · 4 years, 1 month ago
- d109b46 linux-user/aarch64: Implement PROT_MTE by Richard Henderson · 4 years, 1 month ago
- bfd0572 linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG by Richard Henderson · 4 years, 1 month ago
- 0e0c030 linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE by Richard Henderson · 4 years, 1 month ago
- 31c0483 linux-user: Handle tags in lock_user/unlock_user by Richard Henderson · 4 years, 1 month ago
- 09f679b linux-user: Fix types in uaccess.c by Richard Henderson · 4 years, 1 month ago
- 687ca79 linux-user: Move lock_user et al out of line by Richard Henderson · 4 years, 1 month ago
- c7169b0 linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged by Richard Henderson · 4 years, 1 month ago
- 46b12f4 exec: Rename guest_{addr,range}_valid to *_untagged by Richard Henderson · 4 years, 1 month ago
- 114556c linux-user: Use guest_range_valid in access_ok by Richard Henderson · 4 years, 1 month ago
- ee1bf83 linux-user: Explicitly untag memory management syscalls by Richard Henderson · 4 years, 1 month ago
- 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 4 years, 1 month ago
- 68f7766 linux-user: Tidy VERIFY_READ/VERIFY_WRITE by Richard Henderson · 4 years, 1 month ago
- 4feac83 linux-user: Check for overflow in access_ok by Richard Henderson · 4 years, 1 month ago
- 5ca870b exec: Use uintptr_t for guest_base by Richard Henderson · 4 years, 1 month ago
- 26bab75 linux-user: Introduce PAGE_ANON by Richard Henderson · 4 years, 1 month ago
- d9c5858 tcg: Introduce target-specific page data for user-only by Richard Henderson · 4 years, 1 month ago
- b8f91fd linux-user/mips: Support the n32 ABI for the R5900 by Fredrik Noring · 6 years ago
- fba0874 linux-user: target: signal: Support TARGET_SS_AUTODISARM by Chen Gang · 4 years, 5 months ago
- ec63e06 linux-user: add TARGET_SO_{DOMAIN,PROTOCOL} by Jason A. Donenfeld · 4 years, 1 month ago
- 4df7b7f linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets. by Stefan · 4 years, 2 months ago
- ccc5ccc linux-user/mmap: Avoid asserts for out of range mremap calls by Richard Purdie · 4 years, 2 months ago
- 22d113b linux-user: Fix loading of BSS segments by Giuseppe Musacchio · 4 years, 2 months ago
- 7872130 linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls by Helge Deller · 4 years, 1 month ago
- 2bdc74f linux-user: fix O_NONBLOCK usage for hppa target by Helge Deller · 4 years, 1 month ago
- 23b3111 linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha by Helge Deller · 4 years, 1 month ago
- 1c3dfb5 linux-user/signal: Decode waitid si_code by Alistair Francis · 4 years, 1 month ago
- 0b72da0 linux-user/mips64: Support o32 ABI syscalls by Philippe Mathieu-Daudé · 4 years, 3 months ago
- af55264 linux-user/mips64: Restore setup_frame() for o32 ABI by Philippe Mathieu-Daudé · 4 years, 3 months ago
- b86f59c accel: replace struct CpusAccel with AccelOpsClass by Claudio Fontana · 4 years, 1 month ago
- 940e43a accel: extend AccelState and AccelClass to user-mode by Claudio Fontana · 4 years, 1 month ago
- b1d2e47 linux-user: Remove obsolete F_SHLCK and F_EXLCK translation by Michael Forney · 4 years, 2 months ago
- 38987ea linux-user: Add IPv6 options to do_print_sockopt() by Shu-Chun Weng · 4 years, 2 months ago
- 22db121 linux-user: add missing IPv6 get/setsockopt option by Shu-Chun Weng · 4 years, 2 months ago
- fe51b0a linux-user: add missing UDP get/setsockopt option by Shu-Chun Weng · 4 years, 2 months ago
- 2bb963f linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls by Shu-Chun Weng · 4 years, 2 months ago
- 6b80cb2 riscv: Add semihosting support for user mode by Kito Cheng · 4 years, 2 months ago
- a10b9d9 riscv: Add semihosting support by Keith Packard · 4 years, 2 months ago
- 0bb446d semihosting: Change common-semi API to be architecture-independent by Keith Packard · 4 years, 2 months ago
- 56b5170c semihosting: Move ARM semihosting code to shared directories by Keith Packard · 4 years, 2 months ago
- ad9dcb2 gdbstub: drop CPUEnv from gdb_exit() by Alex Bennée · 4 years, 2 months ago
- 81ddae7 target/mips: Extract FPU helpers to 'fpu_helper.h' by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 2e211e0 target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6 by Philippe Mathieu-Daudé · 4 years, 2 months ago
- 7a47bae target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2 by Philippe Mathieu-Daudé · 4 years, 2 months ago
- 13514fc target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6 by Philippe Mathieu-Daudé · 4 years, 2 months ago
- f395cef target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2 by Philippe Mathieu-Daudé · 4 years, 2 months ago
- a35b3e1 tcg: Add --accel tcg,split-wx property by Richard Henderson · 4 years, 4 months ago
- 655a650 linux-user: Conditionalize TUNSETVNETLE by Richard Henderson · 4 years, 2 months ago
- 7a5805a linux-user/sparc: Handle tstate in sparc64_get/set_context() by Peter Maydell · 4 years, 4 months ago
- 0ad2031 linux-user/sparc: Don't restore %g7 in sparc64_set_context() by Peter Maydell · 4 years, 4 months ago
- 309abce linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context() by Peter Maydell · 4 years, 4 months ago
- 246ff44 linux-user/sparc: Correct sparc64_get/set_context() FPU handling by Peter Maydell · 4 years, 4 months ago
- 6addf06 linux-user: Add most IFTUN ioctls by Shu-Chun Weng · 4 years, 5 months ago
- 8494645 linux-user: Implement copy_file_range by Andreas Schwab · 4 years, 4 months ago
- 53673d0 linux-user: Add support for MIPS Loongson 2F/3A by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 9ea313b linux-user/elfload: Update HWCAP bits from linux 5.7 by Philippe Mathieu-Daudé · 4 years, 3 months ago
- ce54384 linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 388765a linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 7d9a3d9 linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN() by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 6dd97bf linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 56d1908 linux-user/mmap.c: check range of mremap result in target address space by Tobias Koch · 4 years, 4 months ago
- 36c5e0b linux-user: remove GNUC check by Marc-André Lureau · 4 years, 3 months ago
- 0572f55 plugin: propagate errors by Paolo Bonzini · 4 years, 4 months ago
- 48f670e configure / meson: Move check for linux/btrfs.h to meson.build by Thomas Huth · 4 years, 3 months ago
- 4a9d5f8 configure / meson: Move check for sys/kcov.h to meson.build by Thomas Huth · 4 years, 3 months ago
- acebed9 linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints by Peter Maydell · 4 years, 3 months ago
- 5351f40 linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPEN by Laurent Vivier · 4 years, 3 months ago
- f536612 linux-user,netlink: fix message translation with ip command by Laurent Vivier · 4 years, 3 months ago
- 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
- 674ee12 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
- 92eecff trace: remove argument from trace_init_file by Paolo Bonzini · 4 years, 4 months ago
- c781102 linux-user: Prevent crash in epoll_ctl by LemonBoy · 4 years, 11 months ago
- ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 4 months ago
- c3ab5df linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn by Peter Maydell · 4 years, 4 months ago
- 266b415 linux-user/sparc: Correct set/get_context handling of fp and i7 by Peter Maydell · 4 years, 4 months ago
- b8ae597 linux-user/sparc: Fix errors in target_ucontext structures by Peter Maydell · 4 years, 4 months ago