index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-29
signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signal
Eric W. Biederman
1
-17
/
+16
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
67
-151
/
+137
2019-05-29
signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...
Eric W. Biederman
4
-5
/
+19
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
14
-21
/
+21
2019-05-29
signal/unicore32: Remove tsk parameter from __do_user_fault
Eric W. Biederman
1
-5
/
+6
2019-05-29
signal/arm: Remove tsk parameter from __do_user_fault
Eric W. Biederman
1
-5
/
+6
2019-05-29
signal/arm: Remove tsk parameter from ptrace_break
Eric W. Biederman
3
-5
/
+5
2019-05-29
signal/nds32: Remove tsk parameter from send_sigtrap
Eric W. Biederman
1
-3
/
+4
2019-05-29
signal/riscv: Remove tsk parameter from do_trap
Eric W. Biederman
3
-7
/
+8
2019-05-29
signal/sh: Remove tsk parameter from force_sig_info_fault
Eric W. Biederman
1
-7
/
+4
2019-05-29
signal/um: Remove task parameter from send_sigtrap
Eric W. Biederman
1
-4
/
+4
2019-05-29
signal/x86: Remove task parameter from send_sigtrap
Eric W. Biederman
3
-6
/
+6
2019-05-27
signal: Remove task parameter from force_sig_mceerr
Eric W. Biederman
7
-9
/
+8
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
76
-166
/
+160
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
12
-16
/
+18
2019-05-27
signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal/drbd: Use send_sig not force_sig
Eric W. Biederman
3
-3
/
+3
2019-05-27
signal/arm64: Use force_sig not force_sig_fault for SIGKILL
Eric W. Biederman
1
-1
/
+4
2019-05-23
signal: Correct namespace fixups of si_pid and si_uid
Eric W. Biederman
1
-27
/
+40
2019-05-22
signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio
Eric W. Biederman
3
-33
/
+86
2019-05-20
Linux 5.2-rc1
v5.2-rc1
Linus Torvalds
1
-2
/
+2
2019-05-19
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
1
-3
/
+1
2019-05-19
panic: add an option to replay all the printk message in buffer
Feng Tang
5
-4
/
+24
2019-05-19
initramfs: don't free a non-existent initrd
Steven Price
1
-1
/
+1
2019-05-19
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...
Jiufei Xue
1
-3
/
+8
2019-05-19
mm/compaction.c: correct zone boundary handling when isolating pages from a p...
Mel Gorman
1
-2
/
+2
2019-05-19
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+43
2019-05-19
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+48
2019-05-19
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2
-247
/
+763
2019-05-18
kbuild: check uniqueness of module names
Masahiro Yamada
2
-0
/
+17
2019-05-18
kconfig: Terminate menu blocks with a comment in the generated config
Alexander Popov
1
-1
/
+12
2019-05-18
kbuild: add LICENSES to KBUILD_ALLDIRS
Masahiro Yamada
1
-1
/
+1
2019-05-18
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
3
-33
/
+13
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
17
-26
/
+25
2019-05-18
media: prefix header search paths with $(srctree)/
Masahiro Yamada
30
-49
/
+47
2019-05-18
media: remove unneeded header search paths
Masahiro Yamada
7
-11
/
+0
2019-05-18
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig
Masahiro Yamada
2
-0
/
+2
2019-05-18
kbuild: terminate Kconfig when $(CC) or $(LD) is missing
Masahiro Yamada
2
-1
/
+9
2019-05-18
kbuild: turn auto.conf.cmd into a mandatory include file
Masahiro Yamada
1
-1
/
+1
2019-05-18
.gitignore: exclude .get_maintainer.ignore and .gitattributes
Masahiro Yamada
1
-3
/
+5
2019-05-18
kbuild: add all Clang-specific flags unconditionally
Masahiro Yamada
2
-11
/
+11
2019-05-18
kbuild: Don't try to add '-fcatch-undefined-behavior' flag
Nathan Chancellor
1
-1
/
+0
2019-05-18
kbuild: add some extra warning flags unconditionally
Masahiro Yamada
1
-6
/
+7
2019-05-18
kbuild: add -Wvla flag unconditionally
Masahiro Yamada
1
-1
/
+1
2019-05-18
arch: remove dangling asm-generic wrappers
Masahiro Yamada
5
-13
/
+0
2019-05-18
samples: guard sub-directories with CONFIG options
Masahiro Yamada
3
-6
/
+22
2019-05-18
kbuild: re-enable int-in-bool-context warning
Masahiro Yamada
1
-1
/
+0
2019-05-18
MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*
Krzysztof Kozlowski
1
-0
/
+1
[next]