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-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
2017-11-28
rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()
Paul E. McKenney
1
-27
/
+16
2017-11-28
rcu: Avoid ->dynticks_nesting store tearing
Paul E. McKenney
1
-3
/
+3
2017-11-28
rcu: Stop duplicating lockdep checks in RCU's idle-entry code
Paul E. McKenney
1
-11
/
+0
2017-11-28
rcu: Add ->dynticks field to rcu_dyntick trace event
Paul E. McKenney
1
-9
/
+7
2017-11-28
rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long
Paul E. McKenney
4
-7
/
+7
2017-11-28
rcu: Add tracing to irq/NMI dyntick-idle transitions
Paul E. McKenney
1
-0
/
+6
2017-11-28
ptrace, seccomp: add support for retrieving seccomp metadata
Tycho Andersen
2
-0
/
+37
2017-11-28
seccomp: hoist out filter resolving logic
Tycho Andersen
1
-32
/
+45
2017-11-28
perf: Fix header.size for namespace events
Jiri Olsa
1
-1
/
+4
2017-11-28
ring_buffer_poll_wait() return value used as return value of ->poll()
Al Viro
1
-1
/
+1
2017-11-28
cgroup: properly init u64_stats
Lucas Stach
1
-2
/
+6
2017-11-28
smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place
Lai Jiangshan
1
-5
/
+5
2017-11-27
bpf: offload: add a license header
Jakub Kicinski
1
-0
/
+15
2017-11-27
ipc, kernel, mm: annotate ->poll() instances
Al Viro
5
-11
/
+11
2017-11-27
debug cgroup: use task_css_set instead of rcu_dereference
Wang Long
1
-2
/
+2
2017-11-27
blktrace: fix trace mutex deadlock
Jens Axboe
1
-2
/
+2
2017-11-27
workqueue: respect isolated cpus when queueing an unbound work
Tal Shorer
1
-1
/
+6
2017-11-27
cpuset: Make cpuset hotplug synchronous
Prateek Sood
3
-24
/
+20
2017-11-27
cgroup/cpuset: remove circular dependency deadlock
Prateek Sood
1
-23
/
+30
2017-11-27
rcu: Eliminate rcu_irq_enter_disabled()
Paul E. McKenney
2
-31
/
+2
2017-11-27
rcu: Make ->dynticks_nesting be a simple counter
Paul E. McKenney
3
-47
/
+21
2017-11-27
rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()
Paul E. McKenney
1
-38
/
+21
2017-11-27
rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exit
Paul E. McKenney
2
-0
/
+4
[prev]
[next]