summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: cgroups: Fix typo in doc/cgroupsMasanari Iida2013-12-312-4/+4
* cgroup: fix fail path in cgroup_load_subsys()Vladimir Davydov2013-12-131-3/+9
* cgroup: fix missing unlock on error in cgroup_load_subsys()Wei Yongjun2013-12-121-0/+1
* cgroup: remove for_each_root_subsys()Tejun Heo2013-12-062-30/+16Star
* cgroup: implement for_each_css()Tejun Heo2013-12-061-26/+31
* cgroup: factor out cgroup_subsys_state creation into create_css()Tejun Heo2013-12-061-38/+57
* cgroup: combine css handling loops in cgroup_create()Tejun Heo2013-12-061-18/+7Star
* cgroup: reorder operations in cgroup_create()Tejun Heo2013-12-061-37/+33Star
* cgroup: make for_each_subsys() useable under cgroup_root_mutexTejun Heo2013-12-061-6/+20
* cgroup: css iterations and css_from_dir() are safe under cgroup_mutexTejun Heo2013-12-061-26/+30
* Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2013-12-061-10/+21
|\
| * cgroup: fix cgroup_create() error handling pathTejun Heo2013-12-061-10/+21
* | cgroup: unify pidlist and other file handlingTejun Heo2013-12-052-50/+68
* | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-0511-164/+128Star
* | cgroup: attach cgroup_open_file to all cgroup filesTejun Heo2013-12-052-30/+53
* | cgroup: generalize cgroup_pidlist_open_fileTejun Heo2013-12-051-36/+30Star
* | cgroup: unify read path so that seq_file is always usedTejun Heo2013-12-051-53/+15Star
* | cgroup: unify cgroup_write_X64() and cgroup_write_string()Tejun Heo2013-12-051-76/+36Star
* | cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo2013-12-052-47/+4Star
* | hugetlb_cgroup: convert away from cftype->read()Tejun Heo2013-12-051-14/+8Star
* | netprio_cgroup: convert away from cftype->read_map()Tejun Heo2013-12-051-3/+3
* | memcg: convert away from cftype->read() and ->read_map()Tejun Heo2013-12-051-28/+21Star
* | cpuset: convert away from cftype->read()Tejun Heo2013-12-051-47/+24Star
* | cgroup, sched: convert away from cftype->read_map()Tejun Heo2013-12-052-9/+9
* | cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo2013-11-292-5/+49
* | cgroup: remove cgroup_pidlist->use_countTejun Heo2013-11-291-21/+7Star
* | cgroup: load and release pidlists from seq_file start and stop respectivelyTejun Heo2013-11-291-29/+34
* | cgroup: remove cgroup_pidlist->rwsemTejun Heo2013-11-291-11/+4Star
* | cgroup: refactor cgroup_pidlist_find()Tejun Heo2013-11-291-27/+38
* | cgroup: introduce struct cgroup_pidlist_open_fileTejun Heo2013-11-291-12/+27
* | cgroup: implement delayed destruction for cgroup_pidlistTejun Heo2013-11-291-25/+77
* | cgroup: remove cftype->release()Tejun Heo2013-11-292-5/+0Star
* | cgroup: don't skip seq_open on write only opens on pidlist filesTejun Heo2013-11-291-12/+1Star
* | cgroup: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2013-11-282-3/+10
|\|
| * cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo2013-11-281-1/+4
| * cpuset: Fix memory allocator deadlockPeter Zijlstra2013-11-271-2/+6
* | cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-237-359/+334Star
|\ \ | |/ |/|
| * cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo2013-11-232-17/+2Star
| * memcg: rename cgroup_event to mem_cgroup_eventTejun Heo2013-11-232-40/+37Star
| * memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_stateTejun Heo2013-11-233-40/+30Star
| * memcg: remove cgroup_event->cftTejun Heo2013-11-233-43/+38Star
| * cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo2013-11-234-53/+61
| * memcg: cgroup_write_event_control() now knows @css is for memcgTejun Heo2013-11-231-16/+11Star
| * cgroup, memcg: move cgroup_event implementation to memcgTejun Heo2013-11-234-252/+257
* | cgroup: use a dedicated workqueue for cgroup destructionTejun Heo2013-11-221-3/+27
* | Linux 3.13-rc1Linus Torvalds2013-11-221-2/+2
* | Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-11-221-6/+2Star
|\ \
| * | eCryptfs: file->private_data is always validTyler Hicks2013-11-141-6/+2Star
* | | Merge tag 'sound-fix2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-229-47/+161
|\ \ \
| * | | ALSA: hda - Set current_headset_type to ALC_HEADSET_TYPE_ENUM (janitorial)David Henningsson2013-11-221-1/+1