index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2018-05-03
ftrace: Have set_graph_* files have normal file modes
Chen LinX
-2
/
+2
2018-05-03
tracing: Remove PPC32 wart from config TRACING_SUPPORT
Michael Ellerman
-5
/
+1
2018-05-03
seccomp: Enable speculation flaw mitigations
Kees Cook
-0
/
+17
2018-05-03
nospec: Allow getting/setting on non-current task
Kees Cook
-4
/
+5
2018-05-03
prctl: Add speculation control prctls
Thomas Gleixner
-0
/
+22
2018-05-03
kthread, sched/wait: Fix kthread_parkme() completion issue
Peter Zijlstra
-35
/
+40
2018-05-03
kthread, sched/wait: Fix kthread_parkme() wait-loop
Peter Zijlstra
-3
/
+4
2018-05-03
sched/fair: Fix the update of blocked load when newly idle
Vincent Guittot
-1
/
+1
2018-05-03
stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
Peter Zijlstra
-5
/
+14
2018-05-02
Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-27
/
+31
2018-05-02
bpf: sockmap, fix error handling in redirect failures
John Fastabend
-16
/
+12
2018-05-02
bpf: sockmap, zero sg_size on error when buffer is released
John Fastabend
-4
/
+11
2018-05-02
bpf: sockmap, fix scatterlist update on error path in send with apply
John Fastabend
-2
/
+3
2018-05-02
aio: implement io_pgetevents
Christoph Hellwig
-0
/
+2
2018-05-02
clocksource: Remove kthread
Peter Zijlstra
-21
/
+10
2018-05-02
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
-232
/
+278
2018-05-02
clocksource: Rework stale comment
Peter Zijlstra
-4
/
+2
2018-05-02
clocksource: Consistent de-rate when marking unstable
Peter Zijlstra
-1
/
+8
2018-05-02
clocksource: Initialize cs->wd_list
Peter Zijlstra
-0
/
+2
2018-05-02
clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
Peter Zijlstra
-16
/
+34
2018-04-30
tracepoint: Do not warn on ENOMEM
Mathieu Desnoyers
-2
/
+2
2018-04-30
bpf: remove tracepoints from bpf core
Alexei Starovoitov
-35
/
+2
2018-04-29
bpf: Allow bpf_current_task_under_cgroup in interrupt
Teng Qin
-2
/
+0
2018-04-29
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-90
/
+75
2018-04-29
bpf/verifier: improve register value range tracking with ARSH
Yonghong Song
-0
/
+33
2018-04-29
bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
Yonghong Song
-9
/
+2
2018-04-29
bpf/verifier: refine retval R0 state for bpf_get_stack helper
Yonghong Song
-0
/
+27
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
-1
/
+140
2018-04-29
bpf: change prototype for stack_map_get_build_id_offset
Yonghong Song
-8
/
+5
2018-04-27
Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+2
2018-04-27
Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-19
/
+1
2018-04-27
stop_machine: Use raw spinlocks
Thomas Gleixner
-12
/
+12
2018-04-27
delayacct: Use raw_spinlocks
Sebastian Andrzej Siewior
-8
/
+9
2018-04-27
locking/qspinlock: Remove duplicate clear_pending() function from PV code
Will Deacon
-5
/
+0
2018-04-27
locking/qspinlock: Add stat tracking for pending vs. slowpath
Waiman Long
-12
/
+18
2018-04-27
locking/qspinlock: Use try_cmpxchg() instead of cmpxchg() when locking
Will Deacon
-10
/
+9
2018-04-27
locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
Will Deacon
-16
/
+17
2018-04-27
locking/qspinlock: Use smp_cond_load_relaxed() to wait for next node
Will Deacon
-4
/
+2
2018-04-27
locking/mcs: Use smp_cond_load_acquire() in MCS spin loop
Jason Low
-4
/
+6
2018-04-27
locking/qspinlock: Use atomic_cond_read_acquire()
Will Deacon
-6
/
+6
2018-04-27
locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queue
Will Deacon
-11
/
+8
2018-04-27
locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath
Will Deacon
-49
/
+58
2018-04-27
locking/qspinlock: Bound spinning on pending->locked transition in slowpath
Will Deacon
-3
/
+17
2018-04-27
locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'
Will Deacon
-66
/
+14
2018-04-26
tracing: Add field modifier parsing hist error for hist triggers
Tom Zanussi
-0
/
+1
2018-04-26
tracing: Add field parsing hist error for hist triggers
Tom Zanussi
-0
/
+1
2018-04-26
tracing: Restore proper field flag printing when displaying triggers
Tom Zanussi
-0
/
+10
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-27
/
+18
2018-04-26
signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}
Eric W. Biederman
-25
/
+56
2018-04-26
signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat code
Eric W. Biederman
-5
/
+0
[prev]
[next]