summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2022-12-02powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx.Nicholas Piggin-7/+18
2022-12-02powerpc/qspinlock: add mcs queueing for contended waitersNicholas Piggin-3/+30
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin-66/+44
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand-76/+4
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray-0/+23
2022-11-30powerpc/mm: Remove flush_all_mm, local_flush_all_mmBenjamin Gray-37/+0
2022-11-30cxl: Use radix__flush_all_mm instead of generic flush_all_mmBenjamin Gray-3/+3
2022-11-30powerpc/mm: Remove empty hash__ functionsBenjamin Gray-46/+9
2022-11-30powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe-0/+2
2022-11-30powerpc/ps3: mark ps3_system_bus_type staticChristoph Hellwig-4/+0
2022-11-30Merge branch 'fixes' into nextMichael Ellerman-0/+14
2022-11-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-0/+12
2022-11-30KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin-0/+12
2022-11-26powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman-0/+1
2022-11-24powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain-2/+1
2022-11-24powerpc: remove the last remnants of cputime_tNicholas Piggin-16/+1
2022-11-24powerpc/8xx: Reverse order entries are written by __set_pte_at()Christophe Leroy-1/+1
2022-11-24powerpc/8xx: Simplify pte_update() with 16k pagesChristophe Leroy-2/+8
2022-11-24powerpc/kvm: Remove unused references for MMCR3/SIER2/SIER3 registersKajol Jain-1/+1
2022-11-24powerpc: add compile-time support for lbarx, lharxNicholas Piggin-1/+230
2022-11-24powerpc/ftrace: Ignore weak functionsNaveen N. Rao-0/+7
2022-11-24powerpc: Remove find_current_mm_pte()Christophe Leroy-25/+0
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland-0/+19
2022-11-18ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland-2/+3
2022-11-18objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy-0/+7
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld-9/+1
2022-11-15powerpc: Override __ALIGN and __ALIGN_STR macrosSathvika Vasireddy-0/+3
2022-11-15powerpc: Fix __WARN_FLAGS() for use with ObjtoolSathvika Vasireddy-1/+2
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-7/+0
2022-11-01powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab-0/+7
2022-10-18powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin-0/+6
2022-10-14Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+16
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2022-10-13powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin-0/+16
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-343/+655
2022-10-07powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman-11/+9
2022-10-04powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin-0/+24
2022-09-30powerpc: Add hardware description stringMichael Ellerman-0/+2
2022-09-30powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V-3/+1
2022-09-28powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni-1/+4
2022-09-28powerpc: Reverse stack frame marker on little endianMichael Ellerman-0/+5
2022-09-28powerpc: Make stack frame marker upper caseMichael Ellerman-1/+1
2022-09-28powerpc/udbg: Remove extern function prototypesPali Rohár-27/+27
2022-09-28powerpc/64s: early boot machine check handlerNicholas Piggin-0/+1
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin-0/+11
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin-0/+6
2022-09-28powerpc/64: switch asm helpers from GOT to TOC relative addressingNicholas Piggin-1/+2
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin-2/+2
2022-09-28powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entryNicholas Piggin-13/+20
2022-09-28powerpc/64s: Fix irq state management in runlatch functionsNicholas Piggin-4/+2