summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-02-11powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()Christophe Leroy
2021-02-11powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...Christophe Leroy
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman
2021-02-11powerpc/time: Remove get_tbl()Christophe Leroy
2021-02-11powerpc/time: Avoid using get_tbl()Christophe Leroy
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/irq: Add stub irq_soft_mask_return() for PPC32Christophe Leroy
2021-02-11powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy
2021-02-11powerpc/irq: Add helper to set regs->softeChristophe 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/kexec_file: fix FDT size estimation for kdump kernelHari Bathini
2021-02-11powerpc/mm: Remove dcache flush from memory remove.Aneesh Kumar K.V
2021-02-11powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V
2021-02-11powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V
2021-02-11powerpc/xive: Assign boolean values to a bool variableJiapeng Chong
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/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy
2021-02-11powerpc/uaccess: Simplify unsafe_put_user() implementationMichael Ellerman
2021-02-11powerpc/amigaone: Make amigaone_discover_phbs() staticMichael Ellerman
2021-02-11powerpc/mm/64s: Fix no previous prototype warningMichael Ellerman
2021-02-11powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin
2021-02-11powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman
2021-02-11KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guestsNicholas Piggin
2021-02-11KVM: PPC: Book3S HV: Ensure radix guest has no SLB entriesPaul Mackerras
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-10crypto: powerpc/sha256 - remove unneeded semicolonYang Li
2021-02-10KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2Fabiano Rosas
2021-02-10KVM: PPC: Book3S HV: Save and restore FSCR in the P9 pathFabiano Rosas