aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
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
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-15Remove unused function declarationsLadi Prosek
2016-09-07ppc: Improve a few more helper flagsBenjamin Herrenschmidt
2016-09-07ppc: Improve the exception helpers flagsBenjamin Herrenschmidt
2016-09-07ppc: Improve flags for helpers loading/writing the time facilitiesBenjamin Herrenschmidt
2016-09-07ppc: Don't generate dead code on unconditional branchesBenjamin Herrenschmidt