aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell
2018-03-16target/xtensa: add linux-user supportMax Filippov
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-03-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-03-13linux-user: drop unused target_msync functionMax Filippov
2018-03-13linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov
2018-03-13linux-user: fix assertion in shmdtMax Filippov
2018-03-13linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-13linux-user: init_guest_space: Add a comment about search strategyLuke Shumaker
2018-03-13linux-user: init_guest_space: Don't try to align if we'll reject itLuke Shumaker
2018-03-13linux-user: init_guest_space: Clean up control flow a bitLuke Shumaker
2018-03-12Polish the version strings containing the package versionThomas Huth
2018-03-09linux-user: init_guest_commpage: Add a comment about size checkLuke Shumaker
2018-03-09linux-user: init_guest_space: Clarify page alignment logicLuke Shumaker
2018-03-09linux-user: init_guest_space: Correctly handle guest_start in commpage initia...Luke Shumaker
2018-03-09linux-user: init_guest_space: Clean up if we can't initialize the commpageLuke Shumaker
2018-03-09linux-user: Rename validate_guest_space => init_guest_commpageLuke Shumaker
2018-03-09linux-user: Use #if to only call validate_guest_space for 32-bit ARM targetLuke Shumaker
2018-03-09linux-user: drop unused target_msync functionMax Filippov
2018-03-09linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov
2018-03-09linux-user: fix assertion in shmdtMax Filippov
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-09linux-user: Support f_flags in statfs when available.Shea Levy
2018-03-09linux-user: Remove the unused "not implemented" signal handling stubsPeter Maydell
2018-03-09linux-user: Drop unicore32 codePeter Maydell
2018-03-09aarch64-linux-user: Add support for SVE signal frame recordsRichard Henderson
2018-03-09aarch64-linux-user: Add support for EXTRA signal frame recordsRichard Henderson
2018-03-09aarch64-linux-user: Remove struct target_aux_contextRichard Henderson
2018-03-09aarch64-linux-user: Split out helpers for guest signal handlingRichard Henderson
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson
2018-03-07RISC-V Linux User EmulationMichael Clark
2018-03-02target/arm: Add ARM_FEATURE_V8_FCMARichard Henderson
2018-03-02target/arm: Add ARM_FEATURE_V8_RDMRichard Henderson
2018-03-01linux-user: Report AArch64 FP16 support via hwcap bitsPeter Maydell
2018-02-25linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su
2018-02-25linux-user, m68k: select CPU according to ELF header valuesLaurent Vivier
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier
2018-02-18linux-user: Remove THREAD macroPeter Maydell
2018-02-18linux-user: Fix sched_getaffinity mask sizeSamuel Thibault
2018-02-18linux-user: Fix register used for 6th and 7th syscall argument on aarch64Guido Günther
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel
2018-02-09Clean up includesMarkus Armbruster
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell
2018-01-30target/hppa: Add control registersRichard Henderson
2018-01-30target/hppa: Define hardware exception typesRichard Henderson
2018-01-30linux-user/signal.c: Rename MC_* definesPeter Maydell
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson