summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds69-563/+1133
2022-01-13Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+13
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+8
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+1
2022-01-05powerpc/cacheinfo: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+3
2021-12-25powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman1-4/+4
2021-12-25powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman1-0/+2
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy1-0/+1
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy5-7/+7
2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens3-26/+26
2021-12-23powerpc/64/asm: Inline BRANCH_TO_C000Alexey Kardashevskiy1-14/+3
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra2-6/+4
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child15-49/+50
2021-12-19Merge tag 'powerpc-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-8/+34
2021-12-17of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring1-11/+10
2021-12-17of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring1-2/+2
2021-12-17of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring1-1/+1
2021-12-16powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin1-0/+63
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin3-17/+20
2021-12-16powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin3-34/+19
2021-12-14powerpc/module_64: Fix livepatching for RO modulesRussell Currey1-8/+34
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-2/+1
2021-12-09powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini2-0/+18
2021-12-09powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini1-0/+30
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy1-6/+2
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy11-42/+42
2021-12-09powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy1-0/+12
2021-12-09powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy1-0/+8
2021-12-09powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy1-0/+16
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy1-0/+3
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy1-3/+3
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy7-8/+8
2021-12-09powerpc/kuap: Add kuap_lock()Christophe Leroy1-0/+2
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2-5/+4
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy4-3/+41
2021-12-09powerpc/book3e: Activate KUEP at all timeChristophe Leroy1-0/+1
2021-12-09powerpc/44x: Activate KUEP at all timeChristophe Leroy1-8/+2
2021-12-09powerpc/40x: Map 32Mbytes of memory at startupChristophe Leroy1-1/+8
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin9-25/+44
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-4/+10
2021-12-02powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radixNicholas Piggin1-6/+15
2021-12-02powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabledNicholas Piggin1-3/+3
2021-12-02powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin1-2/+2
2021-12-02powerpc/signal32: Use struct_group() to zero spe regsKees Cook1-5/+9
2021-12-01powerpc: Snapshot thread flagsMark Rutland2-9/+7
2021-12-01powerpc: Avoid discarding flags in system_call_exception()Mark Rutland1-1/+1
2021-11-30powerpc/modules: Don't WARN on first module allocation attemptChristophe Leroy1-5/+6
2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin9-75/+42