index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal/arm: Use send_sig_fault where appropriate
Eric W. Biederman
2018-09-27
1
-8
/
+3
*
signal/arm: Use force_sig_fault where appropriate
Eric W. Biederman
2018-09-27
3
-27
/
+4
*
signal/arm: Push siginfo generation into arm_notify_die
Eric W. Biederman
2018-09-27
4
-71
/
+30
*
signal/arm64: Use send_sig_fault where appropriate
Eric W. Biederman
2018-09-27
1
-7
/
+3
*
signal/arm64: Add and use arm64_force_sig_ptrace_errno_trap
Eric W. Biederman
2018-09-27
3
-1
/
+11
*
signal/arm64: In ptrace_hbptriggered name the signal description string
Eric W. Biederman
2018-09-27
1
-1
/
+2
*
signal/arm64: Remove arm64_force_sig_info
Eric W. Biederman
2018-09-27
2
-7
/
+0
*
signal/arm64: Add and use arm64_force_sig_mceerr as appropriate
Eric W. Biederman
2018-09-27
3
-7
/
+10
*
signal/arm64: Add and use arm64_force_sig_fault where appropriate
Eric W. Biederman
2018-09-27
5
-51
/
+25
*
signal/arm64: Only call set_thread_esr once in do_page_fault
Eric W. Biederman
2018-09-27
1
-3
/
+1
*
signal/arm64: Only perform one esr_to_fault_info call in do_page_fault
Eric W. Biederman
2018-09-27
1
-3
/
+5
*
signal/arm64: Expand __do_user_fault and remove it
Eric W. Biederman
2018-09-27
1
-10
/
+8
*
signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault
Eric W. Biederman
2018-09-27
1
-4
/
+9
*
signal/arm64: Consolidate the two hwpoison cases in do_page_fault
Eric W. Biederman
2018-09-27
1
-7
/
+7
*
signal/arm64: Factor set_thread_esr out of __do_user_fault
Eric W. Biederman
2018-09-27
1
-2
/
+7
*
signal/arm64: Factor out arm64_show_signal from arm64_force_sig_info
Eric W. Biederman
2018-09-27
1
-13
/
+11
*
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
Eric W. Biederman
2018-09-27
5
-9
/
+8
*
signal/arm64: Push siginfo generation into arm64_notify_die
Eric W. Biederman
2018-09-27
4
-51
/
+30
*
signal/powerpc: Use force_sig_fault where appropriate
Eric W. Biederman
2018-09-21
4
-36
/
+12
*
signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerr
Eric W. Biederman
2018-09-21
1
-9
/
+1
*
signal/powerpc: Specialize _exception_pkey for handling pkey exceptions
Eric W. Biederman
2018-09-21
3
-7
/
+7
*
signal/powerpc: Call force_sig_fault from _exception
Eric W. Biederman
2018-09-21
1
-1
/
+4
*
signal/powerpc: Factor the common exception code into exception_common
Eric W. Biederman
2018-09-21
1
-5
/
+13
*
signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore
Eric W. Biederman
2018-09-21
1
-5
/
+4
*
signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception
Eric W. Biederman
2018-09-21
1
-1
/
+11
*
signal/powerpc: Remove pkey parameter from __bad_area
Eric W. Biederman
2018-09-21
1
-5
/
+4
*
signal/powerpc: Use force_sig_mceerr as appropriate
Eric W. Biederman
2018-09-21
1
-7
/
+11
*
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
2018-09-21
4
-32
/
+9
*
signal/x86: Pass pkey by value
Eric W. Biederman
2018-09-21
1
-7
/
+7
*
signal/x86: Replace force_sig_info_fault with force_sig_fault
Eric W. Biederman
2018-09-21
1
-19
/
+4
*
signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore
Eric W. Biederman
2018-09-21
1
-52
/
+24
*
signal/x86: Pass pkey not vma into __bad_area
Eric W. Biederman
2018-09-21
1
-12
/
+8
*
signal/x86: Don't compute pkey in __do_page_fault
Eric W. Biederman
2018-09-21
1
-4
/
+0
*
signal/x86: Remove pkey parameter from mm_fault_error
Eric W. Biederman
2018-09-21
1
-2
/
+2
*
signal/x86: Remove the pkey parameter from do_sigbus
Eric W. Biederman
2018-09-21
1
-3
/
+3
*
signal/x86: Remove pkey parameter from bad_area_nosemaphore
Eric W. Biederman
2018-09-21
1
-7
/
+7
*
signal/x86/traps: Simplify trap generation
Eric W. Biederman
2018-09-21
1
-61
/
+24
*
signal/x86/traps: Use force_sig instead of open coding it.
Eric W. Biederman
2018-09-21
1
-1
/
+1
*
signal/x86/traps: Use force_sig_bnderr
Eric W. Biederman
2018-09-21
1
-10
/
+9
*
signal/x86/traps: Move more code into do_trap_no_signal so it can be reused
Eric W. Biederman
2018-09-21
1
-16
/
+14
*
signal/x86/traps: Factor out show_signal
Eric W. Biederman
2018-09-19
1
-18
/
+19
*
signal/x86: Move mpx siginfo generation into do_bounds
Eric W. Biederman
2018-09-19
3
-29
/
+32
*
signal/x86: In trace_mpx_bounds_register_exception add __user annotations
Eric W. Biederman
2018-09-19
1
-2
/
+2
*
signal/x86: Use send_sig_mceerr as apropriate
Eric W. Biederman
2018-09-19
1
-10
/
+1
*
signal/x86: Move MCE error reporting out of force_sig_info_fault
Eric W. Biederman
2018-09-19
1
-13
/
+13
*
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
Eric W. Biederman
2018-09-19
1
-15
/
+7
*
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
2018-09-19
4
-13
/
+9
*
signal: Properly deliver SIGSEGV from x86 uprobes
Eric W. Biederman
2018-09-11
1
-1
/
+1
*
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-08-26
2
-62
/
+8
|
\
|
*
ppc: Convert vas ID allocation to new IDA API
Matthew Wilcox
2018-08-22
1
-22
/
+4
[next]