Age | Commit message (Expand) | Author | Files | Lines |
2018-06-29 | target/arm: Implement ARMv8.2-DotProd | Richard Henderson | 1 | -0/+1 |
2018-06-29 | target/arm: Enable SVE for aarch64-linux-user | Richard Henderson | 1 | -0/+1 |
2018-05-10 | target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode | Richard Henderson | 1 | -0/+1 |
2018-05-03 | linux-user: ARM-FDPIC: Add support of FDPIC for ARM. | Christophe Lyon | 1 | -0/+29 |
2018-05-03 | linux-user: ARM-FDPIC: Identify ARM FDPIC binaries | Christophe Lyon | 1 | -0/+7 |
2018-05-03 | Remove CONFIG_USE_FDPIC. | Christophe Lyon | 1 | -11/+7 |
2018-04-10 | linux-user: implement HWCAP bits on MIPS | James Cowgill | 1 | -0/+24 |
2018-03-20 | linux-user: init_guest_space: Try to make ARM space+commpage continuous | Luke Shumaker | 1 | -0/+49 |
2018-03-17 | Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging | Peter Maydell | 1 | -0/+58 |
2018-03-16 | target/xtensa: add linux-user support | Max Filippov | 1 | -0/+58 |
2018-03-13 | linux-user: init_guest_space: Add a comment about search strategy | Luke Shumaker | 1 | -0/+4 |
2018-03-13 | linux-user: init_guest_space: Don't try to align if we'll reject it | Luke Shumaker | 1 | -5/+5 |
2018-03-13 | linux-user: init_guest_space: Clean up control flow a bit | Luke Shumaker | 1 | -15/+19 |
2018-03-09 | linux-user: init_guest_commpage: Add a comment about size check | Luke Shumaker | 1 | -0/+5 |
2018-03-09 | linux-user: init_guest_space: Clarify page alignment logic | Luke Shumaker | 1 | -10/+33 |
2018-03-09 | linux-user: init_guest_space: Correctly handle guest_start in commpage initia... | Luke Shumaker | 1 | -1/+1 |
2018-03-09 | linux-user: init_guest_space: Clean up if we can't initialize the commpage | Luke Shumaker | 1 | -0/+1 |
2018-03-09 | linux-user: Rename validate_guest_space => init_guest_commpage | Luke Shumaker | 1 | -5/+5 |
2018-03-09 | linux-user: Use #if to only call validate_guest_space for 32-bit ARM target | Luke Shumaker | 1 | -13/+10 |
2018-03-09 | linux-user: Drop unicore32 code | Peter Maydell | 1 | -72/+0 |
2018-03-07 | RISC-V Linux User Emulation | Michael Clark | 1 | -0/+22 |
2018-03-02 | target/arm: Add ARM_FEATURE_V8_FCMA | Richard Henderson | 1 | -0/+1 |
2018-03-02 | target/arm: Add ARM_FEATURE_V8_RDM | Richard Henderson | 1 | -0/+1 |
2018-03-01 | linux-user: Report AArch64 FP16 support via hwcap bits | Peter Maydell | 1 | -0/+2 |
2018-02-25 | linux-user: introduce functions to detect CPU type | YunQiang Su | 1 | -0/+35 |
2018-02-09 | target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support | Ard Biesheuvel | 1 | -0/+19 |
2018-01-23 | linux-user: Add AT_SECURE auxval | Marco A L Barbosa | 1 | -1/+2 |
2017-11-20 | linux-user: Fix calculation of auxv length | Peter Maydell | 1 | -2/+9 |
2017-10-16 | linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests | Peter Maydell | 1 | -1/+1 |
2017-07-31 | linux-user/sh4: fix incorrect memory write | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-06-29 | linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place | Peter Maydell | 1 | -11/+12 |
2017-05-04 | target/openrisc: implement shadow registers | Stafford Horne | 1 | -1/+1 |
2017-02-16 | linux-user: Use correct types in load_symbols() | Peter Maydell | 1 | -7/+15 |
2017-02-14 | target/openrisc: Keep SR_F in a separate variable | Richard Henderson | 1 | -2/+1 |
2017-01-24 | nios2: Add usermode binaries emulation | Marek Vasut | 1 | -0/+57 |
2017-01-23 | linux-user: Add HPPA startup and main loop | Richard Henderson | 1 | -0/+24 |
2017-01-22 | linux-user: Support stack-grows-up in elfload.c | Richard Henderson | 1 | -65/+170 |
2016-10-31 | linux-user/elfload: ensure mmap_lock() held while setting up | Alex Bennée | 1 | -0/+4 |
2016-09-23 | linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP | Michael Walle | 1 | -2/+6 |
2016-09-21 | linux-user: Use glib malloc functions in load_symbols() | Peter Maydell | 1 | -7/+7 |
2016-09-21 | linux-user: Check dump_write() return in elf_core_dump() | Peter Maydell | 1 | -1/+3 |
2016-09-21 | linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call | Peter Maydell | 1 | -1/+1 |
2016-09-14 | linux-user: complete omission of removing uses of strdup | Wei Jiangang | 1 | -5/+2 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-05-27 | linux-user: arm: Remove ARM_cpsr and similar #defines | Peter Maydell | 1 | -9/+10 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-01-29 | linux-user: Clean up includes | Peter Maydell | 1 | -9/+1 |
2015-12-17 | user: introduce "-d page" | Paolo Bonzini | 1 | -4/+4 |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini | 1 | -2/+1 |
2015-10-08 | linux-user: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |