summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-062-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
| * | | powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin2022-09-281-1/+3
| * | | powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin2022-09-281-1/+1
| * | | powerpc/time: avoid programming DEC at the start of the timer interruptNicholas Piggin2022-09-281-14/+15
| * | | powerpc: Add support for early debugging via Serial 16550 consolePali Rohár2022-09-282-0/+35
| * | | powerpc: Provide syscall wrapperRohan McLure2022-09-283-16/+27
| * | | powerpc: Change system_call_exception calling conventionRohan McLure2022-09-283-22/+22
| * | | powerpc: Use common syscall handler typeRohan McLure2022-09-283-7/+10
| * | | powerpc: Enable compile-time check for syscall handlersRohan McLure2022-09-281-21/+11
| * | | powerpc: Include all arch-specific syscall prototypesRohan McLure2022-09-282-61/+1
| * | | powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure2022-09-283-29/+48
| * | | powerpc: Provide do_ppc64_personality helperRohan McLure2022-09-281-1/+5
| * | | powerpc: Remove direct call to mmap2 syscall handlersRohan McLure2022-09-282-12/+13
| * | | powerpc: Remove direct call to personality syscall handlerRohan McLure2022-09-261-1/+1
| * | | powerpc/32: Remove powerpc select specialisationRohan McLure2022-09-262-18/+1