summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\
| * fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
* | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-2239-1262/+840
|\ \
| * | powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-02-112-2/+2
| * | powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy2021-02-111-12/+9
| * | powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-114-55/+27
| * | powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2021-02-111-4/+5
| * | powerpc/32: Remove the counter in global_dbcr0Christophe Leroy2021-02-113-16/+4
| * | powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy2021-02-113-36/+0
| * | powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy2021-02-113-229/+30
| * | powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy2021-02-114-62/+8
| * | powerpc/syscall: Change condition to check MSR_RIChristophe Leroy2021-02-111-3/+4
| * | powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2021-02-112-2/+2
| * | powerpc/syscall: Use is_compat_task()Christophe Leroy2021-02-111-1/+3
| * | powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy2021-02-112-9/+26
| * | powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy2021-02-112-1/+1
| * | powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy2021-02-111-12/+10
| * | powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy2021-02-112-22/+11
| * | powerpc/32: Always enable data translation on syscall entryChristophe Leroy2021-02-112-24/+1
| * | powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy2021-02-111-0/+3
| * | powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer2021-02-111-21/+28
| * | powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen2021-02-111-1/+2
| * | powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy2021-02-112-7/+1
| * | powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2021-02-112-6/+0
| * | powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin2021-02-112-6/+9
| * | powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy2021-02-111-1/+26
| * | powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin2021-02-111-9/+0
| * | powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman2021-02-091-0/+45
| * | powerpc/64: Make stack tracing work during very early bootMichael Ellerman2021-02-091-0/+3
| * | powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl2021-02-091-65/+73
| * | powerpc/8xx: Fix software emulation interruptChristophe Leroy2021-02-091-1/+1
| * | powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury2021-02-091-2/+2
| * | powerpc: remove unneeded semicolonsChengyang Fan2021-02-092-7/+7
| * | powerpc/64s: runlatch interrupt handling in CNicholas Piggin2021-02-091-18/+0
| * | powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2021-02-091-60/+0
| * | powerpc: move NMI entry/exit code into wrapperNicholas Piggin2021-02-093-46/+10
| * | powerpc/64: entry cpu time accounting in CNicholas Piggin2021-02-092-6/+0
| * | powerpc/64: move account_stolen_time into its own functionNicholas Piggin2021-02-091-9/+1
| * | powerpc/64s: reconcile interrupts in CNicholas Piggin2021-02-091-26/+0
| * | powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin2021-02-091-2/+16
| * | powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin2021-02-095-18/+6
| * | powerpc/64: context tracking move to interrupt wrappersNicholas Piggin2021-02-091-51/+7
| * | powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin2021-02-093-34/+46
| * | powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin2021-02-091-17/+7
| * | powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-099-44/+73
| * | powerpc/traps: factor common code from program check and emulation assistNicholas Piggin2021-02-091-14/+24
| * | powerpc: improve handling of unrecoverable system resetNicholas Piggin2021-02-091-1/+4
| * | powerpc/mce: ensure machine check handler always tests RINicholas Piggin2021-02-091-1/+1
| * | powerpc: introduce die_mceNicholas Piggin2021-02-091-6/+15
| * | powerpc: add and use unknown_async_exceptionNicholas Piggin2021-02-093-5/+17