summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: Remove ksp_limitChristophe Leroy2021-03-299-108/+2
* powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xxChristophe Leroy2021-03-291-0/+2
* powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy2021-03-292-23/+2
* powerpc/32: Entry cpu time accounting in CChristophe Leroy2021-03-293-11/+3
* powerpc/32: Reconcile interrupts in CChristophe Leroy2021-03-292-58/+4
* powerpc/40x: Prepare normal exception handler for enabling MMU earlyChristophe Leroy2021-03-293-13/+21
* powerpc/40x: Prepare for enabling MMU in critical exception prologChristophe Leroy2021-03-291-3/+37
* powerpc/40x: Reorder a few instructions in critical exception prologChristophe Leroy2021-03-291-4/+4
* powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exceptionChristophe Leroy2021-03-292-9/+8
* powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macroChristophe Leroy2021-03-291-35/+36
* powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlersChristophe Leroy2021-03-291-21/+18
* powerpc/traps: Declare unrecoverable_exception() as __noreturnChristophe Leroy2021-03-292-2/+5
* cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour2021-03-291-1/+1
* powerpc/uprobes: Validation for prefixed instructionRavi Bangoria2021-03-291-0/+7
* powerpc/signal: Use __get_user() to copy sigset_tChristopher M. Riedl2021-03-293-3/+10
* powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switchesDaniel Axtens2021-03-291-4/+6
* powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switchesDaniel Axtens2021-03-291-21/+36
* powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()Christopher M. Riedl2021-03-291-27/+41
* powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()Christopher M. Riedl2021-03-291-27/+45
* powerpc/signal64: Remove TM ifdefery in middle of if/else blockChristopher M. Riedl2021-03-292-51/+54
* powerpc: Reference parameter in MSR_TM_ACTIVE() macroChristopher M. Riedl2021-03-291-1/+1
* powerpc/signal64: Remove non-inline calls from setup_sigcontext()Christopher M. Riedl2021-03-291-11/+21
* powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()Christopher M. Riedl2021-03-291-0/+26
* powerpc/uaccess: Add unsafe_copy_from_user()Christopher M. Riedl2021-03-291-0/+21
* powerpc/qspinlock: Use generic smp_cond_load_relaxedDavidlohr Bueso2021-03-292-16/+7
* powerpc/spinlock: Unserialize spin_is_lockedDavidlohr Bueso2021-03-262-14/+1
* powerpc/spinlock: Define smp_mb__after_spinlock only onceDavidlohr Bueso2021-03-263-5/+3
* powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy2021-03-262-13/+19
* powerpc/futex: Switch to user_access blockChristophe Leroy2021-03-261-7/+5
* powerpc/net: Switch csum_and_copy_{to/from}_user to user_access blockChristophe Leroy2021-03-261-11/+4
* powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.hChristophe Leroy2021-03-261-4/+9
* powerpc/syscalls: Use sys_old_select() in ppc_select()Christophe Leroy2021-03-262-10/+3
* powerpc/uaccess: Move copy_mc_xxx() functions downChristophe Leroy2021-03-261-26/+26
* powerpc/uaccess: Swap clear_user() and __clear_user()Christophe Leroy2021-03-261-9/+8
* powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32Christophe Leroy2021-03-261-3/+3
* powerpc/pseries: export LPAR security flavor in lparcfgLaurent Dufour2021-03-264-0/+11
* powerpc: Enable KFENCE for PPC32Christophe Leroy2021-03-247-10/+57
* powerpc/ptrace: Remove duplicate check from pt_regs_check()Denis Efremov2021-03-241-2/+0
* powerpc/pseries: Move hvc_vio_init_early() prototype to shared locationLee Jones2021-03-243-3/+4
* powerpc: Fix misspellings in tlbflush.hZhang Yunkai2021-03-241-1/+1
* powerpc: Remove duplicate includesZhang Yunkai2021-03-245-6/+0
* powerpc/prom: Mark identical_pvr_fixup as __initNathan Chancellor2021-03-241-1/+1
* powerpc/fadump: Mark fadump_calculate_reserve_size as __initNathan Chancellor2021-03-241-1/+1
* selftests/powerpc: Fix L1D flushing tests for Power10Russell Currey2021-03-243-2/+6
* powerpc: Fix spelling of "droping" to "dropping" in traps.cBhaskar Chowdhury2021-03-241-1/+1
* powerpc: remove unneeded semicolonJiapeng Chong2021-03-241-1/+1
* powerpc/chrp: Make hydra_init() staticGeert Uytterhoeven2021-03-242-4/+1
* powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is usedSebastian Andrzej Siewior2021-03-241-1/+1
* Linux 5.12-rc3v5.12-rc3Linus Torvalds2021-03-141-1/+1
* prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan2021-03-141-1/+1