index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-170
/
+30
2019-06-08
Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-31
/
+30
2019-06-08
Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-block
Linus Torvalds
-4
/
+29
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-4
/
+16
2019-06-07
Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-2
/
+17
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-301
/
+137
2019-06-07
kernel: module: Use struct_size() helper
Gustavo A. R. Silva
-2
/
+1
2019-06-07
Merge branch 'pm-x86'
Rafael J. Wysocki
-2
/
+11
2019-06-07
cgroup: let a symlink too be created with a cftype file
Angelo Ruocco
-4
/
+29
2019-06-06
bpf: fix unconnected udp hooks
Daniel Borkmann
-4
/
+16
2019-06-05
cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
Tejun Heo
-0
/
+4
2019-06-05
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
-0
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
-52
/
+10
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436
Thomas Gleixner
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430
Thomas Gleixner
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
-18
/
+7
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
Thomas Gleixner
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
-13
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
-72
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
-10
/
+1
2019-06-05
livepatch: Use static buffer for debugging messages under rq lock
Petr Mladek
-2
/
+1
2019-06-05
signal: improve comments
Christian Brauner
-6
/
+5
2019-06-05
kernel/module.c: Only return -EEXIST for modules that have finished loading
Prarit Bhargava
-4
/
+2
2019-06-04
bpf: remove redundant assignment to err
Colin Ian King
-2
/
+2
2019-06-03
gcov: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-22
/
+2
2019-06-03
dma-direct: provide generic support for uncached kernel segments
Christoph Hellwig
-2
/
+15
2019-06-03
dma-contiguous: use fallback alloc_pages for single pages
Nicolin Chen
-1
/
+10
2019-06-03
dma-contiguous: add dma_{alloc,free}_contiguous() helpers
Nicolin Chen
-20
/
+51
2019-06-03
kprobes: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-19
/
+6
2019-06-03
fail_function: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-18
/
+5
2019-06-03
blktrace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-6
/
+0
2019-06-03
trace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-4
/
+0
2019-06-03
locking/lock_events: Use raw_cpu_{add,inc}() for stats
Peter Zijlstra
-41
/
+4
2019-06-03
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
-9
/
+9
2019-06-03
locking/lockdep: Fix OOO unlock when hlocks need merging
Imre Deak
-12
/
+29
2019-06-03
x86/power: Fix 'nosmt' vs hibernation triple fault during resume
Jiri Kosina
-2
/
+11
2019-06-03
perf/core: Add attr_groups_update into struct pmu
Jiri Olsa
-0
/
+6
2019-06-03
perf/core: Allow non-privileged uprobe for user processes
Song Liu
-3
/
+3
2019-06-03
locking/lockdep: Remove !dir in lock irq usage check
Yuyang Du
-1
/
+1
2019-06-03
locking/lockdep: Adjust new bit cases in mark_lock
Yuyang Du
-14
/
+7
2019-06-03
locking/lockdep: Consolidate lock usage bit initialization
Yuyang Du
-8
/
+14
2019-06-03
locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL
Yuyang Du
-0
/
+4
2019-06-03
locking/lockdep: Refactorize check_noncircular and check_redundant
Yuyang Du
-44
/
+74
2019-06-03
locking/lockdep: Remove unused argument in __lock_release
Yuyang Du
-2
/
+2
2019-06-03
locking/lockdep: Remove redundant argument in check_deadlock
Yuyang Du
-3
/
+3
2019-06-03
locking/lockdep: Update comments on dependency search
Yuyang Du
-11
/
+10
2019-06-03
locking/lockdep: Avoid constant checks in __bfs by using offset reference
Yuyang Du
-12
/
+21
2019-06-03
locking/lockdep: Change the return type of __cq_dequeue()
Yuyang Du
-8
/
+13
2019-06-03
locking/lockdep: Change type of the element field in circular_queue
Yuyang Du
-10
/
+14
2019-06-03
locking/lockdep: Update comment
Yuyang Du
-3
/
+9
[prev]
[next]