Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
142a2e7ece8d8ac0e818eb2c91f99ca894730e2a
/
kernel
/
cgroup.c
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
d574567
cgroup: fix race condition around termination check in css_task_iter_next()
by Tejun Heo
· 9 years ago
e4b7037
cgroup: drop cgroup__DEVEL__legacy_files_on_dfl
by Tejun Heo
· 9 years ago
035f4f5
cgroup: replace error handling in cgroup_init() with WARN_ON()s
by Tejun Heo
· 9 years ago
afcf6c8
cgroup: add cgroup_subsys->free() method and use it to fix pids controller
by Tejun Heo
· 9 years ago
2e91fa7
cgroup: keep zombies associated with their original cgroups
by Tejun Heo
· 9 years ago
f0d9a5f
cgroup: make css_set_rwsem a spinlock and rename it to css_set_lock
by Tejun Heo
· 9 years ago
ed27b9f
cgroup: don't hold css_set_rwsem across css task iteration
by Tejun Heo
· 9 years ago
ecb9d53
cgroup: reorganize css_task_iter functions
by Tejun Heo
· 9 years ago
f6d7d04
cgroup: factor out css_set_move_task()
by Tejun Heo
· 9 years ago
389b9c1
cgroup: keep css_set and task lists in chronological order
by Tejun Heo
· 9 years ago
91486f6
cgroup: make cgroup_destroy_locked() test cgroup_is_populated()
by Tejun Heo
· 9 years ago
2ceb231
cgroup: make css_sets pin the associated cgroups
by Tejun Heo
· 9 years ago
052c3f3
cgroup: relocate cgroup_[try]get/put()
by Tejun Heo
· 9 years ago
ad2ed2b
cgroup: move check_for_release() invocation
by Tejun Heo
· 9 years ago
27bd4db
cgroup: replace cgroup_has_tasks() with cgroup_is_populated()
by Tejun Heo
· 9 years ago
0de0942
cgroup: make cgroup->nr_populated count the number of populated css_sets
by Tejun Heo
· 9 years ago
b309e5b
cgroup: remove an unused parameter from cgroup_task_migrate()
by Tejun Heo
· 9 years ago
a3e7273
cgroup: fix too early usage of static_branch_disable()
by Tejun Heo
· 9 years ago
1026507
cgroup: make cgroup_update_dfl_csses() migrate all target processes atomically
by Tejun Heo
· 10 years ago
adaae5d
cgroup: separate out taskset operations from cgroup_migrate()
by Tejun Heo
· 10 years ago
9af2ec4
cgroup: reorder cgroup_migrate()'s parameters
by Tejun Heo
· 10 years ago
4530edd
cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
by Tejun Heo
· 10 years ago
6f60ead
cgroup: generalize obtaining the handles of and notifying cgroup files
by Tejun Heo
· 9 years ago
4df8dc9
cgroup: restructure file creation / removal handling
by Tejun Heo
· 9 years ago
1ada483
cgroup: cosmetic updates to rebind_subsystems()
by Tejun Heo
· 9 years ago
6732ed8
cgroup: make cgroup_addrm_files() clean up after itself on failures
by Tejun Heo
· 9 years ago
ccdca21
cgroup: relocate cgroup_populate_dir()
by Tejun Heo
· 9 years ago
7dbdb19
cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE
by Tejun Heo
· 9 years ago
4a07c22
cgroup: replace "cgroup.populated" with "cgroup.events"
by Tejun Heo
· 9 years ago
9e10a13
cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()
by Tejun Heo
· 9 years ago
fc5ed1e
cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()
by Tejun Heo
· 9 years ago
49d1dc4
cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_on_dfl()
by Tejun Heo
· 9 years ago
3014dde
cgroup: simplify threadgroup locking
by Tejun Heo
· 9 years ago
1ed1328
sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem
by Tejun Heo
· 9 years ago
0c98625
Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem"
by Tejun Heo
· 9 years ago
f9f9e7b
Revert "cgroup: simplify threadgroup locking"
by Tejun Heo
· 9 years ago
61e57c0
cgroup: fix seq_show_option merge with legacy_name
by Kees Cook
· 10 years ago
a068acf
fs: create and use seq_show_option for escaping
by Kees Cook
· 10 years ago
8bdc69b
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
20f1f4b
Merge branch 'for-4.3-unified-base' into for-4.3
by Tejun Heo
· 10 years ago
3e1d2ee
cgroup: introduce cgroup_subsys->legacy_name
by Tejun Heo
· 10 years ago
d98817d
cgroup: don't print subsystems for the default hierarchy
by Tejun Heo
· 10 years ago
d0ec423
cgroup: export cgrp_dfl_root
by Tejun Heo
· 10 years ago
cf780b7
cgroup: fix idr_preload usage
by Vladimir Davydov
· 10 years ago
f78f5b9
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
by Paul E. McKenney
· 10 years ago
7e47682
cgroup: allow a cgroup subsystem to reject a fork
by Aleksa Sarai
· 10 years ago
0cbee99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
f9bb488
sysfs: Create mountpoints with sysfs_create_mount_point
by Eric W. Biederman
· 10 years ago
187fe84
cgroup: require write perm on common ancestor when moving processes on the default hierarchy
by Tejun Heo
· 10 years ago
dedf22e
cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()
by Tejun Heo
· 10 years ago
4a705c5
cgroup: fix uninitialised iterator in for_each_subsys_which
by Aleksa Sarai
· 10 years ago
a966a4e
cgroup: replace explicit ss_mask checking with for_each_subsys_which
by Aleksa Sarai
· 10 years ago
cb4a316
cgroup: use bitmask to filter for_each_subsys
by Aleksa Sarai
· 10 years ago
b5ba75b
cgroup: simplify threadgroup locking
by Tejun Heo
· 10 years ago
d59cfc0
sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem
by Tejun Heo
· 10 years ago
7d7efec
sched, cgroup: reorganize threadgroup locking
by Tejun Heo
· 10 years ago
8ab456a
cgroup: switch to unsigned long for bitmasks
by Aleksa Sarai
· 10 years ago
d0f702e
cgroup: fix some comment typos
by Chen Hanxiao
· 10 years ago
94ff212
cgroup: remove use of seq_printf return value
by Joe Perches
· 10 years ago
adbe427
memcg: zap mem_cgroup_lookup()
by Vladimir Davydov
· 10 years ago
5879451
cgroup: Use kvfree in pidlist_free()
by Bandan Das
· 10 years ago
295458e
cgroup: call cgroup_subsys->bind on cgroup subsys initialization
by Vladimir Davydov
· 10 years ago
dfeb0750
kernfs: remove KERNFS_STATIC_NAME
by Tejun Heo
· 10 years ago
01e5865
cgroup: release css->id after css_free
by Vladimir Davydov
· 10 years ago
3c606d3
cgroup: prevent mount hang due to memory controller lifetime
by Johannes Weiner
· 10 years ago
eeecbd1
cgroup: implement cgroup_get_e_css()
by Tejun Heo
· 10 years ago
56c807b
cgroup: add cgroup_subsys->css_e_css_changed()
by Tejun Heo
· 10 years ago
7d172cc
cgroup: add cgroup_subsys->css_released()
by Tejun Heo
· 10 years ago
db6e305
cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()
by Tejun Heo
· 10 years ago
755bf5e
cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()
by Tejun Heo
· 10 years ago
0f060de
cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_child_subsys_mask()
by Tejun Heo
· 10 years ago
c798360
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
b211e9d
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
e756c7b
Revert "cgroup: remove redundant variable in cgroup_mount()"
by Zefan Li
· 10 years ago
2aad2a8
percpu_ref: add PERCPU_REF_INIT_* flags
by Tejun Heo
· 10 years ago
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
0c7bf3e
cgroup: remove redundant variable in cgroup_mount()
by Zefan Li
· 10 years ago
3e2cd91
cgroup: fix missing unlock in cgroup_release_agent()
by Zefan Li
· 10 years ago
a25eb52
cgroup: remove CGRP_RELEASABLE flag
by Zefan Li
· 10 years ago
006f4ac
cgroup: simplify proc_cgroup_show()
by Zefan Li
· 10 years ago
971ff49
cgroup: use a per-cgroup work for release agent
by Zefan Li
· 10 years ago
eb4aec8
cgroup: fix unbalanced locking
by Zefan Li
· 10 years ago
0c8fc2c
cgroup: remove bogus comments
by Li Zefan
· 10 years ago
244bb9a
cgroup: remove redundant code in cgroup_rmdir()
by Li Zefan
· 10 years ago
6213daa
cgroup: remove some useless forward declarations
by Li Zefan
· 10 years ago
9253b27
Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/cgroup into for-3.18
by Tejun Heo
· 10 years ago
a34375e
percpu-refcount: add @gfp to percpu_ref_init()
by Tejun Heo
· 11 years ago
aa32362
cgroup: check cgroup liveliness before unbreaking kernfs
by Li Zefan
· 11 years ago
a418948
cgroup: delay the clearing of cgrp->kn->priv
by Li Zefan
· 11 years ago
251f8c0
cgroup: fix a typo in comment.
by Dongsheng Yang
· 11 years ago
fa8137b
cgroup: Display legacy cgroup files on default hierarchy
by Vivek Goyal
· 11 years ago
71b1fb5
cgroup: reject cgroup names with '\n'
by Alban Crequy
· 11 years ago
47dfe40
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
f2a8417
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 11 years ago
5de4fa1
cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test
by Tejun Heo
· 11 years ago
05ebb6e
cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup core
by Tejun Heo
· 11 years ago
a8ddc82
cgroup: distinguish the default and legacy hierarchies when handling cftypes
by Tejun Heo
· 11 years ago
2cf669a
cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
by Tejun Heo
· 11 years ago
5577964
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
by Tejun Heo
· 11 years ago
Next »