aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn
2016-09-23target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania
2016-09-23target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania
2016-09-23target-ppc: add TLB_NEED_LOCAL_FLUSH flagNikunj A Dadhania
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao
2016-09-23target-ppc: implement darn instructionRavi Bangoria
2016-09-23target-ppc: add stxsi[bh]x instructionNikunj A Dadhania
2016-09-23target-ppc: add lxsi[bw]zx instructionNikunj A Dadhania
2016-09-23target-ppc: add xxspltib instructionNikunj A Dadhania
2016-09-23target-ppc: consolidate store conditionalNikunj A Dadhania
2016-09-23target-ppc: move out stqcx impementationNikunj A Dadhania
2016-09-23target-ppc: consolidate load with reservationNikunj A Dadhania
2016-09-23target-ppc: convert st[16,32,64]r to use new macroNikunj A Dadhania
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