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-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
2018-04-26
Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-9
/
+9
2018-04-26
cgroup: Make cgroup_rstat_updated() ready for root cgroup usage
Tejun Heo
-0
/
+4
2018-04-26
cgroup: Add memory barriers to plug cgroup_rstat_updated() race window
Tejun Heo
-3
/
+13
2018-04-26
cgroup: Add cgroup_subsys->css_rstat_flush()
Tejun Heo
-1
/
+21
2018-04-26
cgroup: Replace cgroup_rstat_mutex with a spinlock
Tejun Heo
-13
/
+45
2018-04-26
cgroup: Factor out and expose cgroup_rstat_*() interface functions
Tejun Heo
-13
/
+30
2018-04-26
cgroup: Reorganize kernel/cgroup/rstat.c
Tejun Heo
-89
/
+95
2018-04-26
cgroup: Distinguish base resource stat implementation from rstat
Tejun Heo
-37
/
+36
2018-04-26
cgroup: Rename stat to rstat
Tejun Heo
-101
/
+103
2018-04-26
cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.c
Tejun Heo
-1
/
+1
2018-04-26
cgroup: Limit event generation frequency
Tejun Heo
-2
/
+23
2018-04-26
cgroup: Explicitly remove core interface files
Tejun Heo
-13
/
+22
2018-04-26
bpf: Add gpl_compatible flag to struct bpf_prog_info
Jiri Olsa
-0
/
+1
2018-04-26
genirq/irq_sim: Remove the license boilerplate
Bartosz Golaszewski
-6
/
+1
2018-04-26
tracing: Remove igrab() iput() call from uprobes.c
Song Liu
-4
/
+3
2018-04-26
tracing: Fix bad use of igrab in trace_uprobe.c
Song Liu
-21
/
+14
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
-85
/
+70
2018-04-26
tick/sched: Do not mess with an enqueued hrtimer
Thomas Gleixner
-5
/
+5
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-7
/
+51
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-7
/
+51
2018-04-25
signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO
Eric W. Biederman
-16
/
+8
2018-04-25
signal: Remove SEGV_BNDERR ifdefs
Eric W. Biederman
-6
/
+0
2018-04-25
signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layout
Eric W. Biederman
-9
/
+0
2018-04-25
signal: Reduce copy_siginfo_to_user to just copy_to_user
Eric W. Biederman
-82
/
+2
2018-04-25
tracing: Fix missing tab for hwlat_detector print format
Peter Xu
-1
/
+1
2018-04-25
kprobes: Fix random address output of blacklist file
Thomas Richter
-1
/
+1
2018-04-25
tracing: Fix kernel crash while using empty filter with perf
Ravi Bangoria
-7
/
+7
2018-04-25
printk: wake up klogd in vprintk_emit
Sergey Senozhatsky
-12
/
+2
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-57
/
+76
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-23
/
+50
2018-04-24
bpf: allow map helpers access to map values directly
Paul Chaignon
-17
/
+7
2018-04-24
audit: allow not equal op for audit by executable
Ondrej Mosnáček
-1
/
+3
2018-04-24
bpf: sockmap, fix double page_put on ENOMEM error in redirect path
John Fastabend
-2
/
+1
2018-04-24
bpf: sockmap, sk_wait_event needed to handle blocking cases
John Fastabend
-0
/
+44
2018-04-24
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
-5
/
+6
2018-04-23
bpf: btf: Clean up btf.h in uapi
Martin KaFai Lau
-10
/
+10
2018-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-23
/
+50
[prev]
[next]