summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson2021-02-1814-0/+1011
* linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson2021-02-162-0/+12
* linux-user/aarch64: Signal SEGV_MTESERR for sync tag check faultRichard Henderson2021-02-162-0/+5
* linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson2021-02-161-3/+21
* linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-162-8/+15
* linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson2021-02-162-0/+52
* linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson2021-02-162-0/+28
* linux-user: Handle tags in lock_user/unlock_userRichard Henderson2021-02-161-13/+14
* linux-user: Fix types in uaccess.cRichard Henderson2021-02-162-29/+28Star
* linux-user: Move lock_user et al out of lineRichard Henderson2021-02-162-40/+53
* linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson2021-02-166-13/+24
* exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson2021-02-163-10/+10
* linux-user: Use guest_range_valid in access_okRichard Henderson2021-02-161-6/+3Star
* linux-user: Explicitly untag memory management syscallsRichard Henderson2021-02-161-0/+11
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-168-84/+92
* linux-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson2021-02-161-5/+3Star
* linux-user: Check for overflow in access_okRichard Henderson2021-02-161-5/+12
* exec: Use uintptr_t for guest_baseRichard Henderson2021-02-162-4/+4
* linux-user: Introduce PAGE_ANONRichard Henderson2021-02-161-0/+3
* tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-162-3/+5
* linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring2021-02-151-0/+3
* linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang2021-02-136-0/+34
* linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld2021-02-133-0/+11
* linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan2021-02-131-1/+2
* linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie2021-02-131-1/+3
* linux-user: Fix loading of BSS segmentsGiuseppe Musacchio2021-02-131-10/+20
* linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller2021-02-132-2/+8
* linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller2021-02-131-1/+1
* linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller2021-02-132-0/+2
* linux-user/signal: Decode waitid si_codeAlistair Francis2021-02-131-2/+1Star
* linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé2021-02-131-1/+4
* linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé2021-02-131-0/+4
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+1
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+5
* linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney2021-01-213-9/+0Star
* linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng2021-01-211-0/+109
* linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng2021-01-201-0/+4
* linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2021-01-202-2/+11
* linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng2021-01-203-13/+50
* riscv: Add semihosting support for user modeKito Cheng2021-01-181-0/+5
* riscv: Add semihosting supportKeith Packard2021-01-182-5/+7
* semihosting: Change common-semi API to be architecture-independentKeith Packard2021-01-182-2/+4
* semihosting: Move ARM semihosting code to shared directoriesKeith Packard2021-01-183-3/+1Star
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé2021-01-141-0/+1
* target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé2021-01-141-1/+1
* target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé2021-01-141-1/+1
* target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé2021-01-141-2/+1Star
* target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2Philippe Mathieu-Daudé2021-01-141-1/+0Star
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-071-1/+1