aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini
2015-06-05exec: move functions to translate-all.hPaolo Bonzini
2015-05-27s390x: Common access to floating point registersEric Farman
2015-05-18linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_createTimothy Baldwin
2015-04-30linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini
2015-03-23linux-user: fix broken cpu_copy()Leon Alrae
2015-03-22linux-user: fix emulation of splice syscallAndreas Schwab
2015-03-22linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S
2015-03-16linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUspull-target-arm-20150316Mikhail Ilyin
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell
2015-02-25linux-user: Check for cpu_init() errorsEduardo Habkost
2015-02-13linux-user: correct stat structure in MIPS N32Leon Alrae
2015-02-10linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko
2015-02-10linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S
2015-02-10linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S
2015-02-10linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S
2015-02-10linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S
2015-01-27linux-user: support target-to-host SCM_CREDENTIALSAlex Suykov
2015-01-27linux-user: Fix broken m68k signal handling on 64 bit hostsPeter Maydell
2015-01-27mips64-linux-user: Fix definition of struct sigaltstackEd Swierk
2015-01-27linux-user: Fix ioctl cmd type mismatch on 64-bit targetsEd Swierk
2015-01-27linux-user: translate resource also for prlimit64Felix Janda
2015-01-27linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_userPeter Maydell
2015-01-27linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell
2015-01-27linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell
2015-01-27linux-user/arm/nwfpe: Delete unused aCC arrayPeter Maydell
2015-01-27linux-user/alpha: Add define for NR_shmat to enable shmat syscallPeter Maydell
2015-01-27linux-user/signal.c: Remove current_exec_domain_sig()Peter Maydell
2015-01-20linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell
2015-01-20linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &cPeter Maydell
2015-01-20linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2014-12-16linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki
2014-12-11target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler
2014-11-11linux-user: Fix up timer id handlingAlexander Graf
2014-11-11linux-user: Do not subtract offset from end addressTom Musta
2014-11-03elf: take phdr offset into account when calculating the program load addressJonas Maebe
2014-11-03linux-user: Fix fault address truncation AArch64Riku Voipio
2014-11-03linux-user: Let user specify random seedMagnus Reftel
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin
2014-10-06linux-user: don't include timerfd if not neededRiku Voipio
2014-10-06linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf
2014-10-06linux-user: Enable epoll_pwait syscall for ARMPeter Maydell
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell
2014-09-08linux-user: Handle PPC64 ELFv2 Function PointersTom Musta