aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-04-27locking/qspinlock: Use smp_cond_load_relaxed() to wait for next nodeWill Deacon1-4/+2
2018-04-27locking/mcs: Use smp_cond_load_acquire() in MCS spin loopJason Low1-4/+6
2018-04-27locking/qspinlock: Use atomic_cond_read_acquire()Will Deacon1-6/+6
2018-04-27locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon1-11/+8
2018-04-27locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon2-49/+58
2018-04-27locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon1-3/+17
2018-04-27locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2-66/+14
2018-04-26tracing: Add field modifier parsing hist error for hist triggersTom Zanussi1-0/+1
2018-04-26tracing: Add field parsing hist error for hist triggersTom Zanussi1-0/+1
2018-04-26tracing: Restore proper field flag printing when displaying triggersTom Zanussi1-0/+10
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-27/+18
2018-04-26signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman1-25/+56
2018-04-26signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat codeEric W. Biederman1-5/+0
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-9/+9
2018-04-26cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo1-0/+4
2018-04-26cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo1-3/+13
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2-1/+21
2018-04-26cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo1-13/+45
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo2-13/+30
2018-04-26cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo2-89/+95
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo3-37/+36
2018-04-26cgroup: Rename stat to rstatTejun Heo3-101/+103
2018-04-26cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo2-1/+1
2018-04-26cgroup: Limit event generation frequencyTejun Heo1-2/+23
2018-04-26cgroup: Explicitly remove core interface filesTejun Heo1-13/+22
2018-04-26bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa1-0/+1
2018-04-26genirq/irq_sim: Remove the license boilerplateBartosz Golaszewski1-6/+1
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu1-4/+3
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cSong Liu1-21/+14
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner9-85/+70
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner1-5/+5
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+51
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-7/+51
2018-04-25signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman1-16/+8
2018-04-25signal: Remove SEGV_BNDERR ifdefsEric W. Biederman1-6/+0
2018-04-25signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layoutEric W. Biederman1-9/+0
2018-04-25signal: Reduce copy_siginfo_to_user to just copy_to_userEric W. Biederman1-82/+2
2018-04-25tracing: Fix missing tab for hwlat_detector print formatPeter Xu1-1/+1
2018-04-25kprobes: Fix random address output of blacklist fileThomas Richter1-1/+1
2018-04-25tracing: Fix kernel crash while using empty filter with perfRavi Bangoria1-7/+7
2018-04-25printk: wake up klogd in vprintk_emitSergey Senozhatsky1-12/+2
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-57/+76
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-23/+50
2018-04-24bpf: allow map helpers access to map values directlyPaul Chaignon1-17/+7
2018-04-24audit: allow not equal op for audit by executableOndrej Mosnáček2-1/+3
2018-04-24bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend1-2/+1
2018-04-24bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend1-0/+44
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend3-5/+6
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau1-10/+10
2018-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-23/+50