summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab2022-11-012-3/+17
* powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin2022-10-271-2/+11
* powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2022-10-182-7/+21
* powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin2022-10-182-3/+16
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-144-17/+53
|\ \
| * | powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin2022-10-131-2/+13
| * | powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin2022-10-133-15/+40
| |/
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-5/+0
|\ \ | |/ |/|
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* | powerpc: Fix 85xx buildJoel Stanley2022-10-111-1/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+3
|\ \
| * | powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)2022-09-261-3/+3
| |/
* | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-0/+4
|\ \
| * | powerpc/64: don't refer nr_cpu_ids in asm code when it's undefinedYury Norov2022-09-201-0/+4
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-10/+10
|\ \ \
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-10/+10
* | | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-13/+40
|\ \ \ \
| * | | | Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-294-2/+16
| |\| | |
| * | | | powerpc/hw_breakpoint: Avoid relying on caller synchronizationMarco Elver2022-08-301-13/+40
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-0973-2830/+2699
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman2022-10-072-5/+1
| * | | powerpc/64s/interrupt: Fix stack frame regs markerNicholas Piggin2022-10-051-1/+0
| * | | powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin2022-10-041-2/+2
| * | | powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARNNicholas Piggin2022-10-041-2/+6
| * | | powerpc: Add device-tree model to the hardware descriptionMichael Ellerman2022-09-301-0/+19
| * | | powerpc/64: Add logical PVR to the hardware descriptionMichael Ellerman2022-09-301-1/+3
| * | | powerpc: Add PVR & CPU name to hardware descriptionMichael Ellerman2022-09-301-0/+4
| * | | powerpc: Add hardware description stringMichael Ellerman2022-09-301-1/+18
| * | | powerpc: Drops STABS_DEBUG from linker scriptsMichael Ellerman2022-09-303-3/+0
| * | | powerpc/64s: Remove lost/old commentMichael Ellerman2022-09-301-10/+0
| * | | powerpc/64s: Remove old STAB commentMichael Ellerman2022-09-301-6/+0
| * | | powerpc: remove orphan systbl_chk.shNicholas Piggin2022-09-301-30/+0
| * | | powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni2022-09-281-10/+26
| * | | powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()Li Huafei2022-09-281-1/+7
| * | | powerpc/smp: poll cpu_callin_map more aggressively in __cpu_up()Nathan Lynch2022-09-281-16/+22
| * | | powerpc/rtas: block error injection when locked downNathan Lynch2022-09-281-1/+24
| * | | powerpc/64s/interrupt: halt early boot interrupts if paca is not set upNicholas Piggin2022-09-283-2/+17
| * | | powerpc/64: don't set boot CPU's r13 to paca until the structure is set upNicholas Piggin2022-09-281-10/+10
| * | | powerpc/64: avoid using r13 in relocateNicholas Piggin2022-09-281-7/+7
| * | | powerpc/64s: early boot machine check handlerNicholas Piggin2022-09-283-1/+33
| * | | powerpc/64s/interrupt: move early boot ILE fixup into a macroNicholas Piggin2022-09-281-45/+56
| * | | powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin2022-09-281-7/+7
| * | | powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-287-21/+20
| * | | powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin2022-09-283-21/+13
| * | | powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin2022-09-285-21/+8
| * | | powerpc/64/irq: tidy soft-masked irq replay and improve documentationNicholas Piggin2022-09-281-32/+61
| * | | powerpc/64s/interrupt: masked handler debug check for previous hard disableNicholas Piggin2022-09-281-0/+10
| * | | powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...Nicholas Piggin2022-09-282-13/+31