summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linux-user: check return value of malloc()zhanghailiang2014-08-221-0/+4
* linux-user: writev Partial WritesTom Musta2014-08-221-2/+14
* linux-user: Support target-to-host translation of mlockall argumentTom Musta2014-08-2218-1/+50
* linux-user: clock_nanosleep errno Handling on PPCTom Musta2014-08-221-0/+8
* linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta2014-08-2218-1/+34
* linux-user: Move get_ppc64_abiTom Musta2014-08-222-9/+10
* linux-user: Detect fault in sched_rr_get_intervalTom Musta2014-08-221-1/+1
* linux-user: Handle NULL sched_param argument to sched_*Tom Musta2014-08-221-0/+10
* linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta2014-08-221-1/+5
* linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta2014-08-221-3/+7
* linux-user: Make ipc syscall's third argument an abi_longTom Musta2014-08-221-4/+4
* linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta2014-08-221-2/+11
* linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta2014-08-221-2/+8
* linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta2014-08-221-0/+4
* linux-user: add setns and unshareRiku Voipio2014-08-223-0/+34
* linux-user: support ioprio_{get, set} syscallsPaul Burton2014-08-221-0/+18
* linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio2014-08-223-0/+71
* linux-user: fix readlink handling with magic exe symlinkMike Frysinger2014-08-221-2/+13
* linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell2014-08-221-8/+30
* linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao2014-08-222-3/+2
* linux-user: redirect openat callsRiku Voipio2014-08-221-14/+9
* linux-user: /proc/self/maps contentMikhail Ilyin2014-08-222-15/+12
* Merge remote-tracking branch 'remotes/otubo/seccomp' into stagingPeter Maydell2014-08-211-1/+2
|\
| * seccomp: add semctl() to the syscall whitelistPaul Moore2014-08-211-1/+2
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819'...Peter Maydell2014-08-2019-88/+563
|\
| * arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite2014-08-191-2/+1
| * arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite2014-08-192-5/+5
| * aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones2014-08-191-0/+7
| * loader: Add load_image_gzipped function.Richard W.M. Jones2014-08-192-0/+49
| * arm: cortex-a9: Fix cache-line size and associativityPeter Crosthwaite2014-08-191-2/+2
| * arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall2014-08-192-5/+53
| * target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall2014-08-192-15/+15
| * target-arm: Implement MDSCR_EL1 as having statePeter Maydell2014-08-191-1/+3
| * target-arm: Implement ARMv8 single-stepping for AArch32 codePeter Maydell2014-08-192-2/+95
| * target-arm: Implement ARMv8 single-step handling for A64 codePeter Maydell2014-08-196-5/+131
| * target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tbPeter Maydell2014-08-191-2/+3
| * target-arm: Set PSTATE.SS correctly on exception return from AArch64Peter Maydell2014-08-192-0/+81
| * target-arm: Correctly handle PSTATE.SS when taking exception to AArch32Peter Maydell2014-08-191-0/+4
| * target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell2014-08-193-9/+18
| * target-arm: Adjust debug ID registers per-CPUPeter Maydell2014-08-194-7/+31
| * target-arm: Provide both 32 and 64 bit versions of debug registersPeter Maydell2014-08-191-14/+20
| * target-arm: Allow STATE_BOTH reginfo descriptions for more than cp14Peter Maydell2014-08-191-3/+8
| * target-arm: Collect up the debug cp register definitionsPeter Maydell2014-08-191-32/+53
| * target-arm: Fix return address for A64 BRK instructionsPeter Maydell2014-08-191-1/+1
* | Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-192-1/+4
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-1962-308/+183
|\
| * mtree: remove write-only fieldPaolo Bonzini2014-08-181-7/+3
| * memory: Use canonical path component as the namePeter Crosthwaite2014-08-182-4/+1
| * memory: Use memory_region_name for name accessPeter Crosthwaite2014-08-181-4/+4
| * memory: constify memory_region_namePeter Crosthwaite2014-08-182-2/+2
OpenPOWER on IntegriCloud