summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-03-29powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy
2021-03-29powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy
2021-03-29powerpc/32: Don't save thread.regs on interrupt entryChristophe Leroy
2021-03-29powerpc/32: Replace ASM exception exit by C exception exit from ppc64Christophe Leroy
2021-03-29powerpc/32: Always save non volatile registers on exception entryChristophe Leroy
2021-03-29powerpc/32: Perform normal function call in exception entryChristophe Leroy
2021-03-29powerpc/32: Refactor booke critical registers savingChristophe Leroy
2021-03-29powerpc/32: Provide a name to exception prolog continuation in virtual modeChristophe Leroy
2021-03-29powerpc/32: Move exception prolog code into .text once MMU is back onChristophe Leroy
2021-03-29powerpc/32: Use START_EXCEPTION() as much as possibleChristophe Leroy
2021-03-29powerpc/32: Add vmap_stack_overflow label inside the macroChristophe Leroy
2021-03-29powerpc/32: Statically initialise first emergency contextChristophe Leroy
2021-03-29powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy
2021-03-29powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xxChristophe Leroy
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy
2021-03-29powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xxChristophe Leroy
2021-03-29powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy
2021-03-29powerpc/32: Entry cpu time accounting in CChristophe Leroy
2021-03-29powerpc/32: Reconcile interrupts in CChristophe Leroy
2021-03-29powerpc/40x: Prepare normal exception handler for enabling MMU earlyChristophe Leroy
2021-03-29powerpc/40x: Prepare for enabling MMU in critical exception prologChristophe Leroy
2021-03-29powerpc/40x: Reorder a few instructions in critical exception prologChristophe Leroy
2021-03-29powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exceptionChristophe Leroy
2021-03-29powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macroChristophe Leroy
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: 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