summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-21powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt3-24/+8
2016-07-21powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt8-103/+108
2016-07-21powerpc: Move FW feature probing out of pseries probe()Benjamin Herrenschmidt5-48/+56
2016-07-21powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt5-144/+88
2016-07-21powerpc: Move 64-bit memory reserves to setup_arch()Benjamin Herrenschmidt1-11/+11
2016-07-21powerpc: Move 64-bit feature fixup earlierBenjamin Herrenschmidt1-2/+3
2016-07-21powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt5-30/+37
2016-07-20dt: Add of_device_compatible_match()Benjamin Herrenschmidt2-0/+24
2016-07-20PCI: rpaphp: Fix slot registration for multiple slots under a PHBTyrel Datwyler1-5/+12
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao5-11/+6
2016-07-19powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64Kevin Hao1-38/+27
2016-07-19powerpc/32/booke: Fix the build error when CRASH_DUMP is enabledKevin Hao1-1/+1
2016-07-19powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug eventsJohn Allen1-1/+3
2016-07-19powerpc/pseries: Add support for hotplug interrupt sourceJohn Allen2-0/+41
2016-07-19powerpc/pseries: Add pseries hotplug workqueueJohn Allen1-0/+52
2016-07-19cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan1-7/+9
2016-07-19cxl: remove dead Kconfig optionsAndrew Donnellan2-14/+0
2016-07-19powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=nIan Munsie1-8/+26
2016-07-19powerpc/mm: Cleanup LPCR definesAneesh Kumar K.V1-37/+37
2016-07-17powerpc/mm/radix: Add a kernel command line to disable radixAneesh Kumar K.V2-0/+16
2016-07-17powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V2-1/+55
2016-07-17powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V3-6/+16
2016-07-17powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V2-1/+7
2016-07-17powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V1-5/+4
2016-07-17powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V2-2/+4
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V3-6/+13
2016-07-17powerpc/mm: Compile out radix related functions if RADIX_MMU is disabledAneesh Kumar K.V1-0/+5
2016-07-17powerpc/mm: use _raw variant of page table accessorsAneesh Kumar K.V4-35/+91
2016-07-17powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V2-2/+3
2016-07-17powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh2-8/+19
2016-07-17powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt1-2/+4
2016-07-17powerpc/powernv/pci: Check status of a PHB before using itBenjamin Herrenschmidt1-0/+3
2016-07-17powerpc/powernv/pci: Use the device-tree to get available range of M64'sBenjamin Herrenschmidt1-6/+45
2016-07-17powerpc/powernv/pci: Fallback to OPAL for TCE invalidationsBenjamin Herrenschmidt1-4/+29
2016-07-17powerpc/powernv/pci: Rework accessing the TCE invalidate registerBenjamin Herrenschmidt2-48/+28
2016-07-17powerpc/powernv/pci: Remove SWINV constants and obsolete TCE codeBenjamin Herrenschmidt2-43/+10
2016-07-17powerpc/powernv/pci: Rename TCE invalidation callsBenjamin Herrenschmidt3-25/+23
2016-07-17powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt4-44/+51
2016-07-17powerpc/pseries/pci: Remove obsolete SW invalidateBenjamin Herrenschmidt1-52/+1
2016-07-17powerpc/powernv: Discover IODA3 PHBsBenjamin Herrenschmidt2-1/+6
2016-07-17powerpc/xics: Add ICP OPAL backendBenjamin Herrenschmidt4-2/+155
2016-07-17powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt2-0/+17
2016-07-17powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt4-0/+24
2016-07-17powerpc/book64s: Move a few exception common handlers to make roomBenjamin Herrenschmidt1-8/+9
2016-07-15powerpc/powernv: Add XICS emulation APIsBenjamin Herrenschmidt3-1/+14
2016-07-15powerpc/powernv: Use deepest stop state when cpu is offlinedShreyas B. Prabhu3-3/+17
2016-07-15cpuidle/powernv: Add support for POWER ISA v3 idle statesShreyas B. Prabhu1-0/+61
2016-07-15cpuidle/powernv: cleanup cpuidle-powernv.cShreyas B. Prabhu1-18/+20
2016-07-15cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATESShreyas B. Prabhu1-3/+1
2016-07-15powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu8-66/+332