summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao
2016-08-01powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V
2016-08-01powerpc/64: Do feature patching before MMU initMichael Ellerman
2016-08-01powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman
2016-08-01powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman
2016-07-31Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-27Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...Linus Torvalds
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-07-26powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard
2016-07-25Merge tag 'v4.7' into for-linus/pstoreKees Cook
2016-07-21powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman
2016-07-21powerpc/ftrace: Separate the heuristics for checking call sitesMichael Ellerman
2016-07-21powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt
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/64: Move MMU backend selection out of platform codeBenjamin 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: 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-17powerpc/mm/radix: Add a kernel command line to disable radixAneesh Kumar K.V
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V
2016-07-17powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt
2016-07-17powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt
2016-07-17powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt
2016-07-17powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt
2016-07-17powerpc/book64s: Move a few exception common handlers to make roomBenjamin Herrenschmidt
2016-07-15powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu
2016-07-15powerpc/powernv: abstraction for saving SPRs before entering deep idle statesShreyas B. Prabhu
2016-07-15powerpc/powernv: Make pnv_powersave_common more genericShreyas B. Prabhu
2016-07-15powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu
2016-07-15powerpc/powernv: Rename idle_power7.S to idle_book3s.SShreyas B. Prabhu
2016-07-15powerpc/kvm: make hypervisor state restore a functionShreyas B. Prabhu