summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds71-562/+938
2022-01-04powerpc/sched: Remove unused TASK_SIZE_OFGuo Ren1-5/+1
2022-01-04powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-3/+5
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy1-0/+8
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy1-0/+15
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy3-7/+10
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy1-1/+0
2021-12-23powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy1-0/+2
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-0/+2
2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens1-7/+5
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra1-8/+8
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child3-3/+3
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/xmon: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child5-8/+8
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/lib: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child8-18/+18
2021-12-16powerpc/64/interrupt: reduce expensive debug testsNicholas Piggin1-4/+10
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin1-10/+47
2021-12-16powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin1-0/+2
2021-12-16powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin1-4/+23
2021-12-16powerpc/64/interrupt: make normal synchronous interrupts enable MSR[EE] if po...Nicholas Piggin1-1/+18
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy1-1/+24
2021-12-09powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy4-11/+13
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy1-2/+13
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy4-31/+31
2021-12-09powerpc/inst: Refactor ___get_user_instr()Christophe Leroy1-11/+2
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy3-0/+117
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy3-2/+11
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy4-8/+8
2021-12-09powerpc/kuap: Add kuap_lock()Christophe Leroy4-6/+26
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy4-18/+2
2021-12-09powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy4-76/+56
2021-12-09powerpc/kuap: Add a generic intermediate layerChristophe Leroy4-37/+86
2021-12-09powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy1-5/+0
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2-0/+14
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy4-44/+78
2021-12-09powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy1-2/+1
2021-12-09powerpc/44x: Activate KUEP at all timeChristophe Leroy1-1/+0
2021-12-09powerpc/8xx: Activate KUEP at all timeChristophe Leroy1-4/+2
2021-12-09Revert "powerpc: Inline setup_kup()"Christophe Leroy1-6/+2
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin6-4/+45
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-3/+13
2021-12-09powerpc/64s: Always define arch unmapped area callsNicholas Piggin2-4/+6
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2-2/+2
2021-12-02powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin1-1/+1
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin1-4/+0