aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson
2021-02-16linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson
2021-02-16linux-user/aarch64: Signal SEGV_MTESERR for sync tag check faultRichard Henderson
2021-02-16linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson
2021-02-16linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson
2021-02-16linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson
2021-02-16linux-user: Handle tags in lock_user/unlock_userRichard Henderson
2021-02-16linux-user: Fix types in uaccess.cRichard Henderson
2021-02-16linux-user: Move lock_user et al out of lineRichard Henderson
2021-02-16linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson
2021-02-16linux-user: Use guest_range_valid in access_okRichard Henderson
2021-02-16linux-user: Explicitly untag memory management syscallsRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16linux-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson
2021-02-16linux-user: Check for overflow in access_okRichard Henderson
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson
2021-02-15linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang
2021-02-13linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld
2021-02-13linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie
2021-02-13linux-user: Fix loading of BSS segmentsGiuseppe Musacchio
2021-02-13linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller
2021-02-13linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller
2021-02-13linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller
2021-02-13linux-user/signal: Decode waitid si_codeAlistair Francis
2021-02-13linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé
2021-02-13linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-01-21linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney
2021-01-21linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng
2021-01-20linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng
2021-01-20linux-user: add missing UDP get/setsockopt optionShu-Chun Weng
2021-01-20linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng
2021-01-18riscv: Add semihosting support for user modeKito Cheng
2021-01-18riscv: Add semihosting supportKeith Packard
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2Philippe Mathieu-Daudé
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson