Age | Commit message (Expand) | Author |
2022-01-18 | linux-user: don't adjust base of found hole | Alex Bennée |
2022-01-18 | linux-user/elfload: add extra logging for hole finding | Alex Bennée |
2022-01-18 | linux-user: expand reserved brk space for 64bit guests | Alex Bennée |
2022-01-12 | linux-user: Fix clang warning for nios2-linux-user code | Peter Maydell |
2022-01-06 | linux-user/nios2: Map a real kuser page | Richard Henderson |
2022-01-06 | linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE | Richard Henderson |
2021-11-22 | linux-user: fix Coverity CID 1464101 | Laurent Vivier |
2021-11-02 | Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too" | Philippe Mathieu-Daudé |
2021-10-22 | target/riscv: Split misa.mxl and misa.ext | Richard Henderson |
2021-10-21 | linux-user: Fix XER access in ppc version of elf_core_copy_regs | Matheus Ferst |
2021-10-01 | linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE | Richard Henderson |
2021-10-01 | linux-user: Add infrastructure for a signal trampoline page | Richard Henderson |
2021-09-13 | linux-user: Split linux-user internals out of qemu.h | Peter Maydell |
2021-09-13 | linux-user: Split mmap prototypes into user-mmap.h | Peter Maydell |
2021-09-13 | linux-user: Split loader-related prototypes into loader.h | Peter Maydell |
2021-08-05 | linux-user/elfload: byteswap i386 registers when dumping core | Ilya Leoshkevich |
2021-07-07 | linux-user/elfload: Implement ELF_HWCAP for RISC-V | Kito Cheng |
2021-06-22 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell |
2021-06-21 | linux-user: elf: s390x: Prepare for Vector enhancements facility | David Hildenbrand |
2021-06-20 | linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list | Khem Raj |
2021-06-03 | linux-user/aarch64: Enable hwcap bits for bfloat16 | Richard Henderson |
2021-05-25 | linux-user/aarch64: Enable hwcap bits for sve2 and related extensions | Richard Henderson |
2021-05-18 | linux-user/elfload: add s390x core dumping support | Ilya Leoshkevich |
2021-05-18 | linux-user/elfload: fix filling psinfo->pr_psargs | Ilya Leoshkevich |
2021-05-18 | linux-user: use GDateTime for formatting timestamp for core file | Daniel P. Berrangé |
2021-05-15 | linux-user/sparc: Clean up init_thread | Richard Henderson |
2021-05-10 | linux-user/aarch64: Enable hwcap for RND, BTI, and MTE | Richard Henderson |
2021-03-13 | linux-user/elfload: fix address calculation in fallback scenario | Vincent Fazio |
2021-03-13 | linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support | Vincent Fazio |
2021-03-13 | linux-user/elfload: munmap proper address in pgd_find_hole_fallback | Vincent Fazio |
2021-03-09 | Remove deprecated target tilegx | Thomas Huth |
2021-02-18 | Hexagon (linux-user/hexagon) Linux user emulation | Taylor Simpson |
2021-02-16 | linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged | Richard Henderson |
2021-02-16 | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson |
2021-02-16 | exec: Use uintptr_t for guest_base | Richard Henderson |
2021-02-13 | linux-user: Fix loading of BSS segments | Giuseppe Musacchio |
2020-12-17 | linux-user: Add support for MIPS Loongson 2F/3A | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Update HWCAP bits from linux 5.7 | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN() | Philippe Mathieu-Daudé |
2020-12-17 | linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body | Philippe Mathieu-Daudé |
2020-11-04 | linux-user: Check copy_from_user() return value in vma_dump_size() | Peter Maydell |
2020-11-04 | linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zero | Peter Maydell |
2020-10-27 | linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND | Richard Henderson |
2020-10-27 | linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes | Richard Henderson |
2020-10-27 | linux-user/elfload: Use Error for load_elf_interp | Richard Henderson |
2020-10-27 | linux-user/elfload: Use Error for load_elf_image | Richard Henderson |
2020-10-27 | linux-user/elfload: Move PT_INTERP detection to first loop | Richard Henderson |
2020-10-27 | linux-user/elfload: Adjust iteration over phdr | Richard Henderson |