summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki2014-12-161-1/+1
* target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler2014-12-113-3/+3
* linux-user: Fix up timer id handlingAlexander Graf2014-11-112-21/+38
* linux-user: Do not subtract offset from end addressTom Musta2014-11-111-1/+1
* elf: take phdr offset into account when calculating the program load addressJonas Maebe2014-11-031-1/+1
* linux-user: Fix fault address truncation AArch64Riku Voipio2014-11-031-3/+1
* linux-user: Let user specify random seedMagnus Reftel2014-11-032-1/+19
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-9/+9
* linux-user: don't include timerfd if not neededRiku Voipio2014-10-061-1/+3
* linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf2014-10-061-13/+17
* linux-user: Convert blkpg to use a special subop handlerAlexander Graf2014-10-063-2/+56
* linux-user: Enable epoll_pwait syscall for ARMPeter Maydell2014-10-061-1/+1
* exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell2014-09-121-2/+1
* linux-user: Handle PPC64 ELFv2 Function PointersTom Musta2014-09-081-10/+30
* linux-user: Implement do_setcontext for PPC64Tom Musta2014-09-081-5/+5
* linux-user: Properly Dereference PPC64 ELFv1 Signal Handler PointerTom Musta2014-09-081-0/+29
* linux-user: Enable Signal Handlers on PPC64Tom Musta2014-09-081-48/+73
* linux-user: Split PPC Trampoline Encoding from Register SaveTom Musta2014-09-081-6/+12
* linux-user: Fix Stack Pointer Bug in PPC setup_rt_frameTom Musta2014-09-081-1/+1
* linux-user: fix file descriptor leakszhanghailiang2014-08-241-0/+1
* 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-222-0/+14
* linux-user: support ioprio_{get, set} syscallsPaul Burton2014-08-221-0/+18
* linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio2014-08-222-0/+54
* 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-221-1/+0
* linux-user: redirect openat callsRiku Voipio2014-08-221-14/+9
* linux-user: /proc/self/maps contentMikhail Ilyin2014-08-221-15/+10
* linux-user: use TARGET_SA_ONSTACK in get_sigframeRiku Voipio2014-07-151-3/+4
* alloca one extra byte socketsJoakim Tjernlund2014-07-151-3/+3
* linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund2014-07-152-0/+17
* qemu-user: Impl. setsockopt(SO_BINDTODEVICE)Joakim Tjernlund2014-07-151-0/+19
* SIOCGIFINDEX: fix typoJoakim Tjernlund2014-07-151-1/+1
* target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson2014-07-081-4/+4
* Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-06-295-27/+207
|\
| * linux-user: support the SIOCGIFINDEX ioctlPaul Burton2014-06-292-0/+2
OpenPOWER on IntegriCloud