summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2022-02-07powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCEChristophe Leroy
2022-01-25powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-18powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-05powerpc/cacheinfo: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-25powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman
2021-12-25powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy
2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens
2021-12-23powerpc/64/asm: Inline BRANCH_TO_C000Alexey Kardashevskiy
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child
2021-12-19Merge tag 'powerpc-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring
2021-12-16of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring
2021-12-16powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin
2021-12-16powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin
2021-12-14powerpc/module_64: Fix livepatching for RO modulesRussell Currey
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra
2021-12-09powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini
2021-12-09powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy
2021-12-09powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy
2021-12-09powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy
2021-12-09powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy
2021-12-09powerpc/kuap: Add kuap_lock()Christophe Leroy
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy
2021-12-09powerpc/book3e: Activate KUEP at all timeChristophe Leroy
2021-12-09powerpc/44x: Activate KUEP at all timeChristophe Leroy