summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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