summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2014-06-16KVM: PPC: Expose fixup hcall capabilityAlexander Graf2-0/+13
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-16target-ppc: Support VSX in PPC User ModeTom Musta1-0/+1
2014-06-16target-ppc: Allow little-endian user mode.Doug Kwan3-95/+85
2014-06-16PPC: e500: Fix MMUCSR0 emulationAlex Zuepke3-5/+3
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy2-3/+3
2014-06-16spapr_iommu: Enable multiple TCE requestsAlexey Kardashevskiy2-0/+13
2014-06-16target-ppc: Fix popcntb Opcode BugTom Musta1-1/+1
2014-06-16KVM: PPC: Enable compatibility modeAlexey Kardashevskiy3-0/+16
2014-06-16spapr: Limit threads per core according to current compatibility modeAlexey Kardashevskiy2-0/+28
2014-06-16target-ppc: Define Processor Compatibility MasksAlexey Kardashevskiy2-0/+4
2014-06-16target-ppc: Implement "compat" CPU optionAlexey Kardashevskiy3-0/+47
2014-06-16target-ppc: Add "compat" CPU optionAlexey Kardashevskiy3-0/+87
2014-06-16target-ppc: Set the correct endianness in ELF dump headerBharata B Rao1-4/+8
2014-06-16target-ppc: Introduce callback for interrupt endiannessGreg Kurz2-0/+17
2014-06-16target-ppc: Support dump for little endian ppc64Bharata B Rao1-33/+62
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy2-0/+21
2014-06-16PPC: Add dcbtls emulationAlexander Graf1-0/+12
2014-06-16PPC: Properly emulate L1CSR0 and L1CSR1Alexander Graf2-3/+23
2014-06-16PPC: Add L1CFG1 SPR emulationAlexander Graf2-1/+8
2014-06-16PPC: Fix SPR access control of L1CFG0Alexander Graf1-4/+4
2014-06-16PPC: Add definitions for GIVORsAlexander Graf1-0/+6
2014-06-16PPC: Make all e500 CPUs SVR awareAlexander Graf1-14/+14
2014-06-16PPC: Fail on leaking temporariesAlexander Graf1-0/+7
2014-06-16PPC: Fix TCG chunks that don't free their tempsAlexander Graf1-0/+7
2014-06-16KVM: PPC: Don't secretly add 1T segment feature to CPUAlexander Graf1-3/+5
2014-06-16target-ppc: Refactor AES InstructionsTom Musta1-254/+38
2014-06-16target-ppc: Introduce DFP Shift SignificandTom Musta3-0/+109
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta3-0/+74
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta3-0/+37
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta3-0/+78
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta3-0/+72
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta3-0/+42
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta3-0/+32
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta3-0/+54
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta3-0/+39
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta3-0/+52
2014-06-16target-ppc: Introduce DFP ReroundTom Musta3-0/+103
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta3-0/+144
2014-06-16target-ppc: Introduce DFP Test SignificanceTom Musta3-0/+41
2014-06-16target-ppc: Introduce DFP Test ExponentTom Musta3-0/+38
2014-06-16target-ppc: Introduce DFP Test Data GroupTom Musta3-0/+61
2014-06-16target-ppc: Introduce DFP Test Data ClassTom Musta3-0/+34
2014-06-16target-ppc: Introduce DFP ComparesTom Musta3-0/+70
2014-06-16target-ppc: Introduce DFP DivideTom Musta3-0/+44
2014-06-16target-ppc: Introduce DFP MultiplyTom Musta3-0/+29
2014-06-16target-ppc: Introduce DFP SubtractTom Musta3-1/+24
2014-06-16target-ppc: Introduce DFP AddTom Musta3-5/+134
2014-06-16target-ppc: Introduce DFP Post Processor UtilitiesTom Musta1-0/+31