index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: Push pid type down into send_signal
Eric W. Biederman
2018-07-21
1
-6
/
+6
*
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
2018-07-21
1
-5
/
+5
*
signal: Pass pid type into group_send_sig_info
Eric W. Biederman
2018-07-21
2
-5
/
+8
*
signal: Pass pid and pid type into send_sigqueue
Eric W. Biederman
2018-07-21
2
-14
/
+13
*
posix-timers: Noralize good_sigevent
Eric W. Biederman
2018-07-21
1
-3
/
+5
*
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-07-21
6
-7
/
+8
*
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
2018-07-21
2
-28
/
+40
*
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
2018-07-21
1
-7
/
+8
*
pids: Move task_pid_type into sched/signal.h
Eric W. Biederman
2018-07-21
1
-8
/
+0
*
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
2018-06-16
3
-11
/
+12
|
\
|
*
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
2018-06-15
1
-2
/
+3
|
*
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
2
-9
/
+9
*
|
Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-16
3
-13
/
+9
|
\
\
|
*
|
fsnotify: add fsnotify_add_inode_mark() wrappers
Amir Goldstein
2018-05-18
3
-7
/
+7
|
*
|
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
2018-05-18
3
-6
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
1
-2
/
+12
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-06-12
1
-2
/
+12
|
|
\
\
\
|
|
*
|
|
bpf: implement dummy fops for bpf objects
Daniel Borkmann
2018-06-08
1
-2
/
+12
*
|
|
|
|
Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-16
1
-3
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
module: Allow to always show the status of modsign
Jia Zhang
2018-04-16
1
-2
/
+0
|
*
|
|
|
module: Do not access sig_enforce directly
Jia Zhang
2018-04-16
1
-1
/
+1
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-06-15
5
-3
/
+36
|
\
\
\
\
\
|
*
|
|
|
|
sched/core / kcov: avoid kcov_area during task switch
Mark Rutland
2018-06-15
2
-1
/
+5
|
*
|
|
|
|
kcov: prefault the kcov_area
Mark Rutland
2018-06-15
1
-0
/
+16
|
*
|
|
|
|
kcov: ensure irq code sees a valid area
Mark Rutland
2018-06-15
1
-1
/
+2
|
*
|
|
|
|
kernel/relay.c: change return type to vm_fault_t
Souptick Joarder
2018-06-15
1
-1
/
+1
|
*
|
|
|
|
mm: check for SIGKILL inside dup_mmap() loop
Tetsuo Handa
2018-06-15
1
-0
/
+8
|
*
|
|
|
|
kexec: yield to scheduler when loading kimage segments
Jarrett Farnitano
2018-06-15
1
-0
/
+4
*
|
|
|
|
|
kconfig: tinyconfig: remove stale stack protector fixups
Masahiro Yamada
2018-06-15
1
-4
/
+0
|
/
/
/
/
/
*
|
|
|
|
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-06-14
3
-3
/
+3
*
|
|
|
|
Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-06-13
2
-14
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
Masahiro Yamada
2018-06-08
2
-14
/
+5
*
|
|
|
|
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-13
2
-4
/
+6
*
|
|
|
|
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
4
-7
/
+8
*
|
|
|
|
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-13
1
-4
/
+4
*
|
|
|
|
|
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-13
1
-1
/
+2
*
|
|
|
|
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
10
-13
/
+18
*
|
|
|
|
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
12
-35
/
+49
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-11
2
-19
/
+32
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-06-08
1
-17
/
+31
|
|
\
\
\
\
|
|
*
|
|
|
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2018-06-07
1
-17
/
+31
|
*
|
|
|
|
umh: fix race condition
Alexei Starovoitov
2018-06-07
1
-2
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-06-10
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
scsi: zfcp: workqueue: set description for port work items with their WWPN as...
Steffen Maier
2018-05-18
1
-0
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-10
5
-0
/
+365
|
\
\
\
\
\
|
*
|
|
|
|
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
2018-06-06
5
-0
/
+365
*
|
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-10
2
-13
/
+55
|
\
\
\
\
\
\
|
*
|
|
|
|
|
genirq/affinity: Defer affinity setting if irq chip is busy
Thomas Gleixner
2018-06-06
1
-2
/
+35
|
*
|
|
|
|
|
genirq/migration: Avoid out of line call if pending is not set
Thomas Gleixner
2018-06-06
1
-4
/
+1
|
*
|
|
|
|
|
genirq/generic_pending: Do not lose pending affinity update
Thomas Gleixner
2018-06-06
1
-7
/
+19
[next]