summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2018-12-19Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-10-15Merge tag 'v4.4.161' into linux-linaro-lsk-v4.4Mark Brown
2018-10-13cgroup: Fix deadlock in cpu hotplug pathPrateek Sood
2018-07-06Merge tag 'lsk-v4.4-18.06-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
2018-06-11cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira
2017-10-17Revert "cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migra...Tao Huang
2017-04-23Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-04-23 Merge tag 'v4.4.63' into linux-linaro-lsk-v4.4Alex Shi
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo
2016-11-29Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-11-29cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo
2016-11-15Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2016-11-10cgroup: avoid false positive gcc-6 warningArnd Bergmann
2016-10-25cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migration per...John Stultz
2016-10-25CHROMIUM: cgroups: relax permissions on moving tasks between cgroupsDmitry Torokhov
2016-10-25CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov
2016-09-14RFC: FROMLIST: cgroup: avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra
2016-08-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-08-10cgroup: set css->id to -1 during initTejun Heo
2016-05-12Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-05-04cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-05-04cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-04-13Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-04-12cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo
2016-03-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-03-03cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-03-03cpuset: make mm migration asynchronousTejun Heo
2016-02-16cgroup: refactor allow_attach handler for 4.4Amit Pundir
2016-02-16cgroup: fix cgroup_taskset_for_each call in allow_attach() for 4.1Dmitry Shmidt
2016-02-16Fix generic cgroup subsystem permission checksChristian Poetzsch
2016-02-16cgroup: Add generic cgroup subsystem permission checksColin Cross
2016-02-16cgroup: refactor allow_attach function into common codeRom Lemarchand
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-11-30cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo
2015-11-16cgroup: fix cftype->file_offset handlingTejun Heo
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-29cgroup: fix race condition around termination check in css_task_iter_next()Tejun Heo
2015-10-15cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo
2015-10-15cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2015-10-15cgroup: reorganize css_task_iter functionsTejun Heo
2015-10-15cgroup: factor out css_set_move_task()Tejun Heo
2015-10-15cgroup: keep css_set and task lists in chronological orderTejun Heo
2015-10-15cgroup: make cgroup_destroy_locked() test cgroup_is_populated()Tejun Heo
2015-10-15cgroup: make css_sets pin the associated cgroupsTejun Heo
2015-10-15cgroup: relocate cgroup_[try]get/put()Tejun Heo