summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell2018-03-1713-4/+1530
|\
| * target/xtensa: add linux-user supportMax Filippov2018-03-1613-4/+1530
| * linux-user: drop unused target_msync functionMax Filippov2018-03-132-18/+0Star
| * linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov2018-03-131-4/+4
| * linux-user: fix assertion in shmdtMax Filippov2018-03-131-1/+7
| * linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2018-03-132-6/+19
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-03-161-1/+1
|\ \
| * | Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
| |/
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-03-1514-852/+125Star
|\ \ | |/ |/|
| * linux-user: init_guest_space: Add a comment about search strategyLuke Shumaker2018-03-131-0/+4
| * linux-user: init_guest_space: Don't try to align if we'll reject itLuke Shumaker2018-03-131-5/+5
| * linux-user: init_guest_space: Clean up control flow a bitLuke Shumaker2018-03-131-15/+19
| * linux-user: init_guest_commpage: Add a comment about size checkLuke Shumaker2018-03-091-0/+5
| * linux-user: init_guest_space: Clarify page alignment logicLuke Shumaker2018-03-091-10/+33
| * linux-user: init_guest_space: Correctly handle guest_start in commpage initia...Luke Shumaker2018-03-091-1/+1
| * linux-user: init_guest_space: Clean up if we can't initialize the commpageLuke Shumaker2018-03-091-0/+1
| * linux-user: Rename validate_guest_space => init_guest_commpageLuke Shumaker2018-03-091-5/+5
| * linux-user: Use #if to only call validate_guest_space for 32-bit ARM targetLuke Shumaker2018-03-091-13/+10Star
| * linux-user: drop unused target_msync functionMax Filippov2018-03-092-18/+0Star
| * linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov2018-03-091-4/+4
| * linux-user: fix assertion in shmdtMax Filippov2018-03-091-1/+7
| * linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2018-03-092-6/+19
| * linux-user: Support f_flags in statfs when available.Shea Levy2018-03-092-22/+24
| * linux-user: Remove the unused "not implemented" signal handling stubsPeter Maydell2018-03-091-26/+1Star
| * linux-user: Drop unicore32 codePeter Maydell2018-03-0912-745/+6Star
* | aarch64-linux-user: Add support for SVE signal frame recordsRichard Henderson2018-03-091-19/+193
* | aarch64-linux-user: Add support for EXTRA signal frame recordsRichard Henderson2018-03-091-11/+63
* | aarch64-linux-user: Remove struct target_aux_contextRichard Henderson2018-03-091-28/+61
* | aarch64-linux-user: Split out helpers for guest signal handlingRichard Henderson2018-03-091-50/+68
* | linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson2018-03-092-0/+30
|/
* RISC-V Linux User EmulationMichael Clark2018-03-0612-6/+999
* target/arm: Add ARM_FEATURE_V8_FCMARichard Henderson2018-03-021-0/+1
* target/arm: Add ARM_FEATURE_V8_RDMRichard Henderson2018-03-021-0/+1
* linux-user: Report AArch64 FP16 support via hwcap bitsPeter Maydell2018-03-011-0/+2
* linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su2018-02-252-0/+6
* linux-user, m68k: select CPU according to ELF header valuesLaurent Vivier2018-02-251-0/+6
* linux-user: introduce functions to detect CPU typeYunQiang Su2018-02-253-10/+46
* linux-user: Move CPU type name selection to a functionLaurent Vivier2018-02-2521-39/+290
* linux-user: Remove THREAD macroPeter Maydell2018-02-182-4/+2Star
* linux-user: Fix sched_getaffinity mask sizeSamuel Thibault2018-02-181-1/+3
* linux-user: Fix register used for 6th and 7th syscall argument on aarch64Guido Günther2018-02-181-3/+3
* linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab2018-02-1820-0/+34
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-1/+0Star
|\
| * Clean up includesMarkus Armbruster2018-02-091-1/+0Star
* | target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel2018-02-091-0/+19
|/
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-6/+1Star
* target/hppa: Add control registersRichard Henderson2018-01-303-5/+5
* target/hppa: Define hardware exception typesRichard Henderson2018-01-301-3/+23
* linux-user/signal.c: Rename MC_* definesPeter Maydell2018-01-301-59/+59
* target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson2018-01-251-10/+12