aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite
2015-09-25linux_user: elfload: Default ELF_MACHINE to ELF_ARCHPeter Crosthwaite
2015-09-20target-ppc: Fix SRR0 when taking unaligned exceptionsAnton Blanchard
2015-09-15target-tilegx: Handle atomic instructionsRichard Henderson
2015-09-15target-tilegx: Generate SEGV properlyRichard Henderson
2015-09-15linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang
2015-09-15linux-user: tilegx: Add architecture related featuresChen Gang
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11typofixes - v4Veres Lajos
2015-09-11linux-user: Fix warnings caused by missing 'static' attributeStefan Weil
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-09linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota
2015-09-07target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-07-15linux-user: Fix MIPS N64 trap and break instruction bugAndrew Bennett
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-07-07linux-user, ppc: mftbl can be used by user applicationLaurent Vivier
2015-06-16linux-user: ioctl() command type is intLaurent Vivier
2015-06-16linux-user: fix the breakpoint inheritance in spawned threadsThierry Bultel
2015-06-16linux-user: use __get_user and __put_user in cmsg conversionsPeter Maydell
2015-06-16linux-user: Fix length handling in host_to_target_cmsgPeter Maydell
2015-06-15linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf
2015-06-12linux-user: Add HWCAP for SH4Richard Henderson
2015-06-12linux-user: Default sh4 to sh7785Richard Henderson
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