index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
mmap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-27
signal/arm64: Consolidate the two hwpoison cases in do_page_fault
Eric W. Biederman
1
-7
/
+7
2018-09-27
signal/arm64: Factor set_thread_esr out of __do_user_fault
Eric W. Biederman
1
-2
/
+7
2018-09-27
signal/arm64: Factor out arm64_show_signal from arm64_force_sig_info
Eric W. Biederman
1
-13
/
+11
2018-09-27
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
Eric W. Biederman
5
-9
/
+8
2018-09-27
signal/arm64: Push siginfo generation into arm64_notify_die
Eric W. Biederman
4
-51
/
+30
2018-09-21
signal/powerpc: Use force_sig_fault where appropriate
Eric W. Biederman
4
-36
/
+12
2018-09-21
signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerr
Eric W. Biederman
1
-9
/
+1
2018-09-21
signal/powerpc: Specialize _exception_pkey for handling pkey exceptions
Eric W. Biederman
3
-7
/
+7
2018-09-21
signal/powerpc: Call force_sig_fault from _exception
Eric W. Biederman
1
-1
/
+4
2018-09-21
signal/powerpc: Factor the common exception code into exception_common
Eric W. Biederman
1
-5
/
+13
2018-09-21
signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore
Eric W. Biederman
1
-5
/
+4
2018-09-21
signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception
Eric W. Biederman
1
-1
/
+11
2018-09-21
signal/powerpc: Remove pkey parameter from __bad_area
Eric W. Biederman
1
-5
/
+4
2018-09-21
signal/powerpc: Use force_sig_mceerr as appropriate
Eric W. Biederman
1
-7
/
+11
2018-09-21
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
4
-32
/
+9
2018-09-21
signal/x86: Pass pkey by value
Eric W. Biederman
1
-7
/
+7
2018-09-21
signal/x86: Replace force_sig_info_fault with force_sig_fault
Eric W. Biederman
1
-19
/
+4
2018-09-21
signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore
Eric W. Biederman
1
-52
/
+24
2018-09-21
signal/x86: Pass pkey not vma into __bad_area
Eric W. Biederman
1
-12
/
+8
2018-09-21
signal/x86: Don't compute pkey in __do_page_fault
Eric W. Biederman
1
-4
/
+0
2018-09-21
signal/x86: Remove pkey parameter from mm_fault_error
Eric W. Biederman
1
-2
/
+2
2018-09-21
signal/x86: Remove the pkey parameter from do_sigbus
Eric W. Biederman
1
-3
/
+3
2018-09-21
signal/x86: Remove pkey parameter from bad_area_nosemaphore
Eric W. Biederman
1
-7
/
+7
2018-09-21
signal/x86/traps: Simplify trap generation
Eric W. Biederman
1
-61
/
+24
2018-09-21
signal/x86/traps: Use force_sig instead of open coding it.
Eric W. Biederman
1
-1
/
+1
2018-09-21
signal/x86/traps: Use force_sig_bnderr
Eric W. Biederman
1
-10
/
+9
2018-09-21
signal/x86/traps: Move more code into do_trap_no_signal so it can be reused
Eric W. Biederman
1
-16
/
+14
2018-09-19
signal/x86/traps: Factor out show_signal
Eric W. Biederman
1
-18
/
+19
2018-09-19
signal/x86: Move mpx siginfo generation into do_bounds
Eric W. Biederman
3
-29
/
+32
2018-09-19
signal/x86: In trace_mpx_bounds_register_exception add __user annotations
Eric W. Biederman
1
-2
/
+2
2018-09-19
signal/x86: Use send_sig_mceerr as apropriate
Eric W. Biederman
1
-10
/
+1
2018-09-19
signal/x86: Move MCE error reporting out of force_sig_info_fault
Eric W. Biederman
1
-13
/
+13
2018-09-19
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
Eric W. Biederman
1
-15
/
+7
2018-09-19
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
6
-28
/
+24
2018-09-16
signal: Pair exports with their functions
Eric W. Biederman
1
-8
/
+7
2018-09-16
signal: Remove specific_send_sig_info
Eric W. Biederman
1
-8
/
+2
2018-09-16
signal: Use group_send_sig_info to kill all processes in a pid namespace
Eric W. Biederman
1
-1
/
+1
2018-09-16
tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...
Eric W. Biederman
1
-3
/
+3
2018-09-15
signal/GenWQE: Fix sending of SIGKILL
Eric W. Biederman
2
-5
/
+6
2018-09-11
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
3
-7
/
+4
2018-09-11
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Eric W. Biederman
3
-5
/
+5
2018-09-11
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
1
-3
/
+4
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
2
-2
/
+2
2018-09-11
signal: Remove the siginfo paramater from kernel_dqueue_signal
Eric W. Biederman
3
-4
/
+4
2018-09-11
signal: send_sig_all no longer needs SEND_SIG_FORCED
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Properly deliver SIGSEGV from x86 uprobes
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Properly deliver SIGILL from uprobes
Eric W. Biederman
1
-2
/
+2
2018-09-11
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
1
-0
/
+4
2018-08-26
Linux 4.19-rc1
v4.19-rc1
Linus Torvalds
1
-2
/
+2
[next]