aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2016-11-01log: Add locking to large logging blocksRichard Henderson
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-28ppc: allow certain HV interrupts to be delivered to guestsNicholas Piggin
2016-10-28target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade
2016-10-28target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das
2016-10-28target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde
2016-10-28ppc: Fix single step with gdb stubBenjamin Herrenschmidt
2016-10-28ppc: fix MSR_ME handling for system reset interruptNicholas Piggin
2016-10-28target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-14target-ppc: implement vexts[bh]2w and vexts[bhw]2dNikunj A Dadhania
2016-10-05target-ppc: fix vmx instruction type/type2Nikunj A Dadhania
2016-10-05target-ppc/kvm: Enable transactional memory on POWER8 with KVM-HV, tooThomas Huth
2016-10-05target-ppc/kvm: Add a wrapper function to check for KVM-PRThomas Huth
2016-10-05target-ppc: Implement mtvsrws instructionRavi Bangoria
2016-10-05target-ppc: add vclzlsbb/vctzlsbb instructionsRajalakshmi Srinivasaraghavan
2016-10-05target-ppc: add vector compare not equal instructionsRajalakshmi Srinivasaraghavan
2016-10-05target-ppc: fix invalid mask - cmpl, bctarAvinesh Kumar
2016-10-05target-ppc: add stxvb16x instructionNikunj A Dadhania
2016-10-05target-ppc: add lxvb16x instructionNikunj A Dadhania
2016-10-05target-ppc: add stxvh8x instructionNikunj A Dadhania
2016-10-05target-ppc: add lxvh8x instructionNikunj A Dadhania
2016-10-05target-ppc: improve stxvw4x implementationNikunj A Dadhania
2016-10-05target-ppc: improve lxvw4x implementationNikunj A Dadhania
2016-10-05target-ppc: Implement mtvsrdd instructionRavi Bangoria
2016-10-05target-ppc: Implement mfvsrld instructionRavi Bangoria
2016-10-05ppc: Check the availability of transactional memoryThomas Huth
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau
2016-09-23ppc/kvm: Mark 64kB page size support as disabled if not availableThomas Huth
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