Age | Commit message (Expand) | Author |
2017-01-23 | linux-user: Add HPPA startup and main loop | Richard Henderson |
2017-01-22 | linux-user: Support stack-grows-up in elfload.c | Richard Henderson |
2016-10-31 | linux-user/elfload: ensure mmap_lock() held while setting up | Alex Bennée |
2016-09-23 | linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP | Michael Walle |
2016-09-21 | linux-user: Use glib malloc functions in load_symbols() | Peter Maydell |
2016-09-21 | linux-user: Check dump_write() return in elf_core_dump() | Peter Maydell |
2016-09-21 | linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call | Peter Maydell |
2016-09-14 | linux-user: complete omission of removing uses of strdup | Wei Jiangang |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-05-27 | linux-user: arm: Remove ARM_cpsr and similar #defines | Peter Maydell |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-01-29 | linux-user: Clean up includes | Peter Maydell |
2015-12-17 | user: introduce "-d page" | Paolo Bonzini |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini |
2015-10-08 | linux-user: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-09-28 | linux-user: remove MAX_ARG_PAGES limit | Stefan Brüns |
2015-09-28 | linux-user: remove unused image_info members | Stefan Brüns |
2015-09-25 | ppc: Rename ELF_MACHINE to be PPC specific | Peter Crosthwaite |
2015-09-25 | arm: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite |
2015-09-25 | linux-user: elfload: Provide default for elf_check_arch | Peter Crosthwaite |
2015-09-25 | linux_user: elfload: Default ELF_MACHINE to ELF_ARCH | Peter Crosthwaite |
2015-09-15 | linux-user: Support tilegx architecture in linux-user | Chen Gang |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier |
2015-06-15 | linux-user: Use abi_ulong for TARGET_ELF_PAGESTART | Yongbok Kim |
2015-06-12 | linux-user: Add HWCAP for SH4 | Richard Henderson |
2015-04-30 | linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it | Emilio G. Cota |
2015-01-20 | linux-user/elfload.c: Don't use _raw accessor functions | Peter Maydell |
2014-11-11 | linux-user: Do not subtract offset from end address | Tom Musta |
2014-11-03 | elf: take phdr offset into account when calculating the program load address | Jonas Maebe |
2014-11-03 | linux-user: Let user specify random seed | Magnus Reftel |
2014-10-06 | translate-all.c: memory walker initial address miscalculation | Mikhail Ilyin |
2014-08-22 | linux-user: Move get_ppc64_abi | Tom Musta |
2014-06-27 | linux-user: Support HWCAP2 in PowerPC | Tom Musta |
2014-06-27 | linux-user: Identify Addition Hardware Capabilities for PowerPC | Tom Musta |
2014-06-27 | linux-user: Correct AUXV Cache Line Sizes for PowerPC | Tom Musta |
2014-06-17 | User mode support for Linux ELF files with no section header | Craig Heffner |
2014-06-16 | linux-user: Tell guest about big host page sizes | Alexander Graf |
2014-06-16 | target-ppc: Confirm That .bss Pages Are Valid | Tom Musta |
2014-06-16 | target-ppc: Support little-endian PPC64 in user mode. | Doug Kwan |
2014-06-09 | target-arm: A64: Implement two-register SHA instructions | Peter Maydell |
2014-06-09 | target-arm: A64: Implement AES instructions | Peter Maydell |
2014-06-09 | target-arm: A64: Implement CRC instructions | Peter Maydell |
2014-06-09 | target-arm: A64: Use PMULL feature bit for PMULL | Peter Maydell |
2014-06-09 | target-arm: add support for v8 VMULL.P64 instruction | Peter Maydell |
2014-06-09 | target-arm: add support for v8 SHA1 and SHA256 instructions | Ard Biesheuvel |
2014-05-02 | linux-user/elfload.c: Support ARM HWCAP2 flags | Peter Maydell |
2014-05-02 | linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32 | Peter Maydell |
2014-05-02 | linux-user/elfload.c: Update ARM HWCAP bits | Peter Maydell |
2014-05-02 | linux-user/elfload.c: Fix incorrect ARM HWCAP bits | Peter Maydell |