summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/process: Fix altivec SPR not being savedOliver O'Halloran2016-03-291-1/+1
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-261-0/+1
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1935-530/+1197
|\
| * powerpc: Fix unrecoverable SLB miss during restore_math()Cyril Bur2016-03-161-0/+9
| * powerpc/book3e-64: Use hardcoded mttmr opcodeScott Wood2016-03-161-4/+5
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-1410-244/+269
| |\
| | * powerpc32: Remove one insn in mulhduChristophe Leroy2016-03-121-6/+5Star
| | * powerpc32: small optimisation in flush_icache_range()Christophe Leroy2016-03-121-3/+2Star
| | * powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-122-65/+2Star
| | * powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-122-17/+0Star
| | * powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-121-6/+4Star
| | * powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-121-44/+0Star
| | * powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2016-03-121-18/+0Star
| | * powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy2016-03-121-2/+33
| | * powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy2016-03-121-9/+4Star
| | * powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addressesChristophe Leroy2016-03-091-1/+1
| | * powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2016-03-051-0/+78
| | * powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-051-1/+6
| | * powerpc/rcpm: add RCPM driverchenhui zhao2016-03-051-0/+19
| | * powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-054-74/+117
| * | Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-117-122/+438
| |\ \
| | * | powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe2016-03-073-20/+298
| | * | powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe2016-03-071-6/+6
| | * | powerpc/ftrace: Use generic ftrace_modify_all_code()Torsten Duwe2016-03-071-12/+5Star
| | * | powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman2016-03-071-1/+68
| | * | powerpc/module: Mark module stubs with a magic valueMichael Ellerman2016-03-072-62/+30Star
| | * | powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman2016-03-073-14/+33
| | * | powerpc: Create a helper for getting the kernel toc valueMichael Ellerman2016-03-071-10/+1Star
| * | | powerpc/eeh: eeh_pci_enable(): fix checking of post-request stateAndrew Donnellan2016-03-091-1/+1
| * | | powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()Gavin Shan2016-03-091-7/+0Star
| * | | powerpc/eeh: Synchronize recovery in host/guestGavin Shan2016-03-081-0/+11
| * | | powerpc/eeh: Don't remove passed VFsGavin Shan2016-03-081-0/+3
| * | | powerpc/eeh: Don't propagate error to guestGavin Shan2016-03-081-5/+5
| * | | powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang2016-03-084-26/+124
| * | | powerpc/powernv: Support EEH reset for VF PEWei Yang2016-03-081-3/+6
| * | | powerpc/eeh: Create PE for VFsWei Yang2016-03-081-2/+8
| * | | powerpc/eeh: EEH device for VFWei Yang2016-03-081-0/+15
| * | | powerpc/eeh: Cache normal BARs, not windows or IOV BARsWei Yang2016-03-081-6/+5Star
| * | | powerpc/pci: Remove VFs prior to PFWei Yang2016-03-081-1/+1
| * | | powerpc/eeh: Reworked eeh_pe_bus_get()Gavin Shan2016-03-081-16/+12Star
| | |/ | |/|
| * | powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V2016-03-032-2/+2
| * | powerpc: Add the ability to save VSX without giving it upCyril Bur2016-03-023-33/+30Star
| * | powerpc: Add the ability to save Altivec without giving it upCyril Bur2016-03-022-21/+15Star
| * | powerpc: Add the ability to save FPU without giving it upCyril Bur2016-03-022-18/+15Star
| * | powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur2016-03-021-1/+30
| * | powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur2016-03-025-14/+105
| * | powerpc: Explicitly disable math features when copying threadCyril Bur2016-03-021-0/+1
| * | powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-014-5/+5
| * | Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-253-4/+6
| |\ \
| * | | powerpc: Fix BUG_ON() reporting in real modeBalbir Singh2016-02-241-1/+9