summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-1512-34/+684
|\
| * cgroup: export list of cgroups v2 features using sysfsRoman Gushchin2017-11-061-0/+8
| * cgroup: export list of delegatable control files using sysfsRoman Gushchin2017-11-061-0/+61
| * cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo2017-10-301-1/+1
| * cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-264-16/+68
| * sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-291-0/+171
| * sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| * sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...Tejun Heo2017-09-251-0/+7
| * cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo2017-09-251-0/+8
| * cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-254-3/+365
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-257-23/+6
| * sched/cputime: Expose cputime_adjust()Tejun Heo2017-09-251-3/+2
* | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-11-151-1/+2
|\ \
| * | workqueue: Fix comment for unbound workqueue's attrbutesWang Long2017-11-061-1/+2
| * | Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo2017-11-031-5/+1
| * | workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-10-211-1/+5
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+1
|\ \ \
| * | | kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring2017-10-191-3/+1
* | | | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-154-55/+85
|\ \ \ \
| * | | | audit: filter PATH records keyed on filesystem magicRichard Guy Briggs2017-11-102-7/+55
| * | | | Audit: remove unused audit_log_secctx functionCasey Schaufler2017-11-101-26/+0
| * | | | audit: Allow auditd to set pid to 0 to end auditingSteve Grubb2017-11-101-13/+16
| * | | | audit: use audit_set_enabled() in audit_enable()Paul Moore2017-11-101-2/+2
| * | | | audit: convert audit_ever_enabled to a booleanPaul Moore2017-11-102-2/+2
| * | | | audit: don't use simple_strtol() anymorePaul Moore2017-11-101-2/+7
| * | | | audit: initialize the audit subsystem as early as possiblePaul Moore2017-11-101-1/+1
| * | | | audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-11-101-5/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1523-931/+3213
|\ \ \ \ \
| * | | | | bpf: fix lockdep splatEric Dumazet2017-11-151-2/+6
| * | | | | bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song2017-11-141-2/+6
| * | | | | bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semanticsYonghong Song2017-11-141-16/+24
| * | | | | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-117-97/+7
| * | | | | bpf: add a bpf_override_function helperJosef Bacik2017-11-117-7/+97
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-105-16/+37
| |\ \ \ \ \
| * | | | | | bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-053-0/+75
| * | | | | | bpf: remove old offload/analyzerJakub Kicinski2017-11-051-75/+0
| * | | | | | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-0/+1
| * | | | | | xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-4/+29
| * | | | | | bpf: report offload info to user spaceJakub Kicinski2017-11-052-0/+17
| * | | | | | bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-055-8/+217
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04135-2/+144
| |\ \ \ \ \ \
| * | | | | | | bpf: fix verifier NULL pointer dereferenceCraig Gallek2017-11-031-4/+8
| * | | | | | | bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann2017-11-031-0/+4
| * | | | | | | bpf: fix link error without CONFIG_NETArnd Bergmann2017-11-031-0/+2
| * | | | | | | bpf: also improve pattern matches for meta accessDaniel Borkmann2017-11-021-69/+96
| * | | | | | | bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-1/+1
| * | | | | | | bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer2017-11-021-2/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-022-5/+13
| |\ \ \ \ \ \ \
| * | | | | | | | bpf: fix verifier memory leaksAlexei Starovoitov2017-11-011-9/+18
| * | | | | | | | bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song2017-11-011-10/+7
OpenPOWER on IntegriCloud