summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
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: Reference parameter in MSR_TM_ACTIVE() macroChristopher 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-29powerpc/uaccess: Add unsafe_copy_from_user()Christopher M. Riedl
2021-03-29powerpc/qspinlock: Use generic smp_cond_load_relaxedDavidlohr Bueso
2021-03-26powerpc/spinlock: Unserialize spin_is_lockedDavidlohr Bueso
2021-03-26powerpc/spinlock: Define smp_mb__after_spinlock only onceDavidlohr Bueso
2021-03-26powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy
2021-03-26powerpc/futex: Switch to user_access blockChristophe Leroy
2021-03-26powerpc/net: Switch csum_and_copy_{to/from}_user to user_access blockChristophe Leroy
2021-03-26powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.hChristophe Leroy
2021-03-26powerpc/syscalls: Use sys_old_select() in ppc_select()Christophe Leroy
2021-03-26powerpc/uaccess: Move copy_mc_xxx() functions downChristophe Leroy
2021-03-26powerpc/uaccess: Swap clear_user() and __clear_user()Christophe Leroy
2021-03-26powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32Christophe Leroy
2021-03-26powerpc/pseries: export LPAR security flavor in lparcfgLaurent Dufour
2021-03-26powerpc/mm/book3s64: Use the correct storage key value when calling H_PROTECTAneesh Kumar K.V
2021-03-24powerpc: Enable KFENCE for PPC32Christophe Leroy
2021-03-24powerpc/ptrace: Remove duplicate check from pt_regs_check()Denis Efremov
2021-03-24powerpc/pseries: Move hvc_vio_init_early() prototype to shared locationLee Jones
2021-03-24powerpc: Fix misspellings in tlbflush.hZhang Yunkai
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-24powerpc/chrp: Make hydra_init() staticGeert Uytterhoeven
2021-03-24powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is usedSebastian Andrzej Siewior
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-03-23xsysace: Remove SYSACE driverMichal Simek
2021-03-23powerpc/pseries/mobility: handle premature return from H_JOINNathan Lynch
2021-03-23powerpc/pseries/mobility: use struct for shared stateNathan Lynch
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-03-17powerpc/svm: stop using io_tlb_startChristoph Hellwig
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman
2021-03-14powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy
2021-03-14powerpc/vdso32: Add missing _restgpr_31_x to fix build failureChristophe Leroy
2021-03-12spufs: fix bogosity in S_ISGID handlingAl Viro
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy
2021-03-11powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann
2021-03-10tty: cyclades, remove this orphanJiri Slaby
2021-03-10powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()Christophe Leroy
2021-03-10powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens
2021-03-10powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin
2021-03-10powerpc/64s: Use symbolic macros for function entry encodingMichael Ellerman
2021-03-09powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao