index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-29
powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
Christophe Leroy
3
-4
/
+6
2021-03-29
powerpc/32: Return directly from power_save_ppc32_restore()
Christophe Leroy
3
-13
/
+2
2021-03-29
powerpc/32: Save remaining registers in exception prolog
Christophe Leroy
3
-23
/
+28
2021-03-29
powerpc/32: Refactor saving of volatile registers in exception prologs
Christophe Leroy
3
-27
/
+24
2021-03-29
powerpc/32: Remove the xfer parameter in EXCEPTION() macro
Christophe Leroy
7
-89
/
+81
2021-03-29
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
7
-106
/
+92
2021-03-29
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
6
-16
/
+62
2021-03-29
powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
Christophe Leroy
3
-0
/
+11
2021-03-29
powerpc/32: Save trap number on stack in exception prolog
Christophe Leroy
6
-54
/
+58
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
7
-26
/
+10
2021-03-29
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
7
-34
/
+5
2021-03-29
powerpc/32: Don't save thread.regs on interrupt entry
Christophe Leroy
1
-4
/
+1
2021-03-29
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
2
-319
/
+123
2021-03-29
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
4
-19
/
+5
2021-03-29
powerpc/32: Perform normal function call in exception entry
Christophe Leroy
3
-15
/
+9
2021-03-29
powerpc/32: Refactor booke critical registers saving
Christophe Leroy
2
-33
/
+41
2021-03-29
powerpc/32: Provide a name to exception prolog continuation in virtual mode
Christophe Leroy
4
-27
/
+31
2021-03-29
powerpc/32: Move exception prolog code into .text once MMU is back on
Christophe Leroy
4
-34
/
+36
2021-03-29
powerpc/32: Use START_EXCEPTION() as much as possible
Christophe Leroy
3
-47
/
+22
2021-03-29
powerpc/32: Add vmap_stack_overflow label inside the macro
Christophe Leroy
3
-3
/
+4
2021-03-29
powerpc/32: Statically initialise first emergency context
Christophe Leroy
2
-6
/
+2
2021-03-29
powerpc/32: Enable instruction translation at the same time as data translation
Christophe Leroy
4
-28
/
+31
2021-03-29
powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx
Christophe Leroy
2
-12
/
+12
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
12
-216
/
+17
2021-03-29
powerpc/32: Remove ksp_limit
Christophe Leroy
9
-108
/
+2
2021-03-29
powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx
Christophe Leroy
1
-0
/
+2
2021-03-29
powerpc/32: Handle bookE debugging in C in exception entry
Christophe Leroy
2
-23
/
+2
2021-03-29
powerpc/32: Entry cpu time accounting in C
Christophe Leroy
3
-11
/
+3
2021-03-29
powerpc/32: Reconcile interrupts in C
Christophe Leroy
2
-58
/
+4
2021-03-29
powerpc/40x: Prepare normal exception handler for enabling MMU early
Christophe Leroy
3
-13
/
+21
2021-03-29
powerpc/40x: Prepare for enabling MMU in critical exception prolog
Christophe Leroy
1
-3
/
+37
2021-03-29
powerpc/40x: Reorder a few instructions in critical exception prolog
Christophe Leroy
1
-4
/
+4
2021-03-29
powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
Christophe Leroy
2
-9
/
+8
2021-03-29
powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
Christophe Leroy
1
-35
/
+36
2021-03-29
powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
Christophe Leroy
1
-21
/
+18
2021-03-29
powerpc/traps: Declare unrecoverable_exception() as __noreturn
Christophe Leroy
2
-2
/
+5
2021-03-29
cxl: don't manipulate the mm.mm_users field directly
Laurent Dufour
1
-1
/
+1
2021-03-29
powerpc/uprobes: Validation for prefixed instruction
Ravi Bangoria
1
-0
/
+7
2021-03-29
powerpc/signal: Use __get_user() to copy sigset_t
Christopher M. Riedl
3
-3
/
+10
2021-03-29
powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches
Daniel Axtens
1
-4
/
+6
2021-03-29
powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
Daniel Axtens
1
-21
/
+36
2021-03-29
powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
Christopher M. Riedl
1
-27
/
+41
2021-03-29
powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
Christopher M. Riedl
1
-27
/
+45
2021-03-29
powerpc/signal64: Remove TM ifdefery in middle of if/else block
Christopher M. Riedl
2
-51
/
+54
2021-03-29
powerpc: Reference parameter in MSR_TM_ACTIVE() macro
Christopher M. Riedl
1
-1
/
+1
2021-03-29
powerpc/signal64: Remove non-inline calls from setup_sigcontext()
Christopher M. Riedl
1
-11
/
+21
2021-03-29
powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
Christopher M. Riedl
1
-0
/
+26
2021-03-29
powerpc/uaccess: Add unsafe_copy_from_user()
Christopher M. Riedl
1
-0
/
+21
2021-03-29
powerpc/qspinlock: Use generic smp_cond_load_relaxed
Davidlohr Bueso
2
-16
/
+7
2021-03-26
powerpc/spinlock: Unserialize spin_is_locked
Davidlohr Bueso
2
-14
/
+1
[next]