index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/32: Remove ksp_limit
Christophe Leroy
2021-03-29
9
-108
/
+2
*
powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx
Christophe Leroy
2021-03-29
1
-0
/
+2
*
powerpc/32: Handle bookE debugging in C in exception entry
Christophe Leroy
2021-03-29
2
-23
/
+2
*
powerpc/32: Entry cpu time accounting in C
Christophe Leroy
2021-03-29
3
-11
/
+3
*
powerpc/32: Reconcile interrupts in C
Christophe Leroy
2021-03-29
2
-58
/
+4
*
powerpc/40x: Prepare normal exception handler for enabling MMU early
Christophe Leroy
2021-03-29
3
-13
/
+21
*
powerpc/40x: Prepare for enabling MMU in critical exception prolog
Christophe Leroy
2021-03-29
1
-3
/
+37
*
powerpc/40x: Reorder a few instructions in critical exception prolog
Christophe Leroy
2021-03-29
1
-4
/
+4
*
powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
Christophe Leroy
2021-03-29
2
-9
/
+8
*
powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
Christophe Leroy
2021-03-29
1
-35
/
+36
*
powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
Christophe Leroy
2021-03-29
1
-21
/
+18
*
powerpc/traps: Declare unrecoverable_exception() as __noreturn
Christophe Leroy
2021-03-29
2
-2
/
+5
*
cxl: don't manipulate the mm.mm_users field directly
Laurent Dufour
2021-03-29
1
-1
/
+1
*
powerpc/uprobes: Validation for prefixed instruction
Ravi Bangoria
2021-03-29
1
-0
/
+7
*
powerpc/signal: Use __get_user() to copy sigset_t
Christopher M. Riedl
2021-03-29
3
-3
/
+10
*
powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches
Daniel Axtens
2021-03-29
1
-4
/
+6
*
powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
Daniel Axtens
2021-03-29
1
-21
/
+36
*
powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
Christopher M. Riedl
2021-03-29
1
-27
/
+41
*
powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
Christopher M. Riedl
2021-03-29
1
-27
/
+45
*
powerpc/signal64: Remove TM ifdefery in middle of if/else block
Christopher M. Riedl
2021-03-29
2
-51
/
+54
*
powerpc: Reference parameter in MSR_TM_ACTIVE() macro
Christopher M. Riedl
2021-03-29
1
-1
/
+1
*
powerpc/signal64: Remove non-inline calls from setup_sigcontext()
Christopher M. Riedl
2021-03-29
1
-11
/
+21
*
powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
Christopher M. Riedl
2021-03-29
1
-0
/
+26
*
powerpc/uaccess: Add unsafe_copy_from_user()
Christopher M. Riedl
2021-03-29
1
-0
/
+21
*
powerpc/qspinlock: Use generic smp_cond_load_relaxed
Davidlohr Bueso
2021-03-29
2
-16
/
+7
*
powerpc/spinlock: Unserialize spin_is_locked
Davidlohr Bueso
2021-03-26
2
-14
/
+1
*
powerpc/spinlock: Define smp_mb__after_spinlock only once
Davidlohr Bueso
2021-03-26
3
-5
/
+3
*
powerpc/ptrace: Convert gpr32_set_common() to user access block
Christophe Leroy
2021-03-26
2
-13
/
+19
*
powerpc/futex: Switch to user_access block
Christophe Leroy
2021-03-26
1
-7
/
+5
*
powerpc/net: Switch csum_and_copy_{to/from}_user to user_access block
Christophe Leroy
2021-03-26
1
-11
/
+4
*
powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h
Christophe Leroy
2021-03-26
1
-4
/
+9
*
powerpc/syscalls: Use sys_old_select() in ppc_select()
Christophe Leroy
2021-03-26
2
-10
/
+3
*
powerpc/uaccess: Move copy_mc_xxx() functions down
Christophe Leroy
2021-03-26
1
-26
/
+26
*
powerpc/uaccess: Swap clear_user() and __clear_user()
Christophe Leroy
2021-03-26
1
-9
/
+8
*
powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32
Christophe Leroy
2021-03-26
1
-3
/
+3
*
powerpc/pseries: export LPAR security flavor in lparcfg
Laurent Dufour
2021-03-26
4
-0
/
+11
*
powerpc: Enable KFENCE for PPC32
Christophe Leroy
2021-03-24
7
-10
/
+57
*
powerpc/ptrace: Remove duplicate check from pt_regs_check()
Denis Efremov
2021-03-24
1
-2
/
+0
*
powerpc/pseries: Move hvc_vio_init_early() prototype to shared location
Lee Jones
2021-03-24
3
-3
/
+4
*
powerpc: Fix misspellings in tlbflush.h
Zhang Yunkai
2021-03-24
1
-1
/
+1
*
powerpc: Remove duplicate includes
Zhang Yunkai
2021-03-24
5
-6
/
+0
*
powerpc/prom: Mark identical_pvr_fixup as __init
Nathan Chancellor
2021-03-24
1
-1
/
+1
*
powerpc/fadump: Mark fadump_calculate_reserve_size as __init
Nathan Chancellor
2021-03-24
1
-1
/
+1
*
selftests/powerpc: Fix L1D flushing tests for Power10
Russell Currey
2021-03-24
3
-2
/
+6
*
powerpc: Fix spelling of "droping" to "dropping" in traps.c
Bhaskar Chowdhury
2021-03-24
1
-1
/
+1
*
powerpc: remove unneeded semicolon
Jiapeng Chong
2021-03-24
1
-1
/
+1
*
powerpc/chrp: Make hydra_init() static
Geert Uytterhoeven
2021-03-24
2
-4
/
+1
*
powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used
Sebastian Andrzej Siewior
2021-03-24
1
-1
/
+1
*
Linux 5.12-rc3
v5.12-rc3
Linus Torvalds
2021-03-14
1
-1
/
+1
*
prctl: fix PR_SET_MM_AUXV kernel stack leak
Alexey Dobriyan
2021-03-14
1
-1
/
+1
[next]