index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-31
locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches
Waiman Long
2
-1
/
+11
2018-03-31
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
16
-84
/
+156
2018-03-29
lockdep: Make the lock debug output more useful
Tetsuo Handa
1
-2
/
+2
2018-03-28
locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()
Peter Zijlstra
2
-7
/
+7
2018-03-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+8
2018-03-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-12
/
+17
2018-03-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+16
2018-03-25
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-10
/
+34
2018-03-23
Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-8
/
+6
2018-03-23
tracing: probeevent: Fix to support minus offset from symbol
Masami Hiramatsu
3
-8
/
+6
2018-03-22
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2018-03-22
Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-29
/
+51
2018-03-22
posix-timers: Protect posix clock array access against speculation
Thomas Gleixner
1
-3
/
+8
2018-03-20
bpf: skip unnecessary capability check
Chenbo Feng
1
-1
/
+1
2018-03-20
trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programs
Yonghong Song
1
-28
/
+40
2018-03-20
sched/debug: Adjust newlines for better alignment
Joe Lawrence
1
-11
/
+16
2018-03-20
sched/debug: Fix per-task line continuation for console output
Joe Lawrence
1
-1
/
+1
2018-03-20
perf/cgroup: Fix child event counting bug
Song Liu
1
-5
/
+16
2018-03-20
jump_label: Disable jump labels in __exit code
Josh Poimboeuf
1
-3
/
+4
2018-03-20
locking/mutex: Improve documentation
Matthew Wilcox
1
-7
/
+30
2018-03-19
Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-5
/
+20
2018-03-19
Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+1
2018-03-18
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2018-03-14
jump_label: Fix sparc64 warning
Josh Poimboeuf
1
-1
/
+2
2018-03-13
workqueue: remove unused cancel_work()
Stephen Hemminger
1
-8
/
+0
2018-03-13
workqueue: use put_device() instead of kfree()
Arvind Yadav
1
-1
/
+1
2018-03-12
error-injection: Fix to prohibit jump optimization
Masami Hiramatsu
1
-0
/
+10
2018-03-12
Merge tag 'v4.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
2
-3
/
+6
2018-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2018-03-11
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+3
2018-03-10
Merge branch 'linus' into locking/core, to pick up fixes and dependencies
Ingo Molnar
20
-95
/
+142
2018-03-09
bug: use %pB in BUG and stack protector failure
Kees Cook
1
-1
/
+1
2018-03-09
rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
Boqun Feng
1
-2
/
+3
2018-03-09
perf/core: Fix ctx_event_type in ctx_resched()
Song Liu
1
-1
/
+3
2018-03-08
module: propagate error in modules_open()
Leon Yu
1
-1
/
+1
2018-03-08
Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+0
2018-03-06
kernel/memremap: Remove stale devres_free() call
Oliver O'Halloran
1
-1
/
+0
2018-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-16
/
+26
2018-03-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+6
2018-03-03
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+10
2018-03-02
memremap: fix softlockup reports at teardown
Dan Williams
1
-5
/
+10
2018-03-02
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
Matt Redfearn
1
-19
/
+0
2018-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-16
/
+26
2018-03-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-1
/
+2
2018-02-28
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
1
-0
/
+6
2018-02-28
locking/lockdep: Show unadorned pointers
Borislav Petkov
1
-12
/
+12
2018-02-27
printk: Wake klogd when passing console_lock owner
Petr Mladek
1
-1
/
+2
2018-02-26
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-6
/
+23
2018-02-25
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+14
[next]