summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spapr: Add support for time base offset migrationAlexey Kardashevskiy2014-06-166-2/+106
* PPC: e500: Move to u-boot as firmwareAlexander Graf2014-06-161-41/+73
* PPC: Add u-boot firmware for e500Alexander Graf2014-06-166-0/+18
* PPC: e500: Expose kernel load address in dtAlexander Graf2014-06-161-5/+23
* PPC: Add dcbtls emulationAlexander Graf2014-06-161-0/+12
* PPC: Properly emulate L1CSR0 and L1CSR1Alexander Graf2014-06-162-3/+23
* PPC: Add L1CFG1 SPR emulationAlexander Graf2014-06-162-1/+8
* PPC: Fix SPR access control of L1CFG0Alexander Graf2014-06-161-4/+4
* PPC: Add definitions for GIVORsAlexander Graf2014-06-161-0/+6
* PPC: Make all e500 CPUs SVR awareAlexander Graf2014-06-161-14/+14
* PPC: Fail on leaking temporariesAlexander Graf2014-06-161-0/+7
* PPC: Fix TCG chunks that don't free their tempsAlexander Graf2014-06-161-0/+7
* PPC: e500: implement PCI INTx routingBharat Bhushan2014-06-162-2/+24
* PPC: e500: some pci related cleanupBharat Bhushan2014-06-162-12/+14
* KVM: PPC: Don't secretly add 1T segment feature to CPUAlexander Graf2014-06-161-3/+5
* target-ppc: Refactor AES InstructionsTom Musta2014-06-161-254/+38Star
* target-arm: Use Common Tables in AES InstructionsTom Musta2014-06-161-75/+4Star
* target-i386: Use Common ShiftRows and InvShiftRows TablesTom Musta2014-06-161-19/+13Star
* util: Add InvMixColumnsTom Musta2014-06-162-0/+272
* util: Add AES ShiftRows and InvShiftRows TablesTom Musta2014-06-162-0/+12
* util: Add S-Box and InvS-Box Arrays to Common AES UtilsTom Musta2014-06-162-0/+73
* spapr_pci: fix MSI limitAlexey Kardashevskiy2014-06-161-16/+18
* target-ppc: Introduce DFP Shift SignificandTom Musta2014-06-163-0/+109
* target-ppc: Introduce DFP Insert Biased ExponentTom Musta2014-06-163-0/+74
* target-ppc: Introduce DFP Extract Biased ExponentTom Musta2014-06-163-0/+37
* target-ppc: Introduce DFP Encode BCD to DPDTom Musta2014-06-163-0/+78
* target-ppc: Introduce DFP Decode DPD to BCDTom Musta2014-06-163-0/+72
* target-ppc: Introduce DFP Convert to FixedTom Musta2014-06-163-0/+42
* target-ppc: Introduce DFP Convert to FixedTom Musta2014-06-163-0/+32
* target-ppc: Introduce Round to DFP Short/LongTom Musta2014-06-163-0/+54
* target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta2014-06-163-0/+39
* target-ppc: Introduce DFP Round to IntegerTom Musta2014-06-163-0/+52
* target-ppc: Introduce DFP ReroundTom Musta2014-06-163-0/+103
* target-ppc: Introduce DFP QuantizeTom Musta2014-06-163-0/+144
* target-ppc: Introduce DFP Test SignificanceTom Musta2014-06-163-0/+41
* target-ppc: Introduce DFP Test ExponentTom Musta2014-06-163-0/+38
* target-ppc: Introduce DFP Test Data GroupTom Musta2014-06-163-0/+61
* target-ppc: Introduce DFP Test Data ClassTom Musta2014-06-163-0/+34
* target-ppc: Introduce DFP ComparesTom Musta2014-06-163-0/+70
* target-ppc: Introduce DFP DivideTom Musta2014-06-163-0/+44
* target-ppc: Introduce DFP MultiplyTom Musta2014-06-163-0/+29
* target-ppc: Introduce DFP SubtractTom Musta2014-06-163-1/+24
* target-ppc: Introduce DFP AddTom Musta2014-06-163-5/+134
* target-ppc: Introduce DFP Post Processor UtilitiesTom Musta2014-06-161-0/+31
* target-ppc: Introduce DFP Helper UtilitiesTom Musta2014-06-162-0/+133
* target-ppc: Introduce Decoder Macros for DFPTom Musta2014-06-161-0/+109
* target-ppc: Introduce Generator Macros for DFP Arithmetic FormsTom Musta2014-06-161-0/+177
* target-ppc: Define FPR Pointer Type for HelpersTom Musta2014-06-161-0/+4
* libdecnumber: Fix decNumberSetBCDTom Musta2014-06-161-1/+1
* libdecnumber: Introduce decNumberIntegralToInt64Tom Musta2014-06-164-4/+51