summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2021-04-02powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy
2021-04-02powerpc/signal32: Fix Oops on sigreturn with unmapped VDSOChristophe Leroy
2021-04-02powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy
2021-03-14powerpc/vdso32: Add missing _restgpr_31_x to fix build failureChristophe Leroy
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy
2021-03-10powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens
2021-03-01powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()Christophe Leroy
2021-03-01powerpc/603: Fix protection of user pages mapped with PROT_NONEChristophe Leroy
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-23arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman
2021-02-11powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy
2021-02-11powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy
2021-02-11powerpc/syscall: Change condition to check MSR_RIChristophe Leroy
2021-02-11powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy
2021-02-11powerpc/syscall: Use is_compat_task()Christophe Leroy
2021-02-11powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy
2021-02-11powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy
2021-02-11powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy
2021-02-11powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer
2021-02-11powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy
2021-02-11powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin
2021-02-11powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin
2021-02-11powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner
2021-02-10KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin
2021-02-10KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria
2021-02-10KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria
2021-02-09powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman
2021-02-09powerpc/64: Make stack tracing work during very early bootMichael Ellerman