Age | Commit message (Expand) | Author |
2022-09-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-09-23 | cgroup: cgroup_get_from_id() must check the looked-up kn is a directory | Ming Lei |
2022-09-06 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Paolo Abeni |
2022-08-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-08-25 | cgroup: bpf: enable bpf programs to integrate with rstat | Yosry Ahmed |
2022-08-25 | cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() | Tetsuo Handa |
2022-08-23 | cgroup: Fix race condition at rebind_subsystems() | Jing-Ting Wu |
2022-08-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-08-17 | cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock | Tejun Heo |
2022-08-15 | sched/psi: Remove unused parameter nbytes of psi_trigger_create() | Hao Jia |
2022-08-09 | cgroup: enable cgroup_get_from_file() on cgroup1 | Yosry Ahmed |
2022-08-06 | Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-08-03 | Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-08-03 | sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed | Waiman Long |
2022-08-01 | Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-07-28 | cgroup: Skip subtree root in cgroup_update_dfl_csses() | Waiman Long |
2022-07-27 | cgroup: remove "no" prefixed mount options | Tejun Heo |
2022-07-23 | cgroup: Make !percpu threadgroup_rwsem operations optional | Tejun Heo |
2022-07-22 | cgroup: Add "no" prefixed mount options | Tejun Heo |
2022-07-22 | cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty... | Tejun Heo |
2022-07-04 | sched/core: add forced idle accounting for cgroups | Josh Don |
2022-06-27 | cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dst | Lin Feng |
2022-06-16 | cgroup: Use separate src/dst nodes when preloading css_sets for migration | Tejun Heo |
2022-06-16 | cgroup.c: add helper __cset_cgroup_from_root to cleanup duplicated codes | Lin Feng |
2022-06-07 | psi: dont alloc memory for psi by default | Chen Wandun |
2022-05-25 | Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2022-05-19 | cgroup: remove the superfluous judgment | Shida Zhang |
2022-05-18 | cgroup: Make cgroup_debug static | Xiu Jianfeng |
2022-05-05 | cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp() | Waiman Long |
2022-03-28 | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-03-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-23 | cgroup: use irqsave in cgroup_rstat_flush_locked(). | Sebastian Andrzej Siewior |
2022-03-23 | Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2022-03-15 | Merge tag 'v5.17-rc8' into sched/core, to pick up fixes | Ingo Molnar |
2022-03-13 | cgroup: cleanup comments | Tom Rix |
2022-02-28 | Merge 5.17-rc6 into driver-core-next | Greg Kroah-Hartman |
2022-02-23 | kernfs: move struct kernfs_root out of the public view. | Greg Kroah-Hartman |
2022-02-22 | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-02-22 | cpuset: Fix kernel-doc | Jiapeng Chong |
2022-02-22 | cgroup-v1: Correct privileges check in release_agent writes | Michal Koutný |
2022-02-22 | cgroup: clarify cgroup_css_set_fork() | Christian Brauner |
2022-02-21 | Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts | Ingo Molnar |
2022-02-16 | sched/isolation: Use single feature type while referring to housekeeping cpumask | Frederic Weisbecker |
2022-02-14 | cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug | Zhang Qiao |
2022-02-03 | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-02-03 | cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning | Waiman Long |
2022-02-01 | cgroup-v1: Require capabilities to set release_agent | Eric W. Biederman |
2022-01-26 | cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() | Tianchen Ding |
2022-01-18 | psi: Fix uaf issue when psi trigger is destroyed while being polled | Suren Baghdasaryan |
2022-01-12 | cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchy | Michal Koutný |