aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16KVM: PPC: Enable compatibility modeAlexey Kardashevskiy3-0/+16
2014-06-16spapr: Implement processor compatibility in ibm, client-architecture-supportAlexey Kardashevskiy3-1/+113
2014-06-16spapr: Limit threads per core according to current compatibility modeAlexey Kardashevskiy3-1/+29
2014-06-16spapr: Rework spapr_fixup_cpu_dt()Alexey Kardashevskiy1-11/+22
2014-06-16spapr: Add ibm, client-architecture-support callAlexey Kardashevskiy4-1/+69
2014-06-16target-ppc: Define Processor Compatibility MasksAlexey Kardashevskiy2-0/+4
2014-06-16target-ppc: Implement "compat" CPU optionAlexey Kardashevskiy4-0/+61
2014-06-16spapr: Move SMT-related properties out of skeleton fdtAlexey Kardashevskiy1-15/+33
2014-06-16target-ppc: Add "compat" CPU optionAlexey Kardashevskiy3-0/+87
2014-06-16PPC: openpic_kvm: Implement resetAlexander Graf1-5/+10
2014-06-16openpic: Reset IRQ source private membersPaul Janzen1-2/+2
2014-06-16openpic: Move definition of openpic_resetPaul Janzen1-49/+50
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-16dump: Make DumpState and endian conversion routines available for arch-specif...Bharata B Rao4-152/+154
2014-06-16macio: handle non-block ATAPI DMA transfersMark Cave-Ayland1-0/+21
2014-06-16spapr: Add ibm, chip-id property in device treeAlexey Kardashevskiy1-0/+6
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy6-2/+106
2014-06-16PPC: e500: Move to u-boot as firmwareAlexander Graf1-41/+73
2014-06-16PPC: Add u-boot firmware for e500Alexander Graf6-0/+18
2014-06-16PPC: e500: Expose kernel load address in dtAlexander Graf1-5/+23
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-16PPC: e500: implement PCI INTx routingBharat Bhushan2-2/+24
2014-06-16PPC: e500: some pci related cleanupBharat Bhushan2-12/+14
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-arm: Use Common Tables in AES InstructionsTom Musta1-75/+4
2014-06-16target-i386: Use Common ShiftRows and InvShiftRows TablesTom Musta1-19/+13
2014-06-16util: Add InvMixColumnsTom Musta2-0/+272
2014-06-16util: Add AES ShiftRows and InvShiftRows TablesTom Musta2-0/+12
2014-06-16util: Add S-Box and InvS-Box Arrays to Common AES UtilsTom Musta2-0/+73
2014-06-16spapr_pci: fix MSI limitAlexey Kardashevskiy1-16/+18
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