aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 67-343/+655
2022-10-07powerpc: Don't add __powerpc_ prefix to syscall entry pointsGravatar Michael Ellerman 2-11/+9
2022-10-04powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceGravatar Nicholas Piggin 1-0/+24
2022-09-30powerpc: Add hardware description stringGravatar Michael Ellerman 1-0/+2
2022-09-30powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeGravatar Aneesh Kumar K.V 1-3/+1
2022-09-28powerpc: Ignore DSI error caused by the copy/paste instructionGravatar Haren Myneni 1-1/+4
2022-09-28powerpc: Reverse stack frame marker on little endianGravatar Michael Ellerman 1-0/+5
2022-09-28powerpc: Make stack frame marker upper caseGravatar Michael Ellerman 1-1/+1
2022-09-28powerpc/udbg: Remove extern function prototypesGravatar Pali Rohár 1-27/+27
2022-09-28powerpc/64s: early boot machine check handlerGravatar Nicholas Piggin 1-0/+1
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerGravatar Nicholas Piggin 1-0/+11
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCGravatar Nicholas Piggin 1-0/+6
2022-09-28powerpc/64: switch asm helpers from GOT to TOC relative addressingGravatar Nicholas Piggin 1-1/+2
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERGravatar Nicholas Piggin 1-2/+2
2022-09-28powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entryGravatar Nicholas Piggin 1-13/+20
2022-09-28powerpc/64s: Fix irq state management in runlatch functionsGravatar Nicholas Piggin 1-4/+2
2022-09-28powerpc/64/interrupt: Fix false warning in context tracking due to idle stateGravatar Nicholas Piggin 1-1/+2
2022-09-28powerpc/64s: Enable KFENCE on book3s64Gravatar Nicholas Miehlbradt 3-3/+20
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsGravatar Nicholas Piggin 2-6/+24
2022-09-28powerpc: add ISA v3.0 / v3.1 wait opcode macroGravatar Nicholas Piggin 1-2/+5
2022-09-28powerpc: Add support for early debugging via Serial 16550 consoleGravatar Pali Rohár 1-0/+1
2022-09-28powerpc: Provide syscall wrapperGravatar Rohan McLure 3-2/+77
2022-09-28powerpc: Change system_call_exception calling conventionGravatar Rohan McLure 1-2/+1
2022-09-28powerpc: Use common syscall handler typeGravatar Rohan McLure 2-2/+6
2022-09-28powerpc: Include all arch-specific syscall prototypesGravatar Rohan McLure 2-22/+135
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersGravatar Rohan McLure 1-5/+5
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersGravatar Rohan McLure 1-1/+1
2022-09-26powerpc/32: Remove powerpc select specialisationGravatar Rohan McLure 1-2/+0
2022-09-26powerpc: Use generic fallocate compatibility syscallGravatar Rohan McLure 2-2/+1
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationGravatar Rohan McLure 1-0/+12
2022-09-26powerpc: Add ZEROIZE_GPRS macros for register clearsGravatar Rohan McLure 1-0/+22
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsGravatar Rohan McLure 1-8/+8
2022-09-26powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Gravatar Christophe Leroy 1-22/+4
2022-09-26powerpc: Cleanup idle for e500Gravatar Christophe Leroy 1-1/+0
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUGravatar Christophe Leroy 2-2/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EGravatar Christophe Leroy 12-20/+20
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Gravatar Christophe Leroy 6-10/+10
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EGravatar Christophe Leroy 5-10/+10
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEGravatar Christophe Leroy 4-8/+8
2022-09-26powerpc/cputable: Move __cpu_setup() prototypes out of cputable.hGravatar Christophe Leroy 2-12/+49
2022-09-26powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyGravatar Christophe Leroy 3-10/+5
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hGravatar Christophe Leroy 4-57/+19
2022-09-26powerpc/book3s: Inline first level of update_mmu_cache()Gravatar Christophe Leroy 1-5/+10
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedGravatar Christophe Leroy 3-5/+4
2022-09-26powerpc/nohash: Remove pgd_huge() stubGravatar Christophe Leroy 2-7/+0
2022-09-26powerpc/mm/64s: Drop p4d_leaf()Gravatar Michael Ellerman 1-7/+0
2022-09-26powerpc/mm/64s: Drop pgd_huge()Gravatar Michael Ellerman 2-19/+0
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryGravatar Michael Ellerman 1-0/+1
2022-09-26powerpc/64: Remove unused prom_init_toc symbolsGravatar Michael Ellerman 1-3/+0
2022-09-24Merge branch 'fixes' into nextGravatar Michael Ellerman 2-8/+46