summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous int...Nicholas Piggin2021-01-241-12/+16
* powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin2021-01-203-1/+27
* powerpc: Fix alignment bug within the init sectionsAriel Marcovitch2021-01-121-0/+8
* powerpc: Handle .text.{hot,unlikely}.* in linker scriptNathan Chancellor2021-01-061-1/+1
* powerpc/32s: Fix RTAS machine check with VMAP stackChristophe Leroy2021-01-041-0/+9
* Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-244-13/+20
|\
| * powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall...Christophe Leroy2020-12-211-9/+16
| * powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSOMichael Ellerman2020-12-211-1/+1
| * powerpc/vdso: Block R_PPC_REL24 relocationsMichael Ellerman2020-12-212-2/+2
| * powerpc/smp: Add __init to init_big_cores()Cédric Le Goater2020-12-211-1/+1
* | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-12-221-2/+69
|\ \
| * | powerpc/dma: Fallback to dma_ops when persistent memory presentAlexey Kardashevskiy2020-11-271-2/+69
| * | Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-194-40/+178
| |\ \
* | | | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
| |_|/ |/| |
* | | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-1764-3066/+1972
|\ \ \
| * | | powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cacheGautham R. Shenoy2020-12-111-10/+20
| * | | powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy2020-12-111-5/+53
| * | | powerpc/smp: Rename init_thread_group_l1_cache_map() to make it genericGautham R. Shenoy2020-12-111-7/+10
| * | | powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_mapGautham R. Shenoy2020-12-111-7/+7
| * | | powerpc/smp: Parse ibm,thread-groups with multiple propertiesGautham R. Shenoy2020-12-111-61/+113
| * | | powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructionsRavi Bangoria2020-12-111-2/+65
| * | | powerpc/64s: Remove idle workaround code from restore_cpu_cpufeaturesNicholas Piggin2020-12-101-20/+1
| * | | powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin2020-12-092-55/+7
| * | | powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-092-3/+2
| * | | powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy2020-12-093-3/+3
| * | | powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy2020-12-091-5/+4
| * | | powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionChristophe Leroy2020-12-091-6/+6
| * | | powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15Christophe Leroy2020-12-091-8/+7
| * | | powerpc/8xx: Always pin kernel text TLBChristophe Leroy2020-12-091-19/+3
| * | | powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handlerChristophe Leroy2020-12-091-2/+1
| * | | powerpc/process: Remove target specific __set_dabr()Christophe Leroy2020-12-091-24/+13
| * | | powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy2020-12-091-8/+0
| * | | powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy2020-12-091-0/+6
| * | | powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy2020-12-091-39/+39
| * | | powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xxChristophe Leroy2020-12-091-2/+2
| * | | powerpc/32s: Make Hash var staticChristophe Leroy2020-12-091-5/+0
| * | | powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler2020-12-091-1/+1
| * | | powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch2020-12-081-43/+0
| * | | powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch2020-12-081-52/+0
| * | | powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch2020-12-081-66/+1
| * | | powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch2020-12-081-1/+1
| * | | powerpc/rtas: add rtas_activate_firmware()Nathan Lynch2020-12-081-0/+30
| * | | powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch2020-12-081-0/+57
| * | | powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch2020-12-081-3/+3
| * | | powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch2020-12-081-0/+2
| * | | powerpc: Remove ucache_bsizeChristophe Leroy2020-12-052-5/+0
| * | | powerpc: Retire e200 core (mpc555x processor)Christophe Leroy2020-12-056-140/+2
| * | | powerpc/pci: Remove LSI mappings on device teardownOliver O'Halloran2020-12-041-4/+78
| * | | powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy2020-12-041-8/+3
| * | | powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy2020-12-041-8/+21