summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-04-28Security: fix sts testPocCVE_2016_6753 [1/1]Jiamin Ma1-0/+8
2019-03-23FROMLIST: psi: introduce psi monitorSuren Baghdasaryan5-20/+742
2019-03-22BACKPORT: kernel: cgroup: add poll file operationJohannes Weiner2-0/+16
2019-03-22UPSTREAM: cgroup add cftype->open/release() callbacksTejun Heo2-1/+26
2019-03-22BACKPORT: psi: cgroup supportJohannes Weiner8-9/+229
2019-03-22BACKPORT: cgroup: misc changesTejun Heo2-20/+24
2018-10-13Merge 4.9.133 into android-4.9Greg Kroah-Hartman45-249/+238
2018-10-13cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2017-08-11Merge 4.9.42 into android-4.9Greg Kroah-Hartman103-377/+794
2017-08-11cgroup: fix error return value from cgroup_subtree_control()Tejun Heo1-2/+2
2017-08-11cgroup: create dfl_root files on subsys registrationTejun Heo1-0/+4
2017-06-14Merge 4.9.32 into android-4.9Greg Kroah-Hartman152-588/+1025
2017-06-14cgroup: Prevent kill_css() from being called more than onceWaiman Long2-0/+6
2017-05-31BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov8-31/+84
2017-05-22UPSTREAM: cgroup: add support for eBPF programsDaniel Mack6-0/+281
2017-04-25Revert "ANDROID: [RFC]cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE fo...Dmitry Shmidt1-1/+1
2017-04-21Merge 4.9.24 into android-4.9Greg Kroah-Hartman77-440/+934
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo4-4/+33
2017-02-09Merge tag 'v4.9.9' into android-4.9-aospDmitry Shmidt74-321/+506
2017-02-09cgroup: don't online subsystems before cgroup_name/path() are operationalTejun Heo1-8/+5
2017-01-27ANDROID: [RFC]cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup...John Stultz1-1/+1
2017-01-27CHROMIUM: cgroups: relax permissions on moving tasks between cgroupsDmitry Torokhov1-1/+2
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds10-130/+266
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds35-71/+1007
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar154-715/+1244
2016-09-29cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...Tejun Heo1-3/+3
2016-09-27Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+40
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo1-4/+25
2016-09-23Merge branch 'nsfs-ioctls' into HEADEric W. Biederman15-13/+371
2016-09-23kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin9-0/+68
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman7-7/+7
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar1354-8151/+15071
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2-1/+10
2016-08-18locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra3-0/+19
2016-08-10cgroup: add tracepoints for basic operationsTejun Heo2-0/+188
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo5-54/+36
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman4-0/+21
2016-07-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+8
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1390-36869/+95839
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-10/+37
2016-07-19cgroup: remove duplicated include from cgroup.cWei Yongjun1-1/+0
2016-07-15cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman1-6/+2
2016-07-15cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman1-0/+5
2016-07-15cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman1-4/+1
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau2-0/+36
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira1-68/+74
2016-06-21cgroup: allow NULL return from ss->css_alloc()Tejun Heo1-0/+2
2016-06-17cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner1-1/+1
2016-06-17cgroup: fix idr leak for the first cgroup rootJohannes Weiner1-7/+1
[next]