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