2617 Commits (106ad1f9c513f48b046e07e45406c339d16e4e2f)

Author SHA1 Message Date
Taylor Simpson d2a56bd242 Hexagon (linux-user/hexagon) Linux user emulation 6 years ago
Richard Henderson 5d70c3510b linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error 6 years ago
Richard Henderson 61dbe03787 linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault 6 years ago
Richard Henderson 8db94ab4e5 linux-user/aarch64: Pass syndrome to EXC_*_ABORT 6 years ago
Richard Henderson d109b46d8d linux-user/aarch64: Implement PROT_MTE 6 years ago
Richard Henderson bfd0572f43 linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG 6 years ago
Richard Henderson 0e0c030c68 linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE 6 years ago
Richard Henderson 31c048342d linux-user: Handle tags in lock_user/unlock_user 6 years ago
Richard Henderson 09f679b62d linux-user: Fix types in uaccess.c 6 years ago
Richard Henderson 687ca79789 linux-user: Move lock_user et al out of line 6 years ago
Richard Henderson c7169b022b linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged 6 years ago
Richard Henderson 46b12f461c exec: Rename guest_{addr,range}_valid to *_untagged 6 years ago
Richard Henderson 114556c533 linux-user: Use guest_range_valid in access_ok 6 years ago
Richard Henderson ee1bf83de7 linux-user: Explicitly untag memory management syscalls 6 years ago
Richard Henderson 3e8f1628e8 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged 6 years ago
Richard Henderson 68f7766664 linux-user: Tidy VERIFY_READ/VERIFY_WRITE 6 years ago
Richard Henderson 4feac83a9c linux-user: Check for overflow in access_ok 6 years ago
Richard Henderson 5ca870b9f6 exec: Use uintptr_t for guest_base 6 years ago
Richard Henderson 26bab757d4 linux-user: Introduce PAGE_ANON 6 years ago
Richard Henderson d9c5858570 tcg: Introduce target-specific page data for user-only 6 years ago
Fredrik Noring b8f91fd49c linux-user/mips: Support the n32 ABI for the R5900 8 years ago
Chen Gang fba087458d linux-user: target: signal: Support TARGET_SS_AUTODISARM 6 years ago
Jason A. Donenfeld ec63e06ef7 linux-user: add TARGET_SO_{DOMAIN,PROTOCOL} 6 years ago
Stefan 4df7b7fac8 linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets. 6 years ago
Richard Purdie ccc5ccc17f linux-user/mmap: Avoid asserts for out of range mremap calls 6 years ago
Giuseppe Musacchio 22d113b52f linux-user: Fix loading of BSS segments 6 years ago
Helge Deller 7872130113 linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls 6 years ago
Helge Deller 2bdc74f3d7 linux-user: fix O_NONBLOCK usage for hppa target 6 years ago
Helge Deller 23b3111550 linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha 6 years ago
Alistair Francis 1c3dfb506e linux-user/signal: Decode waitid si_code 6 years ago
Philippe Mathieu-Daudé 0b72da0300 linux-user/mips64: Support o32 ABI syscalls 6 years ago
Philippe Mathieu-Daudé af552644a7 linux-user/mips64: Restore setup_frame() for o32 ABI 6 years ago
Claudio Fontana b86f59c715 accel: replace struct CpusAccel with AccelOpsClass 6 years ago
Claudio Fontana 940e43aa30 accel: extend AccelState and AccelClass to user-mode 6 years ago
Michael Forney b1d2e476e9 linux-user: Remove obsolete F_SHLCK and F_EXLCK translation 6 years ago
Shu-Chun Weng 38987eabb1 linux-user: Add IPv6 options to do_print_sockopt() 6 years ago
Shu-Chun Weng 22db121389 linux-user: add missing IPv6 get/setsockopt option 6 years ago
Shu-Chun Weng fe51b0a597 linux-user: add missing UDP get/setsockopt option 6 years ago
Shu-Chun Weng 2bb963ff6b linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls 6 years ago
Kito Cheng 6b80cb25b4 riscv: Add semihosting support for user mode 6 years ago
Keith Packard a10b9d93ec riscv: Add semihosting support 6 years ago
Keith Packard 0bb446d8b0 semihosting: Change common-semi API to be architecture-independent 6 years ago
Keith Packard 56b5170c87 semihosting: Move ARM semihosting code to shared directories 6 years ago
Alex Bennée ad9dcb207b gdbstub: drop CPUEnv from gdb_exit() 6 years ago
Philippe Mathieu-Daudé 81ddae7c30 target/mips: Extract FPU helpers to 'fpu_helper.h' 6 years ago
Philippe Mathieu-Daudé 2e211e0a12 target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6 6 years ago
Philippe Mathieu-Daudé 7a47bae586 target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2 6 years ago
Philippe Mathieu-Daudé 13514fc93e target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6 6 years ago
Philippe Mathieu-Daudé f395cef765 target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2 6 years ago
Richard Henderson a35b3e1415 tcg: Add --accel tcg,split-wx property 6 years ago