summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman10-244/+269
2016-03-12powerpc32: Remove one insn in mulhduChristophe Leroy1-6/+5
2016-03-12powerpc32: small optimisation in flush_icache_range()Christophe Leroy1-3/+2
2016-03-12powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2-65/+2
2016-03-12powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2-17/+0
2016-03-12powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy1-6/+4
2016-03-12powerpc/8xx: rewrite set_context() in CChristophe Leroy1-44/+0
2016-03-12powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy1-18/+0
2016-03-12powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy1-2/+33
2016-03-12powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy1-9/+4
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman7-122/+438
2016-03-09powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addressesChristophe Leroy1-1/+1
2016-03-09powerpc/eeh: eeh_pci_enable(): fix checking of post-request stateAndrew Donnellan1-1/+1
2016-03-09powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()Gavin Shan1-7/+0
2016-03-09powerpc/eeh: Synchronize recovery in host/guestGavin Shan1-0/+11
2016-03-09powerpc/eeh: Don't remove passed VFsGavin Shan1-0/+3
2016-03-09powerpc/eeh: Don't propagate error to guestGavin Shan1-5/+5
2016-03-09powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang4-26/+124
2016-03-09powerpc/powernv: Support EEH reset for VF PEWei Yang1-3/+6
2016-03-09powerpc/eeh: Create PE for VFsWei Yang1-2/+8
2016-03-09powerpc/eeh: EEH device for VFWei Yang1-0/+15
2016-03-09powerpc/eeh: Cache normal BARs, not windows or IOV BARsWei Yang1-6/+5
2016-03-09powerpc/pci: Remove VFs prior to PFWei Yang1-1/+1
2016-03-09powerpc/eeh: Reworked eeh_pe_bus_get()Gavin Shan1-16/+12
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe3-20/+298
2016-03-07powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe1-6/+6
2016-03-07powerpc/ftrace: Use generic ftrace_modify_all_code()Torsten Duwe1-12/+5
2016-03-07powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman1-1/+68
2016-03-07powerpc/module: Mark module stubs with a magic valueMichael Ellerman2-62/+30
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman3-14/+33
2016-03-07powerpc: Create a helper for getting the kernel toc valueMichael Ellerman1-10/+1
2016-03-05powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao1-0/+78
2016-03-05powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao1-1/+6
2016-03-05powerpc/rcpm: add RCPM driverchenhui zhao1-0/+19
2016-03-05powerpc/cache: add cache flush operation for various e500chenhui zhao4-74/+117
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V2-2/+2
2016-03-02powerpc: Add the ability to save VSX without giving it upCyril Bur3-33/+30
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur2-21/+15
2016-03-02powerpc: Add the ability to save FPU without giving it upCyril Bur2-18/+15
2016-03-02powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur1-1/+30
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur5-14/+105
2016-03-02powerpc: Explicitly disable math features when copying threadCyril Bur1-0/+1
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder4-5/+5
2016-02-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman3-4/+6
2016-02-24powerpc: Fix BUG_ON() reporting in real modeBalbir Singh1-1/+9
2016-02-22powerpc: Add POWER9 cputable entryMichael Neuling3-9/+79
2016-02-22powerpc: Use defines for __init_tlb_power[78]Michael Neuling1-2/+3
2016-02-22powerpc/eeh: Fix partial hotplug criterionGavin Shan1-2/+1
2016-02-17powerpc: Fix kgdb on little endian ppc64leBalbir Singh1-0/+4
2016-02-15powerpc/eeh: Fix stale cached primary busGavin Shan2-1/+4