summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | powerpc: Update cpu_user_features2 in scan_features()Anton Blanchard2016-04-181-8/+11
* | | | powerpc: scan_features() updates incorrect bits for REAL_LEAnton Blanchard2016-04-181-1/+1
|/ / /
* | | 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/+5
| | * | | powerpc32: small optimisation in flush_icache_range()Christophe Leroy2016-03-121-3/+2
| | * | | powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-122-65/+2
| | * | | powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-122-17/+0
| | * | | powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-121-6/+4
| | * | | powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-121-44/+0
| | * | | powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2016-03-121-18/+0
| | * | | 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/+4
| | * | | 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/+5
| | * | | 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/+30
| | * | | 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/+1
| * | | | 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/+0
| * | | | 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/+5
| * | | | powerpc/pci: Remove VFs prior to PFWei Yang2016-03-081-1/+1
| * | | | powerpc/eeh: Reworked eeh_pe_bus_get()Gavin Shan2016-03-081-16/+12
| | |/ / | |/| |
| * | | 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/+30
| * | | powerpc: Add the ability to save Altivec without giving it upCyril Bur2016-03-022-21/+15
| * | | powerpc: Add the ability to save FPU without giving it upCyril Bur2016-03-022-18/+15
| * | | 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