aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-1/+1
2021-05-10linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson1-0/+13
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2-14/+14
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2-2/+0
2021-05-04linux-user/ppc: Fix msr updates for signal handlingRichard Henderson2-14/+14
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-01Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson1-1/+1
2021-04-07linux-user: Use signed lengths in uaccess.cRichard Henderson2-12/+15
2021-03-29linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0Frédéric Fortier1-1/+1
2021-03-27linux-user: allow NULL msg in recvfromZach Reizner1-3/+8
2021-03-25linux-user/s390x: Use the guest pointer for the sigreturn stubAndreas Krebbel1-2/+3
2021-03-24linux-user/riscv: initialise the TaskState heap/stack infoAlex Bennée1-0/+5
2021-03-13linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio1-1/+2
2021-03-13linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio1-2/+1
2021-03-13linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio1-1/+1
2021-03-13linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier1-0/+24
2021-03-13linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole1-3/+3
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell4-4/+4
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell13-1007/+2
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé4-4/+4
2021-03-09Remove deprecated target tilegxThomas Huth13-1007/+2
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson3-11/+16
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson14-0/+1011
2021-02-16linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson2-0/+12
2021-02-16linux-user/aarch64: Signal SEGV_MTESERR for sync tag check faultRichard Henderson2-0/+5
2021-02-16linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson1-3/+21
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson2-8/+15
2021-02-16linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson2-0/+52
2021-02-16linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson2-0/+28
2021-02-16linux-user: Handle tags in lock_user/unlock_userRichard Henderson1-13/+14
2021-02-16linux-user: Fix types in uaccess.cRichard Henderson2-29/+28
2021-02-16linux-user: Move lock_user et al out of lineRichard Henderson2-40/+53
2021-02-16linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson6-13/+24
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson3-10/+10
2021-02-16linux-user: Use guest_range_valid in access_okRichard Henderson1-6/+3
2021-02-16linux-user: Explicitly untag memory management syscallsRichard Henderson1-0/+11
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson8-84/+92
2021-02-16linux-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson1-5/+3
2021-02-16linux-user: Check for overflow in access_okRichard Henderson1-5/+12
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson2-4/+4
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson1-0/+3
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson2-3/+5
2021-02-15linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring1-0/+3
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang6-0/+34
2021-02-13linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld3-0/+11
2021-02-13linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan1-1/+2
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie1-1/+3
2021-02-13linux-user: Fix loading of BSS segmentsGiuseppe Musacchio1-10/+20
2021-02-13linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller2-2/+8
2021-02-13linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller1-1/+1