summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy2023-11-201-3/+0
* powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy2023-10-191-1/+1
* powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2023-10-192-0/+9
* powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey2023-09-131-2/+9
* powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-09-134-5/+7
* word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-111-1/+1
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-15/+0
* powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2023-05-111-0/+5
* powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray2023-04-061-2/+7
* powerpc/64: Move paca allocation to early_setup()Nicholas Piggin2023-03-172-1/+1
* powerpc/64: Don't recurse irq replayNicholas Piggin2023-03-171-2/+4
* powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin2023-02-221-12/+29
* powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin2023-02-091-1/+1
* powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-181-1/+1
* powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson2023-01-071-12/+0
* powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain2022-12-311-2/+1
* powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman2022-11-261-0/+1
* powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab2022-11-011-0/+7
* powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin2022-10-181-0/+6
* 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