index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-29
powerpc/32: Don't save thread.regs on interrupt entry
Christophe Leroy
2021-03-29
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
2021-03-29
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
2021-03-29
powerpc/32: Perform normal function call in exception entry
Christophe Leroy
2021-03-29
powerpc/32: Refactor booke critical registers saving
Christophe Leroy
2021-03-29
powerpc/32: Provide a name to exception prolog continuation in virtual mode
Christophe Leroy
2021-03-29
powerpc/32: Move exception prolog code into .text once MMU is back on
Christophe Leroy
2021-03-29
powerpc/32: Use START_EXCEPTION() as much as possible
Christophe Leroy
2021-03-29
powerpc/32: Add vmap_stack_overflow label inside the macro
Christophe Leroy
2021-03-29
powerpc/32: Statically initialise first emergency context
Christophe Leroy
2021-03-29
powerpc/32: Enable instruction translation at the same time as data translation
Christophe Leroy
2021-03-29
powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx
Christophe Leroy
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
2021-03-29
powerpc/32: Remove ksp_limit
Christophe Leroy
2021-03-29
powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx
Christophe Leroy
2021-03-29
powerpc/32: Handle bookE debugging in C in exception entry
Christophe Leroy
2021-03-29
powerpc/32: Entry cpu time accounting in C
Christophe Leroy
2021-03-29
powerpc/32: Reconcile interrupts in C
Christophe Leroy
2021-03-29
powerpc/40x: Prepare normal exception handler for enabling MMU early
Christophe Leroy
2021-03-29
powerpc/40x: Prepare for enabling MMU in critical exception prolog
Christophe Leroy
2021-03-29
powerpc/40x: Reorder a few instructions in critical exception prolog
Christophe Leroy
2021-03-29
powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
Christophe Leroy
2021-03-29
powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
Christophe Leroy
2021-03-29
powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
Christophe Leroy
2021-03-29
powerpc/traps: Declare unrecoverable_exception() as __noreturn
Christophe Leroy
2021-03-29
cxl: don't manipulate the mm.mm_users field directly
Laurent Dufour
2021-03-29
powerpc/uprobes: Validation for prefixed instruction
Ravi Bangoria
2021-03-29
powerpc/signal: Use __get_user() to copy sigset_t
Christopher M. Riedl
2021-03-29
powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches
Daniel Axtens
2021-03-29
powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
Daniel Axtens
2021-03-29
powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
Christopher M. Riedl
2021-03-29
powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
Christopher M. Riedl
2021-03-29
powerpc/signal64: Remove TM ifdefery in middle of if/else block
Christopher M. Riedl
2021-03-29
powerpc: Reference parameter in MSR_TM_ACTIVE() macro
Christopher M. Riedl
2021-03-29
powerpc/signal64: Remove non-inline calls from setup_sigcontext()
Christopher M. Riedl
2021-03-29
powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
Christopher M. Riedl
2021-03-29
powerpc/uaccess: Add unsafe_copy_from_user()
Christopher M. Riedl
2021-03-29
powerpc/qspinlock: Use generic smp_cond_load_relaxed
Davidlohr Bueso
2021-03-26
powerpc/spinlock: Unserialize spin_is_locked
Davidlohr Bueso
2021-03-26
powerpc/spinlock: Define smp_mb__after_spinlock only once
Davidlohr Bueso
2021-03-26
powerpc/ptrace: Convert gpr32_set_common() to user access block
Christophe Leroy
2021-03-26
powerpc/futex: Switch to user_access block
Christophe Leroy
2021-03-26
powerpc/net: Switch csum_and_copy_{to/from}_user to user_access block
Christophe Leroy
2021-03-26
powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h
Christophe Leroy
2021-03-26
powerpc/syscalls: Use sys_old_select() in ppc_select()
Christophe Leroy
2021-03-26
powerpc/uaccess: Move copy_mc_xxx() functions down
Christophe Leroy
2021-03-26
powerpc/uaccess: Swap clear_user() and __clear_user()
Christophe Leroy
2021-03-26
powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32
Christophe Leroy
2021-03-26
powerpc/pseries: export LPAR security flavor in lparcfg
Laurent Dufour
2021-03-24
powerpc: Enable KFENCE for PPC32
Christophe Leroy
[next]