aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16target-ppc: Add POWER8's MMCR2/MMCRS SPRsAlexey Kardashevskiy2-0/+25
2014-06-16target-ppc: Enable FSCR facility check for TARAlexey Kardashevskiy1-2/+34
2014-06-16target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy6-0/+66
2014-06-16target-ppc: Add POWER8's TIR SPRAlexey Kardashevskiy2-0/+11
2014-06-16target-ppc: Refactor class init for POWER7/8Alexey Kardashevskiy1-39/+61
2014-06-16target-ppc: Switch POWER7/8 classes to use correct PMU SPRsAlexey Kardashevskiy1-15/+2
2014-06-16target-ppc: Make use of gen_spr_power5p_lpar() for POWER7/8Alexey Kardashevskiy1-5/+1
2014-06-16target-ppc: Make use of gen_spr_book3s_altivec() for POWER7/8Alexey Kardashevskiy1-7/+1
2014-06-16target-ppc: Move POWER7/8 CFAR/DSCR/CTRL/PPR/PCR SPR registration to helpersAlexey Kardashevskiy1-30/+40
2014-06-16target-ppc: Move POWER8 TCE Address control (TAR) to a helperAlexey Kardashevskiy1-5/+9
2014-06-16target-ppc: Move POWER7/8 PIR/PURR/SPURR SPR registration to helpersAlexey Kardashevskiy1-14/+26
2014-06-16target-ppc: Enable PMU SPRs migrationAlexey Kardashevskiy1-52/+52
2014-06-16target-ppc: Remove check_pow_970FXAlexey Kardashevskiy1-9/+1
2014-06-16target-ppc: Introduce and reuse generalized init_proc_book3s_64()Alexey Kardashevskiy1-58/+27
2014-06-16target-ppc: Add HID4 SPR for PPC970Alexey Kardashevskiy2-0/+12
2014-06-16target-ppc: Add PMC7/8 to 970 classAlexey Kardashevskiy2-0/+30
2014-06-16target-ppc: Add PMC5/6, SDAR and MMCRA to 970 familyAlexey Kardashevskiy1-0/+32
2014-06-16target-ppc: Add "POWER" prefix to MMCRA PMU registersAlexey Kardashevskiy2-2/+3
2014-06-16target-ppc: Copy and split gen_spr_7xx() for 970Alexey Kardashevskiy2-1/+125
2014-06-16target-ppc: Make UCTRL a mirror of CTRLAlexey Kardashevskiy1-2/+2
2014-06-16target-ppc: Refactor PPC970Alexey Kardashevskiy1-13/+32
2014-06-16target-ppc: Merge 970FX and 970MP into a single 970 classAlexey Kardashevskiy3-205/+20
2014-06-16target-ppc: Rename 7XX/60x/74XX/e600 PMU SPRsAlexey Kardashevskiy2-69/+69
2014-06-16target-ppc: Fix Temporary Variable Leak in bctarTom Musta1-1/+1
2014-06-16PPC: e500: Merge 32 and 64 bit SPE emulationAlexander Graf2-583/+132
2014-06-16PPC: spapr: Expose /hypervisor node in device treeAlexander Graf1-0/+20
2014-06-16KVM: PPC: Expose fixup hcall capabilityAlexander Graf2-0/+13
2014-06-16linux-headers: update linux headers to kvm/nextAlexander Graf7-10/+156
2014-06-16linux-headers: include psci.hAlexander Graf1-1/+2
2014-06-16PPC: SPE: Fix high-bits bitmaskAlexander Graf1-2/+2
2014-06-16PPC: e500: Fix TLB lookup for 32bit CPUsAlexander Graf1-0/+5
2014-06-16hw/pci-host/ppce500: Fix typo in vmstate definitionPeter Maydell1-1/+1
2014-06-16target-ppc: Store Quadword Conditional Drops Size BitTom Musta1-1/+1
2014-06-16target-ppc: Confirm That .bss Pages Are ValidTom Musta1-3/+4
2014-06-16target-ppc: Support VSX in PPC User ModeTom Musta1-0/+1
2014-06-16target-ppc: Add a new user mode target for little-endian PPC64.Doug Kwan2-0/+8
2014-06-16target-ppc: Allow little-endian user mode.Doug Kwan4-96/+92
2014-06-16target-ppc: Support little-endian PPC64 in user mode.Doug Kwan3-2/+24
2014-06-16PPC: e500: Fix MMUCSR0 emulationAlex Zuepke3-5/+3
2014-06-16spapr_iommu: Introduce bus_offset in sPAPRTCETableAlexey Kardashevskiy4-6/+15
2014-06-16spapr_iommu: Introduce page_shift in sPAPRTCETableAlexey Kardashevskiy4-26/+49
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy7-40/+26
2014-06-16spapr_iommu: Convert old qdev_init_nofail() to object_property_set_boolAlexey Kardashevskiy1-1/+1
2014-06-16spapr_pci: Allow multiple TCE tables per PHBAlexey Kardashevskiy2-12/+43
2014-06-16spapr_pci: spapr_iommu: Make DMA window a subregionAlexey Kardashevskiy3-3/+20
2014-06-16spapr_pci: Introduce a finish_realize() callbackAlexey Kardashevskiy2-14/+42
2014-06-16spapr_iommu: Enable multiple TCE requestsAlexey Kardashevskiy5-0/+96
2014-06-16spapr: Enable dynamic change of the supported hypercalls listAlexey Kardashevskiy1-7/+23
2014-06-16macio: Fix timer endiannessAlexander Graf1-1/+1
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf3-10/+51