summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson2021-05-101-0/+13
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2021-05-052-14/+14
|\
| * linux-user/ppc: Fix msr updates for signal handlingRichard Henderson2021-05-042-14/+14
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-052-2/+0Star
|\ \ | |/ |/|
| * Do not include cpu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* | Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson2021-05-011-1/+1
|/
* linux-user: Use signed lengths in uaccess.cRichard Henderson2021-04-072-12/+15
* linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0Frédéric Fortier2021-03-291-1/+1
* linux-user: allow NULL msg in recvfromZach Reizner2021-03-271-3/+8
* linux-user/s390x: Use the guest pointer for the sigreturn stubAndreas Krebbel2021-03-251-2/+3
* linux-user/riscv: initialise the TaskState heap/stack infoAlex Bennée2021-03-241-0/+5
* linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio2021-03-131-1/+2
* linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio2021-03-131-2/+1Star
* linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio2021-03-131-1/+1
* linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier2021-03-131-0/+24
* linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole2021-03-131-3/+3
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell2021-03-114-4/+4
|\
| * semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-104-4/+4
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell2021-03-1013-1007/+2Star
|\ \ | |/ |/|
| * Remove deprecated target tilegxThomas Huth2021-03-0913-1007/+2Star
* | accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-063-11/+16
|/
* 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