summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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/+63Star
| * | | | | powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()Benjamin Herrenschmidt2016-07-211-9/+4Star
| * | | | | 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/+43Star
| * | | | | powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt2016-07-2183-289/+120Star
| * | | | | powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt2016-07-218-26/+21Star
| * | | | | 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/+0Star
| * | | | | 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/+5Star
| * | | | | 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/+0Star
| * | | | | 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/+88Star
| * | | | | 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/+6Star
| * | | | | powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64Kevin Hao2016-07-191-38/+27Star
| * | | | | 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/+4Star
| * | | | | 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
| * | | | | powerpc/mm: Compile out radix related functions if RADIX_MMU is disabledAneesh Kumar K.V2016-07-171-0/+5
| * | | | | powerpc/mm: use _raw variant of page table accessorsAneesh Kumar K.V2016-07-174-35/+91
| * | | | | powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V2016-07-172-2/+3
| * | | | | powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh2016-07-172-8/+19
| * | | | | powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt2016-07-171-2/+4
| * | | | | powerpc/powernv/pci: Check status of a PHB before using itBenjamin Herrenschmidt2016-07-171-0/+3