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-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
2017-11-27
rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation
Paul E. McKenney
1
-75
/
+75
2017-11-27
rcu: Reduce dyntick-idle state space
Paul E. McKenney
1
-12
/
+11
2017-11-27
rcu: Avoid ->dynticks_nmi_nesting store tearing
Paul E. McKenney
1
-3
/
+5
2017-11-26
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+13
2017-11-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2017-11-26
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-77
/
+33
2017-11-23
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
1
-1
/
+1
2017-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-51
/
+59
2017-11-23
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgent
Thomas Gleixner
96
-2114
/
+6299
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
1
-0
/
+27
2017-11-22
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-2
/
+2
2017-11-22
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-1
/
+1
[prev]
[next]