aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-30cpu: Add a sync version of cpu_remove()Bharata B Rao2-0/+20
2016-05-30cpu: Reclaim vCPU objectsGu Zheng5-3/+109
2016-05-30exec: Do vmstate unregistration from cpu_exec_exit()Bharata B Rao1-0/+11
2016-05-30exec: Remove cpu from cpus list during cpu_exec_exit()Bharata B Rao1-8/+24
2016-05-30ppc: Add PPC_64H instruction flag to POWER7 and POWER8Benjamin Herrenschmidt1-2/+2
2016-05-30ppc: Get out of emulation on SMT "OR" opsBenjamin Herrenschmidt1-3/+18
2016-05-30ppc: Fix sign extension issue in mtmsr(d) emulationMichael Neuling1-2/+2
2016-05-30ppc: Change 'invalid' bit mask of tlbiel and tlbieBenjamin Herrenschmidt1-2/+4
2016-05-30ppc: tlbie, tlbia and tlbisync are HV onlyBenjamin Herrenschmidt1-3/+3
2016-05-30ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt8-15/+82
2016-05-30ppc: Use split I/D mmu modes to avoid flushes on interruptsBenjamin Herrenschmidt5-25/+63
2016-05-30ppc: Remove MMU_MODEn_SUFFIX definitionsBenjamin Herrenschmidt1-3/+0
2016-05-27Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160527' int...Peter Maydell31-972/+1539
2016-05-27linux-user,target-ppc: fix use of MSR_LELaurent Vivier1-3/+3
2016-05-27linux-user/signal.c: Use s390 target space address instead of host spaceChen Gang1-2/+2
2016-05-27linux-user/signal.c: Use target address instead of host address for microblaz...Chen Gang1-1/+2
2016-05-27linux-user/signal.c: Generate opcode data for restorer in setup_rt_frameChen Gang1-2/+10
2016-05-27linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell2-28/+11
2016-05-27linux-user: Use direct syscalls for setuid(), etcPeter Maydell1-12/+46
2016-05-27linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell1-1/+2
2016-05-27linux-user: Use g_try_malloc() in do_msgrcv()Peter Maydell1-1/+5
2016-05-27linux-user: Handle msgrcv error case correctlyPeter Maydell1-1/+5
2016-05-27linux-user: Handle negative values in timespec conversionPeter Maydell1-4/+4
2016-05-27linux-user: Use safe_syscall for futex syscallPeter Maydell1-8/+10
2016-05-27linux-user: Use safe_syscall for pselect, select syscallsPeter Maydell1-17/+19
2016-05-27linux-user: Use safe_syscall for execve syscallTimothy E Baldwin1-1/+12
2016-05-27linux-user: Use safe_syscall for wait system callsTimothy E Baldwin1-3/+7
2016-05-27linux-user: Use safe_syscall for open and openat system callsTimothy E Baldwin1-14/+4
2016-05-27linux-user: Use safe_syscall for read and write system callsTimothy E Baldwin1-2/+5
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin9-3/+360
2016-05-27linux-user: Add debug code to exercise restarting system callsTimothy E Baldwin1-0/+19
2016-05-27linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin3-2/+8
2016-05-27linux-user: Set r14 on exit from microblaze syscallPeter Maydell1-0/+7
2016-05-27linux-user: Support for restarting system calls for tilegx targetsPeter Maydell3-9/+15
2016-05-27linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin3-2/+7
2016-05-27linux-user: Support for restarting system calls for S390 targetsTimothy E Baldwin3-5/+12
2016-05-27linux-user: Support for restarting system calls for M68K targetsTimothy E Baldwin3-21/+24
2016-05-27linux-user: Support for restarting system calls for OpenRISC targetsTimothy E Baldwin2-8/+15
2016-05-27linux-user: Support for restarting system calls for UniCore32 targetsTimothy E Baldwin1-1/+6
2016-05-27linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin3-4/+8
2016-05-27linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin3-11/+12
2016-05-27linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin4-1/+6
2016-05-27linux-user: Support for restarting system calls for PPC targetsTimothy E Baldwin2-0/+5
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin3-0/+6
2016-05-27linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin3-23/+36
2016-05-27linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin3-28/+36
2016-05-27linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specificTimothy E Baldwin4-10/+9
2016-05-27linux-user: Define TARGET_ERESTART* errno valuesTimothy E Baldwin1-0/+8
2016-05-27linux-user: Reindent signal handlingTimothy E Baldwin1-752/+791
2016-05-27linux-user: Consistently return host errnos from do_openat()Peter Maydell1-4/+10