summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/eeh: Fix invalid cached PE primary busGavin Shan2016-08-161-3/+4
* powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur2016-07-271-0/+10
* powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was addedMichael Ellerman2016-07-271-1/+1
* powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support callThomas Huth2016-06-241-0/+1
* powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()Gavin Shan2016-06-071-0/+23
* Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"Guilherme G. Piccoli2016-06-071-1/+1
* powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()Gavin Shan2016-06-071-3/+0
* powerpc/book3s64: Fix branching to OOL handlers in relocatable kernelHari Bathini2016-06-071-5/+11
* powerpc: Update TM user feature bits in scan_features()Anton Blanchard2016-04-181-4/+5
* 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-251-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-111-6/+5
| | * powerpc32: small optimisation in flush_icache_range()Christophe Leroy2016-03-111-3/+2
| | * powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-112-65/+2
| | * powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-112-17/+0
| | * powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-111-6/+4
| | * powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-111-44/+0
| | * powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2016-03-111-18/+0
| | * powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy2016-03-111-2/+33
| | * powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy2016-03-111-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-041-0/+78
| | * powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-041-1/+6
| | * powerpc/rcpm: add RCPM driverchenhui zhao2016-03-041-0/+19
| | * powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-044-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-091-0/+11
| * | | powerpc/eeh: Don't remove passed VFsGavin Shan2016-03-091-0/+3
| * | | powerpc/eeh: Don't propagate error to guestGavin Shan2016-03-091-5/+5
| * | | powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang2016-03-094-26/+124
| * | | powerpc/powernv: Support EEH reset for VF PEWei Yang2016-03-091-3/+6
| * | | powerpc/eeh: Create PE for VFsWei Yang2016-03-091-2/+8
| * | | powerpc/eeh: EEH device for VFWei Yang2016-03-091-0/+15
| * | | powerpc/eeh: Cache normal BARs, not windows or IOV BARsWei Yang2016-03-091-6/+5
| * | | powerpc/pci: Remove VFs prior to PFWei Yang2016-03-091-1/+1