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-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
2017-12-04
workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
Paul E. McKenney
1
-1
/
+1
2017-12-04
PM: Provide a config snippet for disabling PM
Mark Brown
1
-0
/
+15
2017-12-04
tracing: Pass export pointer as argument to ->write()
Felipe Balbi
1
-1
/
+1
2017-12-04
ring-buffer: Remove unused function __rb_data_page_index()
Matthias Kaehlcke
1
-6
/
+0
2017-12-04
tracing: make PREEMPTIRQ_EVENTS depend on TRACING
Arnd Bergmann
1
-0
/
+1
2017-12-04
tracing: Allocate mask_str buffer dynamically
Changbin Du
1
-20
/
+9
2017-12-04
tracing: Fix code comments in trace.c
Chunyu Hu
1
-5
/
+5
2017-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-1
/
+25
2017-12-01
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+12
2017-12-01
bpf: cleanup register_is_null()
Alexei Starovoitov
1
-10
/
+10
2017-12-01
bpf: improve JEQ/JNE path walking
Alexei Starovoitov
1
-2
/
+3
2017-12-01
bpf: improve verifier liveness marks
Alexei Starovoitov
1
-0
/
+5
2017-12-01
bpf: don't mark FP reg as uninit
Alexei Starovoitov
1
-4
/
+4
2017-12-01
bpf: print liveness info to verifier log
Alexei Starovoitov
1
-4
/
+20
2017-12-01
bpf: fix stack state printing in verifier log
Alexei Starovoitov
1
-1
/
+1
2017-12-01
bpf: set maximum number of attached progs to 64 for a single perf tp
Yonghong Song
2
-1
/
+10
2017-11-29
kallsyms: take advantage of the new '%px' format
Linus Torvalds
2
-7
/
+7
2017-11-29
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Ingo Molnar
1
-1
/
+4
2017-11-29
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
79
-1574
/
+2776
2017-11-28
sched: Stop switched_to_rt() from sending IPIs to offline CPUs
Paul E. McKenney
1
-1
/
+1
2017-11-28
sched: Stop resched_cpu() from sending IPIs to offline CPUs
Paul E. McKenney
1
-1
/
+2
2017-11-28
torture: Suppress CPU stall warnings during shutdown ftrace dump
Paul E. McKenney
1
-1
/
+2
2017-11-28
srcu: Prohibit call_srcu() use under raw spinlocks
Paul E. McKenney
1
-41
/
+68
2017-11-28
rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code
Paul E. McKenney
1
-22
/
+2
2017-11-28
rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()
Paul E. McKenney
1
-32
/
+18
[prev]
[next]