summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-141-0/+16
|\
| * powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin2022-10-131-0/+16
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-1/+0
|\ \ | |/ |/|
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-1/+0
* | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-0967-343/+655
|\ \
| * | powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman2022-10-072-11/+9
| * | powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin2022-10-041-0/+24
| * | powerpc: Add hardware description stringMichael Ellerman2022-09-301-0/+2
| * | powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V2022-09-301-3/+1
| * | powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni2022-09-281-1/+4
| * | powerpc: Reverse stack frame marker on little endianMichael Ellerman2022-09-281-0/+5
| * | powerpc: Make stack frame marker upper caseMichael Ellerman2022-09-281-1/+1
| * | powerpc/udbg: Remove extern function prototypesPali Rohár2022-09-281-27/+27
| * | powerpc/64s: early boot machine check handlerNicholas Piggin2022-09-281-0/+1
| * | powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin2022-09-281-0/+11
| * | powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-0/+6
| * | powerpc/64: switch asm helpers from GOT to TOC relative addressingNicholas Piggin2022-09-281-1/+2
| * | powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin2022-09-281-2/+2
| * | powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entryNicholas Piggin2022-09-281-13/+20
| * | powerpc/64s: Fix irq state management in runlatch functionsNicholas Piggin2022-09-281-4/+2
| * | powerpc/64/interrupt: Fix false warning in context tracking due to idle stateNicholas Piggin2022-09-281-1/+2
| * | powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt2022-09-283-3/+20
| * | powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin2022-09-282-6/+24
| * | powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin2022-09-281-2/+5
| * | powerpc: Add support for early debugging via Serial 16550 consolePali Rohár2022-09-281-0/+1
| * | powerpc: Provide syscall wrapperRohan McLure2022-09-283-2/+77
| * | powerpc: Change system_call_exception calling conventionRohan McLure2022-09-281-2/+1
| * | powerpc: Use common syscall handler typeRohan McLure2022-09-282-2/+6
| * | powerpc: Include all arch-specific syscall prototypesRohan McLure2022-09-282-22/+135
| * | powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure2022-09-281-5/+5
| * | powerpc: Remove direct call to mmap2 syscall handlersRohan McLure2022-09-281-1/+1
| * | powerpc/32: Remove powerpc select specialisationRohan McLure2022-09-261-2/+0
| * | powerpc: Use generic fallocate compatibility syscallRohan McLure2022-09-262-2/+1
| * | powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure2022-09-261-0/+12
| * | powerpc: Add ZEROIZE_GPRS macros for register clearsRohan McLure2022-09-261-0/+22
| * | powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure2022-09-261-8/+8
| * | powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Christophe Leroy2022-09-261-22/+4
| * | powerpc: Cleanup idle for e500Christophe Leroy2022-09-261-1/+0
| * | powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-262-2/+2
| * | powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-2612-20/+20
| * | powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-266-10/+10
| * | powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-265-10/+10
| * | powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-264-8/+8
| * | powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hChristophe Leroy2022-09-262-12/+49
| * | powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy2022-09-263-10/+5
| * | powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy2022-09-264-57/+19
| * | powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy2022-09-261-5/+10
| * | powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy2022-09-263-5/+4
| * | powerpc/nohash: Remove pgd_huge() stubChristophe Leroy2022-09-262-7/+0
| * | powerpc/mm/64s: Drop p4d_leaf()Michael Ellerman2022-09-261-7/+0