aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2014-08-25spapr: Add support for new NMI interfaceAlexey Kardashevskiy
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy
2014-07-15target-ppc: Fix number of threads per core limitAlexey Kardashevskiy
2014-07-08target-ppc: Remove POWER7+ and POWER8E familiesAlexey Kardashevskiy
2014-07-08target-ppc: Add pvr_match() callbackAlexey Kardashevskiy
2014-07-08PPC: Fix booke206 TLB with phys addrs > 32bitAlexander Graf
2014-07-08target-ppc: Fix gdbstub for ppc64le-linux-userRichard Henderson
2014-07-08target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson
2014-06-29target-ppc: enable virtio endian ambivalent supportGreg Kurz
2014-06-27target-ppc: Add support for POWER8 pvr 0x4D0000Alexey Kardashevskiy
2014-06-27target-ppc: Remove unused gen_qemu_ld8s()Peter Maydell
2014-06-27target-ppc: Remove unused IMM and d extract helpersPeter Maydell
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy
2014-06-27PPC: Add support for Apple gdb in gdbstubAlexander Graf
2014-06-27target-ppc: fixed translation of mcrxr instructionSorav Bansal
2014-06-27target-ppc: Add DFP to Emulated Instructions FlagTom Musta
2014-06-24target-ppc: Fix compiler warningStefan Weil
2014-06-16PPC: KVM: Make pv hcall endian agnosticAlexander Graf
2014-06-16powerpc: use float64 for frsqrteTristan Gingold
2014-06-16spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODEAlexey Kardashevskiy
2014-06-16target-ppc: Enable DABRX SPR and limit it to <=POWER7Alexey Kardashevskiy
2014-06-16target-ppc: Enable PPR and VRSAVE SPRs migrationAlexey Kardashevskiy
2014-06-16target-ppc: Add POWER8's Event Based Branch (EBB) control SPRsAlexey Kardashevskiy
2014-06-16KVM: target-ppc: Enable TM state migrationAlexey Kardashevskiy
2014-06-16target-ppc: Add POWER8's TM SPRsAlexey Kardashevskiy
2014-06-16target-ppc: Add POWER8's MMCR2/MMCRS SPRsAlexey Kardashevskiy
2014-06-16target-ppc: Enable FSCR facility check for TARAlexey Kardashevskiy
2014-06-16target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy
2014-06-16target-ppc: Add POWER8's TIR SPRAlexey Kardashevskiy
2014-06-16target-ppc: Refactor class init for POWER7/8Alexey Kardashevskiy
2014-06-16target-ppc: Switch POWER7/8 classes to use correct PMU SPRsAlexey Kardashevskiy
2014-06-16target-ppc: Make use of gen_spr_power5p_lpar() for POWER7/8Alexey Kardashevskiy
2014-06-16target-ppc: Make use of gen_spr_book3s_altivec() for POWER7/8Alexey Kardashevskiy
2014-06-16target-ppc: Move POWER7/8 CFAR/DSCR/CTRL/PPR/PCR SPR registration to helpersAlexey Kardashevskiy
2014-06-16target-ppc: Move POWER8 TCE Address control (TAR) to a helperAlexey Kardashevskiy
2014-06-16target-ppc: Move POWER7/8 PIR/PURR/SPURR SPR registration to helpersAlexey Kardashevskiy
2014-06-16target-ppc: Enable PMU SPRs migrationAlexey Kardashevskiy
2014-06-16target-ppc: Remove check_pow_970FXAlexey Kardashevskiy
2014-06-16target-ppc: Introduce and reuse generalized init_proc_book3s_64()Alexey Kardashevskiy
2014-06-16target-ppc: Add HID4 SPR for PPC970Alexey Kardashevskiy
2014-06-16target-ppc: Add PMC7/8 to 970 classAlexey Kardashevskiy
2014-06-16target-ppc: Add PMC5/6, SDAR and MMCRA to 970 familyAlexey Kardashevskiy
2014-06-16target-ppc: Add "POWER" prefix to MMCRA PMU registersAlexey Kardashevskiy
2014-06-16target-ppc: Copy and split gen_spr_7xx() for 970Alexey Kardashevskiy
2014-06-16target-ppc: Make UCTRL a mirror of CTRLAlexey Kardashevskiy
2014-06-16target-ppc: Refactor PPC970Alexey Kardashevskiy
2014-06-16target-ppc: Merge 970FX and 970MP into a single 970 classAlexey Kardashevskiy
2014-06-16target-ppc: Rename 7XX/60x/74XX/e600 PMU SPRsAlexey Kardashevskiy
2014-06-16target-ppc: Fix Temporary Variable Leak in bctarTom Musta