summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-23target-ppc: convert st64 to use new macroNikunj A Dadhania
2016-09-23target-ppc: consolidate store operationsNikunj A Dadhania
2016-09-23target-ppc: convert ld[16,32,64]ur to use new macroNikunj A Dadhania
2016-09-23target-ppc: convert ld64 to use new macroNikunj A Dadhania
2016-09-23target-ppc: consolidate load operationsNikunj A Dadhania
2016-09-23spapr_vscsi: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23spapr_llan: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23adb.c: prevent NO_KEY value from going to guestJohn Arbuckle
2016-09-23adb.c: correct several key assignmentsJohn Arbuckle
2016-09-23adb.c: add support for QKeyCodeJohn Arbuckle
2016-09-23adb-keys.h: initial commitJohn Arbuckle
2016-09-23MAINTAINERS: add sPAPR testsGreg Kurz
2016-09-23tests: add RTAS command in the protocolLaurent Vivier
2016-09-23libqos: define SPAPR libqos functionsLaurent Vivier
2016-09-23qtest: replace strtoXX() by qemu_strtoXX()Laurent Vivier
2016-09-23ppc: Fix signal delivery in ppc-user and ppc64-userBenjamin Herrenschmidt
2016-09-23target-ppc: add vector permute right indexed instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector bit permute doubleword instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector count trailing zeros instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector extract instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector insert instructionsRajalakshmi Srinivasaraghavan
2016-09-23ppc: restrict the use of the rfi instructionBenjamin Herrenschmidt
2016-09-23MAINTAINERS: Add some missing ppc-related filesThomas Huth
2016-09-22Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' int...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into ...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-09-20' in...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160920' into stagingPeter Maydell
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier
2016-09-21linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin
2016-09-21linux-user: Sanity check clone flagsPeter Maydell
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell
2016-09-21linux-user: Fix error handling in flatload.c target_pread()Peter Maydell
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell