index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-01-22
20
-1098
/
+1022
|
\
|
*
cgroup: trivial style updates
SeongJae Park
2014-01-18
1
-2
/
+3
|
*
cgroup: remove stray references to css_id
Hugh Dickins
2014-01-13
3
-5
/
+1
|
*
doc: cgroups: Fix typo in doc/cgroups
Masanari Iida
2013-12-31
2
-4
/
+4
|
*
cgroup: fix fail path in cgroup_load_subsys()
Vladimir Davydov
2013-12-13
1
-3
/
+9
|
*
cgroup: fix missing unlock on error in cgroup_load_subsys()
Wei Yongjun
2013-12-12
1
-0
/
+1
|
*
cgroup: remove for_each_root_subsys()
Tejun Heo
2013-12-06
2
-30
/
+16
|
*
cgroup: implement for_each_css()
Tejun Heo
2013-12-06
1
-26
/
+31
|
*
cgroup: factor out cgroup_subsys_state creation into create_css()
Tejun Heo
2013-12-06
1
-38
/
+57
|
*
cgroup: combine css handling loops in cgroup_create()
Tejun Heo
2013-12-06
1
-18
/
+7
|
*
cgroup: reorder operations in cgroup_create()
Tejun Heo
2013-12-06
1
-37
/
+33
|
*
cgroup: make for_each_subsys() useable under cgroup_root_mutex
Tejun Heo
2013-12-06
1
-6
/
+20
|
*
cgroup: css iterations and css_from_dir() are safe under cgroup_mutex
Tejun Heo
2013-12-06
1
-26
/
+30
|
*
Merge branch 'for-3.13-fixes' into for-3.14
Tejun Heo
2013-12-06
1
-10
/
+21
|
|
\
|
*
|
cgroup: unify pidlist and other file handling
Tejun Heo
2013-12-05
2
-50
/
+68
|
*
|
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
2013-12-05
11
-164
/
+128
|
*
|
cgroup: attach cgroup_open_file to all cgroup files
Tejun Heo
2013-12-05
2
-30
/
+53
|
*
|
cgroup: generalize cgroup_pidlist_open_file
Tejun Heo
2013-12-05
1
-36
/
+30
|
*
|
cgroup: unify read path so that seq_file is always used
Tejun Heo
2013-12-05
1
-53
/
+15
|
*
|
cgroup: unify cgroup_write_X64() and cgroup_write_string()
Tejun Heo
2013-12-05
1
-76
/
+36
|
*
|
cgroup: remove cftype->read(), ->read_map() and ->write()
Tejun Heo
2013-12-05
2
-47
/
+4
|
*
|
hugetlb_cgroup: convert away from cftype->read()
Tejun Heo
2013-12-05
1
-14
/
+8
|
*
|
netprio_cgroup: convert away from cftype->read_map()
Tejun Heo
2013-12-05
1
-3
/
+3
|
*
|
memcg: convert away from cftype->read() and ->read_map()
Tejun Heo
2013-12-05
1
-28
/
+21
|
*
|
cpuset: convert away from cftype->read()
Tejun Heo
2013-12-05
1
-47
/
+24
|
*
|
cgroup, sched: convert away from cftype->read_map()
Tejun Heo
2013-12-05
2
-9
/
+9
|
*
|
cgroup: don't guarantee cgroup.procs is sorted if sane_behavior
Tejun Heo
2013-11-29
2
-5
/
+49
|
*
|
cgroup: remove cgroup_pidlist->use_count
Tejun Heo
2013-11-29
1
-21
/
+7
|
*
|
cgroup: load and release pidlists from seq_file start and stop respectively
Tejun Heo
2013-11-29
1
-29
/
+34
|
*
|
cgroup: remove cgroup_pidlist->rwsem
Tejun Heo
2013-11-29
1
-11
/
+4
|
*
|
cgroup: refactor cgroup_pidlist_find()
Tejun Heo
2013-11-29
1
-27
/
+38
|
*
|
cgroup: introduce struct cgroup_pidlist_open_file
Tejun Heo
2013-11-29
1
-12
/
+27
|
*
|
cgroup: implement delayed destruction for cgroup_pidlist
Tejun Heo
2013-11-29
1
-25
/
+77
|
*
|
cgroup: remove cftype->release()
Tejun Heo
2013-11-29
2
-5
/
+0
|
*
|
cgroup: don't skip seq_open on write only opens on pidlist files
Tejun Heo
2013-11-29
1
-12
/
+1
|
*
|
cgroup: Merge branch 'for-3.13-fixes' into for-3.14
Tejun Heo
2013-11-28
2
-3
/
+10
|
|
\
\
|
*
\
\
cgroup: Merge branch 'memcg_event' into for-3.14
Tejun Heo
2013-11-23
7
-359
/
+334
|
|
\
\
\
|
|
*
|
|
cgroup: unexport cgroup_css() and remove __file_cft()
Tejun Heo
2013-11-23
2
-17
/
+2
|
|
*
|
|
memcg: rename cgroup_event to mem_cgroup_event
Tejun Heo
2013-11-23
2
-40
/
+37
|
|
*
|
|
memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state
Tejun Heo
2013-11-23
3
-40
/
+30
|
|
*
|
|
memcg: remove cgroup_event->cft
Tejun Heo
2013-11-23
3
-43
/
+38
|
|
*
|
|
cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg
Tejun Heo
2013-11-23
4
-53
/
+61
|
|
*
|
|
memcg: cgroup_write_event_control() now knows @css is for memcg
Tejun Heo
2013-11-23
1
-16
/
+11
|
|
*
|
|
cgroup, memcg: move cgroup_event implementation to memcg
Tejun Heo
2013-11-23
4
-252
/
+257
*
|
|
|
|
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-01-22
2
-2
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START
Laura Abbott
2014-01-21
1
-2
/
+2
|
*
|
|
|
|
percpu-refcount: Add a WARN() for ref going negative
Kent Overstreet
2014-01-21
1
-0
/
+3
*
|
|
|
|
|
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2014-01-22
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
2014-01-12
1
-0
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2014-01-22
1
-0
/
+8
|
\
\
\
\
\
\
[next]