summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-28powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell1-1/+1
2016-07-27tty/hvc: Use opal irqchip interface if availableSam Mendoza-Jonas1-1/+7
2016-07-27tty/hvc: Use IRQF_SHARED for OPAL hvc consolesSam Mendoza-Jonas3-2/+11
2016-07-26selftests/powerpc: exec() with suspended transactionCyril Bur5-18/+98
2016-07-26powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard1-4/+5
2016-07-26powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()Michael Ellerman1-2/+0
2016-07-26powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman3-8/+8
2016-07-26powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman1-1/+4
2016-07-21crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva2-5/+3
2016-07-21powerpc: Add module autoloading based on CPU featuresAlastair D'Silva2-0/+41
2016-07-21powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy1-2/+2
2016-07-21powerpc/mm: Add memory barrier in __hugepte_alloc()Sukadev Bhattiprolu1-0/+7
2016-07-21powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman1-2/+3
2016-07-21powerpc/ftrace: Separate the heuristics for checking call sitesMichael Ellerman1-17/+18
2016-07-21powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt6-233/+250
2016-07-21powerpc/64: Make a few boot functions __initBenjamin Herrenschmidt1-3/+3
2016-07-21powerpc: Re-order setup_panic()Benjamin Herrenschmidt3-6/+6
2016-07-21powerpc: Re-order the call to smp_setup_cpu_maps()Benjamin Herrenschmidt2-3/+4
2016-07-21powerpc/32: Move cache info inits to a separate functionBenjamin Herrenschmidt1-11/+16
2016-07-21powerpc/64: Move the content of setup_system() to setup_arch()Benjamin Herrenschmidt2-76/+63
2016-07-21powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()Benjamin Herrenschmidt1-9/+4
2016-07-21powerpc/64: Move the boot time info banner to a separate functionBenjamin Herrenschmidt1-31/+33
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt15-60/+43
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt83-289/+120
2016-07-21powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt8-26/+21
2016-07-21powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt1-0/+12
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt13-128/+151
2016-07-21powerpc/pmac: Remove spurrious machine type testBenjamin Herrenschmidt1-3/+0
2016-07-21powerpc/mm/hash64: Don't test for machine type to detect HEA special caseBenjamin Herrenschmidt1-2/+3
2016-07-21powerpc/mm/hash: Don't use machine_is() early during bootBenjamin Herrenschmidt1-9/+17
2016-07-21powerpc/pasemi: Remove IOBMAP allocation from platform probe()Benjamin Herrenschmidt3-13/+5
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt11-26/+32
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