index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
2018-06-17
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-17
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-11
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-12
2
-4
/
+6
*
|
|
|
|
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
4
-7
/
+8
*
|
|
|
|
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-12
1
-4
/
+4
*
|
|
|
|
|
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
1
-1
/
+2
*
|
|
|
|
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
10
-13
/
+18
*
|
|
|
|
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
12
-35
/
+49
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-10
2
-19
/
+32
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-06-07
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
*
|
|
|
|
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-10
1
-17
/
+7
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
signal: Remove no longer required irqsave/restore
Anna-Maria Gleixner
2018-06-10
1
-17
/
+7
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
Linus Torvalds
2018-06-09
1
-0
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
ide: don't enable/disable interrupts in force threaded-IRQ mode
Sebastian Andrzej Siewior
2018-06-05
1
-0
/
+1
*
|
|
|
|
|
|
|
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-08
4
-181
/
+200
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'for-4.18/dax' into libnvdimm-for-next
Dan Williams
2018-06-08
3
-181
/
+199
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
Dan Williams
2018-05-22
1
-4
/
+28
|
|
*
|
|
|
|
|
|
|
memremap: split devm_memremap_pages() and memremap() infrastructure
Dan Williams
2018-05-15
3
-177
/
+171
|
*
|
|
|
|
|
|
|
|
libnvdimm, e820: Register all pmem resources
Dan Williams
2018-06-02
1
-0
/
+1
[next]