index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-12
locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAK
Will Deacon
1
-4
/
+4
2017-12-11
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-4
/
+8
2017-12-11
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-21
/
+12
2017-12-11
Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD
Paul E. McKenney
13
-412
/
+304
2017-12-11
torture: Save a line in stutter_wait(): while -> for
Paul E. McKenney
1
-2
/
+1
2017-12-11
torture: Eliminate torture_runnable and perf_runnable
Paul E. McKenney
4
-19
/
+5
2017-12-11
torture: Make stutter less vulnerable to compilers and races
Paul E. McKenney
1
-16
/
+17
2017-12-11
locking/locktorture: Fix num reader/writer corner cases
Davidlohr Bueso
1
-31
/
+43
2017-12-11
locking/locktorture: Fix rwsem reader_delay
Davidlohr Bueso
1
-1
/
+1
2017-12-11
rcutorture: Preempt RCU-preempt readers more vigorously
Paul E. McKenney
1
-1
/
+1
2017-12-11
torture: Reduce #ifdefs for preempt_schedule()
Paul E. McKenney
2
-21
/
+7
2017-12-11
rcu: Remove have_rcu_nocb_mask from tree_plugin.h
Rakib Mullick
1
-7
/
+4
2017-12-11
rcu: Add comment giving debug strategy for double call_rcu()
Paul E. McKenney
1
-0
/
+5
2017-12-11
workqueue: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2017-12-11
sched/core: Fix kernel-doc warnings after code movement
Randy Dunlap
1
-11
/
+11
2017-12-10
futex: futex_wake_op, fix sign_extend32 sign bits
Jiri Slaby
1
-2
/
+2
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-45
/
+92
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-12-08
sched/autogroup: move sched.h include
Sergey Senozhatsky
1
-2
/
+2
2017-12-08
sched/autogroup: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2017-12-08
sched/fair: Remove unused 'curr' parameter from wakeup_gran
Cheng Jian
1
-3
/
+2
2017-12-07
rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
Paul E. McKenney
1
-0
/
+2
2017-12-07
livepatch: force transition to finish
Miroslav Benes
3
-2
/
+65
2017-12-06
Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Linus Torvalds
1
-1
/
+1
2017-12-06
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+5
2017-12-06
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-30
/
+74
2017-12-06
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+4
2017-12-06
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2017-12-06
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2017-12-06
kdb: Fix handling of kallsyms_symbol_next() return value
Daniel Thompson
1
-1
/
+1
2017-12-06
Merge branch 'linus' into perf/urgent, to synchronize UAPI headers
Ingo Molnar
102
-2200
/
+6370
2017-12-06
sched/fair: Update and fix the runnable propagation rule
Vincent Guittot
1
-29
/
+73
2017-12-06
sched/wait: Fix add_wait_queue() behavioral change
Omar Sandoval
1
-1
/
+1
2017-12-06
locking/lockdep: Fix possible NULL deref
Peter Zijlstra
1
-1
/
+2
2017-12-06
cpu/hotplug: Fix state name in takedown_cpu() comment
Brendan Jackman
1
-2
/
+2
2017-12-05
remove task and stack pointer printout from oops dump
Linus Torvalds
1
-3
/
+0
2017-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-19
/
+37
2017-12-05
bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
Hendrik Brueckner
1
-1
/
+1
2017-12-04
Revert "cgroup/cpuset: remove circular dependency deadlock"
Tejun Heo
1
-30
/
+23
2017-12-04
workqueue/hotplug: remove the workaround in rebind_workers()
Lai Jiangshan
1
-10
/
+0
2017-12-04
workqueue/hotplug: simplify workqueue_offline_cpu()
Lai Jiangshan
1
-9
/
+6
2017-12-04
Revert "cpuset: Make cpuset hotplug synchronous"
Tejun Heo
3
-20
/
+24
2017-12-04
livepatch: send a fake signal to all blocking tasks
Miroslav Benes
4
-1
/
+75
2017-12-04
genirq/matrix: Fix the precedence fix for real
Thomas Gleixner
1
-1
/
+3
2017-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-1
/
+25
2017-12-04
tracepoint: Remove smp_read_barrier_depends() from comment
Paul E. McKenney
1
-5
/
+4
2017-12-04
locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()
Paul E. McKenney
1
-7
/
+5
2017-12-04
uprobes: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
1
-6
/
+6
2017-12-04
softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
Paul E. McKenney
1
-1
/
+1
2017-12-04
trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
Paul E. McKenney
1
-1
/
+1
[prev]
[next]