| Commit message (Expand) | Author | Age | Files | Lines |
* | accel: move call to accel_init_interfaces | Claudio Fontana | 2021-05-10 | 1 | -1/+1 |
* | linux-user/aarch64: Enable hwcap for RND, BTI, and MTE | Richard Henderson | 2021-05-10 | 1 | -0/+13 |
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in... | Peter Maydell | 2021-05-05 | 2 | -14/+14 |
|\ |
|
| * | linux-user/ppc: Fix msr updates for signal handling | Richard Henderson | 2021-05-04 | 2 | -14/+14 |
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 2021-05-05 | 2 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Do not include cpu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 2 | -2/+0 |
* | | Hexagon (target/hexagon) use env_archcpu and env_cpu | Taylor Simpson | 2021-05-01 | 1 | -1/+1 |
|/ |
|
* | linux-user: Use signed lengths in uaccess.c | Richard Henderson | 2021-04-07 | 2 | -12/+15 |
* | linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0 | Frédéric Fortier | 2021-03-29 | 1 | -1/+1 |
* | linux-user: allow NULL msg in recvfrom | Zach Reizner | 2021-03-27 | 1 | -3/+8 |
* | linux-user/s390x: Use the guest pointer for the sigreturn stub | Andreas Krebbel | 2021-03-25 | 1 | -2/+3 |
* | linux-user/riscv: initialise the TaskState heap/stack info | Alex Bennée | 2021-03-24 | 1 | -0/+5 |
* | linux-user/elfload: fix address calculation in fallback scenario | Vincent Fazio | 2021-03-13 | 1 | -1/+2 |
* | linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support | Vincent Fazio | 2021-03-13 | 1 | -2/+1 |
* | linux-user/elfload: munmap proper address in pgd_find_hole_fallback | Vincent Fazio | 2021-03-13 | 1 | -1/+1 |
* | linux-user: manage binfmt-misc preserve-arg[0] flag | Laurent Vivier | 2021-03-13 | 1 | -0/+24 |
* | linux-user: Fix executable page of /proc/self/maps | Nicolas Surbayrole | 2021-03-13 | 1 | -3/+3 |
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda... | Peter Maydell | 2021-03-11 | 4 | -4/+4 |
|\ |
|
| * | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé | 2021-03-10 | 4 | -4/+4 |
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-... | Peter Maydell | 2021-03-10 | 13 | -1007/+2 |
|\ \
| |/
|/| |
|
| * | Remove deprecated target tilegx | Thomas Huth | 2021-03-09 | 13 | -1007/+2 |
* | | accel/tcg: Precompute curr_cflags into cpu->tcg_cflags | Richard Henderson | 2021-03-06 | 3 | -11/+16 |
|/ |
|
* | Hexagon (linux-user/hexagon) Linux user emulation | Taylor Simpson | 2021-02-18 | 14 | -0/+1011 |
* | linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error | Richard Henderson | 2021-02-16 | 2 | -0/+12 |
* | linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault | Richard Henderson | 2021-02-16 | 2 | -0/+5 |
* | linux-user/aarch64: Pass syndrome to EXC_*_ABORT | Richard Henderson | 2021-02-16 | 1 | -3/+21 |
* | linux-user/aarch64: Implement PROT_MTE | Richard Henderson | 2021-02-16 | 2 | -8/+15 |
* | linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG | Richard Henderson | 2021-02-16 | 2 | -0/+52 |
* | linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE | Richard Henderson | 2021-02-16 | 2 | -0/+28 |
* | linux-user: Handle tags in lock_user/unlock_user | Richard Henderson | 2021-02-16 | 1 | -13/+14 |
* | linux-user: Fix types in uaccess.c | Richard Henderson | 2021-02-16 | 2 | -29/+28 |
* | linux-user: Move lock_user et al out of line | Richard Henderson | 2021-02-16 | 2 | -40/+53 |
* | linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged | Richard Henderson | 2021-02-16 | 6 | -13/+24 |
* | exec: Rename guest_{addr,range}_valid to *_untagged | Richard Henderson | 2021-02-16 | 3 | -10/+10 |
* | linux-user: Use guest_range_valid in access_ok | Richard Henderson | 2021-02-16 | 1 | -6/+3 |
* | linux-user: Explicitly untag memory management syscalls | Richard Henderson | 2021-02-16 | 1 | -0/+11 |
* | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson | 2021-02-16 | 8 | -84/+92 |
* | linux-user: Tidy VERIFY_READ/VERIFY_WRITE | Richard Henderson | 2021-02-16 | 1 | -5/+3 |
* | linux-user: Check for overflow in access_ok | Richard Henderson | 2021-02-16 | 1 | -5/+12 |
* | exec: Use uintptr_t for guest_base | Richard Henderson | 2021-02-16 | 2 | -4/+4 |
* | linux-user: Introduce PAGE_ANON | Richard Henderson | 2021-02-16 | 1 | -0/+3 |
* | tcg: Introduce target-specific page data for user-only | Richard Henderson | 2021-02-16 | 2 | -3/+5 |
* | linux-user/mips: Support the n32 ABI for the R5900 | Fredrik Noring | 2021-02-15 | 1 | -0/+3 |
* | linux-user: target: signal: Support TARGET_SS_AUTODISARM | Chen Gang | 2021-02-13 | 6 | -0/+34 |
* | linux-user: add TARGET_SO_{DOMAIN,PROTOCOL} | Jason A. Donenfeld | 2021-02-13 | 3 | -0/+11 |
* | linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets. | Stefan | 2021-02-13 | 1 | -1/+2 |
* | linux-user/mmap: Avoid asserts for out of range mremap calls | Richard Purdie | 2021-02-13 | 1 | -1/+3 |
* | linux-user: Fix loading of BSS segments | Giuseppe Musacchio | 2021-02-13 | 1 | -10/+20 |
* | linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls | Helge Deller | 2021-02-13 | 2 | -2/+8 |
* | linux-user: fix O_NONBLOCK usage for hppa target | Helge Deller | 2021-02-13 | 1 | -1/+1 |