summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2021-03-29powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlersChristophe Leroy
2021-03-29powerpc/traps: Declare unrecoverable_exception() as __noreturnChristophe Leroy
2021-03-29powerpc/uprobes: Validation for prefixed instructionRavi Bangoria
2021-03-29powerpc/signal: Use __get_user() to copy sigset_tChristopher M. Riedl
2021-03-29powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switchesDaniel Axtens
2021-03-29powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switchesDaniel Axtens
2021-03-29powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()Christopher M. Riedl
2021-03-29powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()Christopher M. Riedl
2021-03-29powerpc/signal64: Remove TM ifdefery in middle of if/else blockChristopher M. Riedl
2021-03-29powerpc/signal64: Remove non-inline calls from setup_sigcontext()Christopher M. Riedl
2021-03-29powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()Christopher M. Riedl
2021-03-26powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy
2021-03-26powerpc/syscalls: Use sys_old_select() in ppc_select()Christophe Leroy
2021-03-24powerpc/ptrace: Remove duplicate check from pt_regs_check()Denis Efremov
2021-03-24powerpc: Remove duplicate includesZhang Yunkai
2021-03-24powerpc/prom: Mark identical_pvr_fixup as __initNathan Chancellor
2021-03-24powerpc/fadump: Mark fadump_calculate_reserve_size as __initNathan Chancellor
2021-03-24powerpc: Fix spelling of "droping" to "dropping" in traps.cBhaskar Chowdhury
2021-03-24powerpc: remove unneeded semicolonJiapeng Chong
2021-03-17quota: wire up quotactl_pathSascha Hauer
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-08printk: introduce a kmsg_dump iteratorJohn Ogness
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