summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2016-07-21powerpc/64: Make a few boot functions __initBenjamin Herrenschmidt
2016-07-21powerpc: Re-order setup_panic()Benjamin Herrenschmidt
2016-07-21powerpc: Re-order the call to smp_setup_cpu_maps()Benjamin Herrenschmidt
2016-07-21powerpc/32: Move cache info inits to a separate functionBenjamin Herrenschmidt
2016-07-21powerpc/64: Move the content of setup_system() to setup_arch()Benjamin Herrenschmidt
2016-07-21powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()Benjamin Herrenschmidt
2016-07-21powerpc/64: Move the boot time info banner to a separate functionBenjamin Herrenschmidt
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt
2016-07-21powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt
2016-07-21powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt
2016-07-21powerpc/pmac: Remove spurrious machine type testBenjamin Herrenschmidt
2016-07-21powerpc/mm/hash64: Don't test for machine type to detect HEA special caseBenjamin Herrenschmidt
2016-07-21powerpc/mm/hash: Don't use machine_is() early during bootBenjamin Herrenschmidt
2016-07-21powerpc/pasemi: Remove IOBMAP allocation from platform probe()Benjamin Herrenschmidt
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt
2016-07-21powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt
2016-07-21powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt
2016-07-21powerpc: Move FW feature probing out of pseries probe()Benjamin Herrenschmidt
2016-07-21powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt
2016-07-21powerpc: Move 64-bit memory reserves to setup_arch()Benjamin Herrenschmidt
2016-07-21powerpc: Move 64-bit feature fixup earlierBenjamin Herrenschmidt
2016-07-21powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao
2016-07-19powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64Kevin Hao
2016-07-19powerpc/32/booke: Fix the build error when CRASH_DUMP is enabledKevin Hao
2016-07-19powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug eventsJohn Allen
2016-07-19powerpc/pseries: Add support for hotplug interrupt sourceJohn Allen
2016-07-19powerpc/pseries: Add pseries hotplug workqueueJohn Allen
2016-07-19powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=nIan Munsie
2016-07-19powerpc/mm: Cleanup LPCR definesAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Add a kernel command line to disable radixAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V
2016-07-17powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V
2016-07-17powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V
2016-07-17powerpc/mm: Compile out radix related functions if RADIX_MMU is disabledAneesh Kumar K.V
2016-07-17powerpc/mm: use _raw variant of page table accessorsAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V
2016-07-17powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh
2016-07-17powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt
2016-07-17powerpc/powernv/pci: Check status of a PHB before using itBenjamin Herrenschmidt
2016-07-17powerpc/powernv/pci: Use the device-tree to get available range of M64'sBenjamin Herrenschmidt
2016-07-17powerpc/powernv/pci: Fallback to OPAL for TCE invalidationsBenjamin Herrenschmidt
2016-07-17powerpc/powernv/pci: Rework accessing the TCE invalidate registerBenjamin Herrenschmidt
2016-07-17powerpc/powernv/pci: Remove SWINV constants and obsolete TCE codeBenjamin Herrenschmidt
2016-07-17powerpc/powernv/pci: Rename TCE invalidation callsBenjamin Herrenschmidt