summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini1-0/+1
2015-03-23linux-user: fix broken cpu_copy()Leon Alrae1-1/+1
2015-03-22linux-user: fix emulation of splice syscallAndreas Schwab1-4/+18
2015-03-22linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S1-2/+0
2015-03-16linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUsMikhail Ilyin2-2/+15
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-5/+5
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell1-8/+1
2015-02-25linux-user: Check for cpu_init() errorsEduardo Habkost1-1/+8
2015-02-13linux-user: correct stat structure in MIPS N32Leon Alrae1-67/+19
2015-02-10linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko1-1/+8
2015-02-10linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S1-0/+2
2015-02-10linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S1-32/+32
2015-02-10linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S1-1/+1
2015-02-10linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S1-0/+5
2015-01-27linux-user: support target-to-host SCM_CREDENTIALSAlex Suykov1-4/+14
2015-01-27linux-user: Fix broken m68k signal handling on 64 bit hostsPeter Maydell1-3/+3
2015-01-27mips64-linux-user: Fix definition of struct sigaltstackEd Swierk1-1/+1
2015-01-27linux-user: Fix ioctl cmd type mismatch on 64-bit targetsEd Swierk1-1/+1
2015-01-27linux-user: translate resource also for prlimit64Felix Janda1-1/+2
2015-01-27linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_userPeter Maydell1-17/+11
2015-01-27linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell1-1/+1
2015-01-27linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell1-0/+18
2015-01-27linux-user/arm/nwfpe: Delete unused aCC arrayPeter Maydell1-22/+0
2015-01-27linux-user/alpha: Add define for NR_shmat to enable shmat syscallPeter Maydell1-0/+4
2015-01-27linux-user/signal.c: Remove current_exec_domain_sig()Peter Maydell1-25/+6
2015-01-20linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell1-1/+1
2015-01-20linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &cPeter Maydell1-26/+31
2015-01-20linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell1-2/+5
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-4/+0
2014-12-16linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki1-1/+1
2014-12-11target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler3-3/+3
2014-11-11linux-user: Fix up timer id handlingAlexander Graf2-21/+38
2014-11-11linux-user: Do not subtract offset from end addressTom Musta1-1/+1
2014-11-03elf: take phdr offset into account when calculating the program load addressJonas Maebe1-1/+1
2014-11-03linux-user: Fix fault address truncation AArch64Riku Voipio1-3/+1
2014-11-03linux-user: Let user specify random seedMagnus Reftel2-1/+19
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin1-9/+9
2014-10-06linux-user: don't include timerfd if not neededRiku Voipio1-1/+3
2014-10-06linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf1-13/+17
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf3-2/+56
2014-10-06linux-user: Enable epoll_pwait syscall for ARMPeter Maydell1-1/+1
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell1-2/+1
2014-09-08linux-user: Handle PPC64 ELFv2 Function PointersTom Musta1-10/+30
2014-09-08linux-user: Implement do_setcontext for PPC64Tom Musta1-5/+5
2014-09-08linux-user: Properly Dereference PPC64 ELFv1 Signal Handler PointerTom Musta1-0/+29
2014-09-08linux-user: Enable Signal Handlers on PPC64Tom Musta1-48/+73
2014-09-08linux-user: Split PPC Trampoline Encoding from Register SaveTom Musta1-6/+12
2014-09-08linux-user: Fix Stack Pointer Bug in PPC setup_rt_frameTom Musta1-1/+1
2014-08-24linux-user: fix file descriptor leakszhanghailiang1-0/+1
2014-08-22linux-user: check return value of malloc()zhanghailiang1-0/+4