summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2020-12-24Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-13/+20
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+69
2020-12-21powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall...Christophe Leroy-9/+16
2020-12-21powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSOMichael Ellerman-1/+1
2020-12-21powerpc/vdso: Block R_PPC_REL24 relocationsMichael Ellerman-2/+2
2020-12-21powerpc/smp: Add __init to init_big_cores()Cédric Le Goater-1/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn-0/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3066/+1972
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-2/+13
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-12-16Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2020-12-15ubsan: enable for all*config buildsKees Cook-0/+4
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-111/+201
2020-12-11powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cacheGautham R. Shenoy-10/+20
2020-12-11powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy-5/+53
2020-12-11powerpc/smp: Rename init_thread_group_l1_cache_map() to make it genericGautham R. Shenoy-7/+10
2020-12-11powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_mapGautham R. Shenoy-7/+7
2020-12-11powerpc/smp: Parse ibm,thread-groups with multiple propertiesGautham R. Shenoy-61/+113
2020-12-11powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructionsRavi Bangoria-2/+65
2020-12-10powerpc/64s: Remove idle workaround code from restore_cpu_cpufeaturesNicholas Piggin-20/+1
2020-12-09powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin-55/+7
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin-3/+2
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy-3/+3
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy-5/+4
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionChristophe Leroy-6/+6
2020-12-09powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15Christophe Leroy-8/+7
2020-12-09powerpc/8xx: Always pin kernel text TLBChristophe Leroy-19/+3
2020-12-09powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handlerChristophe Leroy-2/+1
2020-12-09powerpc/process: Remove target specific __set_dabr()Christophe Leroy-24/+13
2020-12-09powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy-8/+0
2020-12-09powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy-0/+6
2020-12-09powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy-39/+39
2020-12-09powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xxChristophe Leroy-2/+2
2020-12-09powerpc/32s: Make Hash var staticChristophe Leroy-5/+0
2020-12-09powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler-1/+1
2020-12-08powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch-43/+0
2020-12-08powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch-52/+0
2020-12-08powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch-66/+1
2020-12-08powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch-1/+1
2020-12-08powerpc/rtas: add rtas_activate_firmware()Nathan Lynch-0/+30
2020-12-08powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch-0/+57
2020-12-08powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch-3/+3
2020-12-08powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch-0/+2
2020-12-05powerpc: Remove ucache_bsizeChristophe Leroy-5/+0
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy-140/+2
2020-12-04powerpc/pci: Remove LSI mappings on device teardownOliver O'Halloran-4/+78
2020-12-04powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy-8/+3
2020-12-04powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy-8/+21
2020-12-04powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy-9/+1
2020-12-04powerpc/32: Use SPRN_SPRG_SCRATCH2 in exception prologsChristophe Leroy-15/+7