summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2018-04-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+8
2018-04-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+17
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-346/+666
2018-04-20fork: unconditionally clear stack on forkKees Cook-2/+1
2018-04-20bpf: sockmap remove dead checkJann Horn-3/+0
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs-2/+2
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-37/+71
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau-4/+234
2018-04-19bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau-1/+18
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau-0/+84
2018-04-19bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau-0/+198
2018-04-19bpf: btf: Check members of struct/unionMartin KaFai Lau-0/+205
2018-04-19bpf: btf: Validate type referenceMartin KaFai Lau-1/+665