summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
...
| * | cgroup: unify attach permission checkingChristian Brauner2020-02-121-14/+25
| * | cpuset: Make cpuset hotplug synchronousPrateek Sood2020-02-121-12/+19
| * | cgroup.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-121-1/+2
| * | cgroup: Clean up css_set task traversalMichal Koutný2020-02-121-33/+28
* | | mm: memcontrol: recursive memory.low protectionJohannes Weiner2020-04-021-1/+16
* | | bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-301-0/+27
* | | bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-5/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-121-0/+4
|\ \ \ | |_|/ |/| |
| * | cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-101-0/+4
* | | cgroup1: don't call release_agent when it is ""Tycho Andersen2020-03-041-1/+1
* | | cgroup: fix psi_show() crash on 32bit ino archsQian Cai2020-03-041-3/+3
| |/ |/|
* | cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-02-121-7/+16
* | cgroup: cgroup_procs_next should increase position indexVasily Averin2020-02-121-3/+7
* | cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-02-121-0/+1
|/
* Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-101-5/+8
|\
| * cgroup: init_tasks shouldn't be linked to the root cgroupTejun Heo2020-01-301-5/+8
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-083-32/+20
|\ \ | |/ |/|
| * cgroup1: switch to use of errorfc() et.al.Al Viro2020-02-071-12/+12
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-073-16/+8
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-072-2/+0
| * get rid of cg_invalf()Al Viro2020-02-071-14/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-2/+3
|\ \
| * | bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-191-2/+3
| |/
* | cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný2020-01-151-5/+6
* | cgroup: fix function name in commentChen Zhou2020-01-151-1/+1
|/
* Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-257-255/+148
|\
| * cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()Tejun Heo2019-11-141-1/+1
| * cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-51/+25
| * kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo2019-11-121-1/+1
| * kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+1
| * cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang2019-11-071-0/+9
| * cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo2019-11-061-21/+25
| * cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo2019-10-252-147/+39
| * cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-10-241-5/+6
| * cgroup: Optimize single thread migrationMichal Koutný2019-10-073-13/+36
| * cgroup: Update comments about task exit pathMichal Koutný2019-10-071-20/+9
| * cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchyMiaohe Lin2019-10-071-0/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-11-151-2/+3
|\ \
| * | cgroup: don't put ERR_PTR() into fc->rootAl Viro2019-11-101-2/+3
| |/
* / sched/topology: Don't try to build empty sched domainsValentin Schneider2019-10-291-1/+2
|/
* Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-09-172-25/+6
|\
| * Use kvmalloc in cgroups-v1Marc Koderer2019-08-071-23/+4
| * cgroup: minor tweak for logic to get cgroup cssPeng Wang2019-07-231-1/+1
| * cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()Markus Elfring2019-07-231-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-162-39/+126
|\ \
| * | sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli2019-07-251-0/+11
| * | cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli2019-07-251-5/+17
| * | cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli2019-07-251-33/+35
| * | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-252-2/+64
| |/
* / cgroup: freezer: fix frozen state inheritanceRoman Gushchin2019-09-121-1/+9
|/