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
2018-05-02
clocksource: Remove kthread
Peter Zijlstra
1
-21
/
+10
2018-05-02
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
25
-232
/
+278
2018-05-02
clocksource: Rework stale comment
Peter Zijlstra
1
-4
/
+2
2018-05-02
clocksource: Consistent de-rate when marking unstable
Peter Zijlstra
1
-1
/
+8
2018-05-02
clocksource: Initialize cs->wd_list
Peter Zijlstra
1
-0
/
+2
2018-05-02
clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
Peter Zijlstra
1
-16
/
+34
2018-04-30
tracepoint: Do not warn on ENOMEM
Mathieu Desnoyers
1
-2
/
+2
2018-04-30
bpf: remove tracepoints from bpf core
Alexei Starovoitov
3
-35
/
+2
2018-04-29
bpf: Allow bpf_current_task_under_cgroup in interrupt
Teng Qin
1
-2
/
+0
2018-04-29
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-90
/
+75
2018-04-29
bpf/verifier: improve register value range tracking with ARSH
Yonghong Song
2
-0
/
+33
2018-04-29
bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
Yonghong Song
1
-9
/
+2
2018-04-29
bpf/verifier: refine retval R0 state for bpf_get_stack helper
Yonghong Song
1
-0
/
+27
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
4
-1
/
+140
2018-04-29
bpf: change prototype for stack_map_get_build_id_offset
Yonghong Song
1
-8
/
+5
2018-04-27
Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
1
-1
/
+2
2018-04-27
Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-19
/
+1
2018-04-27
stop_machine: Use raw spinlocks
Thomas Gleixner
1
-12
/
+12
2018-04-27
delayacct: Use raw_spinlocks
Sebastian Andrzej Siewior
1
-8
/
+9
2018-04-27
locking/qspinlock: Remove duplicate clear_pending() function from PV code
Will Deacon
1
-5
/
+0
2018-04-27
locking/qspinlock: Add stat tracking for pending vs. slowpath
Waiman Long
3
-12
/
+18
2018-04-27
locking/qspinlock: Use try_cmpxchg() instead of cmpxchg() when locking
Will Deacon
1
-10
/
+9
2018-04-27
locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
Will Deacon
1
-16
/
+17
2018-04-27
locking/qspinlock: Use smp_cond_load_relaxed() to wait for next node
Will Deacon
1
-4
/
+2
2018-04-27
locking/mcs: Use smp_cond_load_acquire() in MCS spin loop
Jason Low
1
-4
/
+6
2018-04-27
locking/qspinlock: Use atomic_cond_read_acquire()
Will Deacon
1
-6
/
+6
2018-04-27
locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queue
Will Deacon
1
-11
/
+8
2018-04-27
locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath
Will Deacon
2
-49
/
+58
2018-04-27
locking/qspinlock: Bound spinning on pending->locked transition in slowpath
Will Deacon
1
-3
/
+17
2018-04-27
locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'
Will Deacon
2
-66
/
+14
2018-04-26
tracing: Add field modifier parsing hist error for hist triggers
Tom Zanussi
1
-0
/
+1
2018-04-26
tracing: Add field parsing hist error for hist triggers
Tom Zanussi
1
-0
/
+1
2018-04-26
tracing: Restore proper field flag printing when displaying triggers
Tom Zanussi
1
-0
/
+10
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-27
/
+18
2018-04-26
signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}
Eric W. Biederman
1
-25
/
+56
2018-04-26
signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat code
Eric W. Biederman
1
-5
/
+0
2018-04-26
Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-9
/
+9
2018-04-26
cgroup: Make cgroup_rstat_updated() ready for root cgroup usage
Tejun Heo
1
-0
/
+4
2018-04-26
cgroup: Add memory barriers to plug cgroup_rstat_updated() race window
Tejun Heo
1
-3
/
+13
2018-04-26
cgroup: Add cgroup_subsys->css_rstat_flush()
Tejun Heo
2
-1
/
+21
2018-04-26
cgroup: Replace cgroup_rstat_mutex with a spinlock
Tejun Heo
1
-13
/
+45
2018-04-26
cgroup: Factor out and expose cgroup_rstat_*() interface functions
Tejun Heo
2
-13
/
+30
2018-04-26
cgroup: Reorganize kernel/cgroup/rstat.c
Tejun Heo
2
-89
/
+95
2018-04-26
cgroup: Distinguish base resource stat implementation from rstat
Tejun Heo
3
-37
/
+36
2018-04-26
cgroup: Rename stat to rstat
Tejun Heo
3
-101
/
+103
2018-04-26
cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.c
Tejun Heo
2
-1
/
+1
2018-04-26
cgroup: Limit event generation frequency
Tejun Heo
1
-2
/
+23
2018-04-26
cgroup: Explicitly remove core interface files
Tejun Heo
1
-13
/
+22
2018-04-26
bpf: Add gpl_compatible flag to struct bpf_prog_info
Jiri Olsa
1
-0
/
+1
2018-04-26
genirq/irq_sim: Remove the license boilerplate
Bartosz Golaszewski
1
-6
/
+1
[prev]
[next]