Age | Commit message (Expand) | Author | Files | Lines |
2018-12-29 | Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 5 | -93/+931 |
2018-12-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2018-12-29 | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -9/+39 |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 1 | -2/+2 |
2018-12-28 | cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param | Tejun Heo | 1 | -1/+13 |
2018-12-28 | cgroup: fix parsing empty mount option string | Ondrej Mosnacek | 1 | -1/+1 |
2018-12-28 | Merge branch 'for-4.20-fixes' into for-4.21 | Tejun Heo | 1 | -12/+17 |
2018-12-08 | blkcg: remove additional reference to the css | Dennis Zhou | 1 | -9/+39 |
2018-12-03 | cpuset: Remove set but not used variable 'cs' | YueHaibing | 1 | -2/+0 |
2018-12-01 | cgroups: Replace synchronize_sched() with synchronize_rcu() | Paul E. McKenney | 1 | -1/+1 |
2018-11-20 | cgroup: fix CSS_TASK_ITER_PROCS | Tejun Heo | 1 | -12/+17 |
2018-11-13 | cgroup: Add .__DEBUG__. prefix to debug file names | Tejun Heo | 1 | -4/+7 |
2018-11-13 | cpuset: Minor cgroup2 interface updates | Tejun Heo | 1 | -4/+4 |
2018-11-08 | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debug | Waiman Long | 4 | -4/+27 |
2018-11-08 | cpuset: Use descriptive text when reading/writing cpuset.sched.partition | Waiman Long | 1 | -7/+51 |
2018-11-08 | cpuset: Expose cpus.effective and mems.effective on cgroup v2 root | Waiman Long | 1 | -2/+0 |
2018-11-08 | cpuset: Make generate_sched_domains() work with partition | Waiman Long | 1 | -7/+27 |
2018-11-08 | cpuset: Make CPU hotplug work with partition | Waiman Long | 1 | -15/+116 |
2018-11-08 | cpuset: Track cpusets that use parent's effective_cpus | Waiman Long | 1 | -1/+70 |
2018-11-08 | cpuset: Add an error state to cpuset.sched.partition | Waiman Long | 1 | -24/+129 |
2018-11-08 | cpuset: Add new v2 cpuset.sched.partition flag | Waiman Long | 1 | -13/+352 |
2018-11-08 | cpuset: Simply allocation and freeing of cpumasks | Waiman Long | 1 | -33/+77 |
2018-11-08 | cpuset: Define data structures to support scheduling partition | Waiman Long | 1 | -0/+37 |
2018-11-08 | cpuset: Enable cpuset controller in default hierarchy | Waiman Long | 1 | -3/+45 |
2018-11-05 | cgroup: remove unnecessary unlikely() | Yangtao Li | 1 | -3/+1 |
2018-11-02 | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -39/+9 |
2018-11-02 | blkcg: revert blkcg cleanups series | Dennis Zhou | 1 | -39/+9 |
2018-10-27 | psi: cgroup support | Johannes Weiner | 1 | -2/+43 |
2018-10-22 | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -9/+39 |
2018-10-04 | cgroup: Fix dom_cgrp propagation when enabling threaded mode | Tejun Heo | 1 | -9/+16 |
2018-09-22 | blkcg: remove additional reference to the css | Dennis Zhou (Facebook) | 1 | -9/+39 |
2018-08-24 | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 3 | -7/+35 |
2018-07-21 | kernfs: allow creating kernfs objects with arbitrary uid/gid | Dmitry Torokhov | 1 | -1/+3 |
2018-07-11 | cgroup/tracing: Move taking of spin lock out of trace event handlers | Steven Rostedt (VMware) | 3 | -7/+35 |
2018-06-16 | docs: Fix some broken references | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -1/+1 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2 | -3/+4 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+2 |
2018-06-06 | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 6 | -395/+512 |
2018-05-23 | cgroup: css_set_lock should nest inside tasklist_lock | Tejun Heo | 1 | -8/+8 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 3 | -15/+3 |
2018-05-07 | rdmacg: Convert to use match_string() helper | Andy Shevchenko | 1 | -19/+16 |
2018-04-27 | cgroup: Make cgroup_rstat_updated() ready for root cgroup usage | Tejun Heo | 1 | -0/+4 |
2018-04-27 | cgroup: Add memory barriers to plug cgroup_rstat_updated() race window | Tejun Heo | 1 | -3/+13 |
2018-04-27 | cgroup: Add cgroup_subsys->css_rstat_flush() | Tejun Heo | 2 | -1/+21 |
2018-04-27 | cgroup: Replace cgroup_rstat_mutex with a spinlock | Tejun Heo | 1 | -13/+45 |
2018-04-27 | cgroup: Factor out and expose cgroup_rstat_*() interface functions | Tejun Heo | 2 | -13/+30 |
2018-04-27 | cgroup: Reorganize kernel/cgroup/rstat.c | Tejun Heo | 2 | -89/+95 |
2018-04-27 | cgroup: Distinguish base resource stat implementation from rstat | Tejun Heo | 3 | -37/+36 |