summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc: add link stack flush mitigation status in debugfs.Michal Suchanek2022-01-311-0/+15
| |/ / /
* | | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-17/+0
* | | | powerpc/fadump: opt out from freeing pages on cma activation failureHari Bathini2022-03-221-0/+6
* | | | cma: factor out minimum alignment requirementDavid Hildenbrand2022-03-221-1/+1
| |/ / |/| |
* | | powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCEChristophe Leroy2022-02-071-2/+2
|/ /
* | powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin2022-01-251-2/+3
* | Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-231-0/+2
|\ \ | |/ |/|
| * powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin2022-01-181-0/+2
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-91/+6
|\ \
| * | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-46/+1
| * | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-49/+2
| * | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-4/+11
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-4/+4
|\ \ \
| * | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-4/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| | |/ | |/|
* | | Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-1469-563/+1133
|\ \ \
| * | | powerpc/cacheinfo: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-2/+3
| * | | powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman2021-12-251-4/+4
| * | | powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman2021-12-251-0/+2
| * | | powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy2021-12-231-0/+1
| * | | powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy2021-12-235-7/+7
| * | | powerpc/64/asm: Do not reassign labelsDaniel Axtens2021-12-233-26/+26
| * | | powerpc/64/asm: Inline BRANCH_TO_C000Alexey Kardashevskiy2021-12-231-14/+3
| * | | powerpc/toc: Future proof kernel tocAlan Modra2021-12-232-6/+4
| * | | powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-2315-49/+50
| * | | powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin2021-12-161-0/+63
| * | | powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin2021-12-163-17/+20
| * | | powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin2021-12-163-34/+19
| * | | powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini2021-12-092-0/+18
| * | | powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini2021-12-091-0/+30
| * | | powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2021-12-091-6/+2
| * | | powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-0911-42/+42
| * | | powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy2021-12-091-0/+12
| * | | powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy2021-12-091-0/+8
| * | | powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy2021-12-091-0/+16
| * | | powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2021-12-091-0/+3
| * | | powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy2021-12-091-3/+3
| * | | powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy2021-12-097-8/+8
| * | | powerpc/kuap: Add kuap_lock()Christophe Leroy2021-12-091-0/+2
| * | | powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2021-12-092-5/+4
| * | | powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy2021-12-094-3/+41
| * | | powerpc/book3e: Activate KUEP at all timeChristophe Leroy2021-12-091-0/+1
| * | | powerpc/44x: Activate KUEP at all timeChristophe Leroy2021-12-091-8/+2
| * | | powerpc/40x: Map 32Mbytes of memory at startupChristophe Leroy2021-12-091-1/+8
| * | | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-099-25/+44
| * | | powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-4/+10
| * | | powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radixNicholas Piggin2021-12-021-6/+15
| * | | powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabledNicholas Piggin2021-12-021-3/+3