summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell2016-07-281-1/+1
* powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard2016-07-261-4/+5
* powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()Michael Ellerman2016-07-261-2/+0
* powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman2016-07-263-8/+8
* powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman2016-07-261-1/+4
* powerpc: Add module autoloading based on CPU featuresAlastair D'Silva2016-07-212-0/+41
* powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy2016-07-211-2/+2
* powerpc/mm: Add memory barrier in __hugepte_alloc()Sukadev Bhattiprolu2016-07-211-0/+7
* powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman2016-07-211-2/+3
* powerpc/ftrace: Separate the heuristics for checking call sitesMichael Ellerman2016-07-211-17/+18
* powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt2016-07-216-233/+250
* powerpc/64: Make a few boot functions __initBenjamin Herrenschmidt2016-07-211-3/+3
* powerpc: Re-order setup_panic()Benjamin Herrenschmidt2016-07-213-6/+6
* powerpc: Re-order the call to smp_setup_cpu_maps()Benjamin Herrenschmidt2016-07-212-3/+4
* powerpc/32: Move cache info inits to a separate functionBenjamin Herrenschmidt2016-07-211-11/+16
* powerpc/64: Move the content of setup_system() to setup_arch()Benjamin Herrenschmidt2016-07-212-76/+63
* powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()Benjamin Herrenschmidt2016-07-211-9/+4
* powerpc/64: Move the boot time info banner to a separate functionBenjamin Herrenschmidt2016-07-211-31/+33
* powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt2016-07-2115-60/+43
* powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt2016-07-2183-289/+120
* powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt2016-07-218-26/+21
* powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt2016-07-211-0/+12
* powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2016-07-2113-128/+151
* powerpc/pmac: Remove spurrious machine type testBenjamin Herrenschmidt2016-07-211-3/+0
* powerpc/mm/hash64: Don't test for machine type to detect HEA special caseBenjamin Herrenschmidt2016-07-211-2/+3
* powerpc/mm/hash: Don't use machine_is() early during bootBenjamin Herrenschmidt2016-07-211-9/+17
* powerpc/pasemi: Remove IOBMAP allocation from platform probe()Benjamin Herrenschmidt2016-07-213-13/+5
* powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt2016-07-2111-26/+32
* powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt2016-07-212-23/+0
* powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt2016-07-218-103/+108
* powerpc: Move FW feature probing out of pseries probe()Benjamin Herrenschmidt2016-07-215-48/+56
* powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt2016-07-215-144/+88
* powerpc: Move 64-bit memory reserves to setup_arch()Benjamin Herrenschmidt2016-07-211-11/+11
* powerpc: Move 64-bit feature fixup earlierBenjamin Herrenschmidt2016-07-211-2/+3
* powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt2016-07-215-30/+37
* powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao2016-07-195-11/+6
* powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64Kevin Hao2016-07-191-38/+27
* powerpc/32/booke: Fix the build error when CRASH_DUMP is enabledKevin Hao2016-07-191-1/+1
* powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug eventsJohn Allen2016-07-191-1/+3
* powerpc/pseries: Add support for hotplug interrupt sourceJohn Allen2016-07-192-0/+41
* powerpc/pseries: Add pseries hotplug workqueueJohn Allen2016-07-191-0/+52
* powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=nIan Munsie2016-07-191-8/+26
* powerpc/mm: Cleanup LPCR definesAneesh Kumar K.V2016-07-191-37/+37
* powerpc/mm/radix: Add a kernel command line to disable radixAneesh Kumar K.V2016-07-171-0/+13
* powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V2016-07-172-1/+55
* powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V2016-07-173-6/+16
* powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V2016-07-172-1/+7
* powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V2016-07-171-5/+4
* powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V2016-07-172-2/+4
* powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V2016-07-173-6/+13