summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+1
2021-04-28Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+5
2021-04-01powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy1-0/+4
2021-04-01powerpc/signal32: Fix Oops on sigreturn with unmapped VDSOChristophe Leroy1-12/+8
2021-04-01powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy5-18/+20
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+1
2021-03-14powerpc/vdso32: Add missing _restgpr_31_x to fix build failureChristophe Leroy1-0/+11
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy2-2/+1
2021-03-09powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens1-1/+1
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-3/+5
2021-03-01powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()Christophe Leroy1-1/+1
2021-03-01powerpc/603: Fix protection of user pages mapped with PROT_NONEChristophe Leroy1-3/+6
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-10/+11
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2021-02-24arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe1-1/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-02-23Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds39-1262/+840
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada1-1/+1
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada1-9/+10
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+4
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-69/+0
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+8
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar11-28/+66
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2-2/+2
2021-02-11powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy1-12/+9
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy4-55/+27
2021-02-11powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy1-4/+5
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy3-16/+4
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy3-36/+0
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy3-229/+30
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy4-62/+8
2021-02-11powerpc/syscall: Change condition to check MSR_RIChristophe Leroy1-3/+4
2021-02-11powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2-2/+2
2021-02-11powerpc/syscall: Use is_compat_task()Christophe Leroy1-1/+3
2021-02-11powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy2-9/+26
2021-02-11powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy2-1/+1
2021-02-11powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy1-12/+10
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy2-22/+11
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy2-24/+1
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy1-0/+3
2021-02-11powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer1-21/+28
2021-02-11powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen1-1/+2
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy2-7/+1
2021-02-11powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2-6/+0
2021-02-11powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin2-6/+9
2021-02-11powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy1-1/+26
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin1-9/+0
2021-02-11softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2021-02-10KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin1-3/+0