index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-13
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
8
-15
/
+11
2014-02-13
cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()
Tejun Heo
1
-5
/
+11
2014-02-13
cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
Tejun Heo
1
-27
/
+23
2014-02-13
cgroup: remove css_scan_tasks()
Tejun Heo
2
-168
/
+0
2014-02-13
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
Tejun Heo
1
-128
/
+58
2014-02-13
cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
Tejun Heo
1
-47
/
+57
2014-02-13
cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()
Tejun Heo
1
-11
/
+20
2014-02-13
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
4
-6
/
+10
2014-02-13
cgroup: relocate cgroup_enable_task_cg_lists()
Tejun Heo
1
-55
/
+48
2014-02-13
cgroup: enable task_cg_lists on the first cgroup mount
Tejun Heo
1
-14
/
+27
2014-02-13
cgroup: drop CGRP_ROOT_SUBSYS_BOUND
Tejun Heo
2
-26
/
+4
2014-02-13
cgroup: disallow xattr, release_agent and name if sane_behavior
Tejun Heo
2
-13
/
+7
2014-02-12
sun4M: add include of slab.h for kzalloc
Stephen Rothwell
1
-0
/
+2
2014-02-12
cgroup: remove cgroupfs_root->refcnt
Tejun Heo
2
-51
/
+39
2014-02-12
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...
Tejun Heo
2
-11
/
+9
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
7
-210
/
+110
2014-02-12
cgroup: make cgroup hold onto its kernfs_node
Tejun Heo
1
-7
/
+9
2014-02-12
cgroup: simplify dynamic cftype addition and removal
Tejun Heo
1
-55
/
+32
2014-02-12
cgroup: remove cftype_set
Tejun Heo
2
-45
/
+22
2014-02-12
cgroup: relocate cgroup_rm_cftypes()
Tejun Heo
1
-35
/
+35
2014-02-12
cgroup: warn if "xattr" is specified with "sane_behavior"
Tejun Heo
2
-0
/
+5
2014-02-11
cgroup: convert to kernfs
Tejun Heo
3
-785
/
+383
2014-02-11
cgroup: relocate functions in preparation of kernfs conversion
Tejun Heo
1
-115
/
+117
2014-02-11
cgroup: misc preps for kernfs conversion
Tejun Heo
2
-38
/
+55
2014-02-11
cgroup: introduce cgroup_ino()
Tejun Heo
3
-7
/
+15
2014-02-11
cgroup: introduce cgroup_init/exit_cftypes()
Tejun Heo
1
-7
/
+25
2014-02-11
cgroup: update the meaning of cftype->max_write_len
Tejun Heo
4
-19
/
+11
2014-02-11
cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
Tejun Heo
2
-23
/
+9
2014-02-11
cgroup: update cgroup name handling
Tejun Heo
1
-13
/
+22
2014-02-11
cgroup: factor out cgroup_setup_root() from cgroup_mount()
Tejun Heo
1
-98
/
+113
2014-02-11
cgroup: restructure locking and error handling in cgroup_mount()
Tejun Heo
1
-33
/
+40
2014-02-11
cgroup: release cgroup_mutex over file removals
Tejun Heo
1
-5
/
+10
2014-02-11
cgroup: introduce cgroup_tree_mutex
Tejun Heo
1
-13
/
+53
2014-02-11
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
4
-36
/
+26
2014-02-11
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
2
-16
/
+20
2014-02-11
cgroup: protect modifications to cgroup_idr with cgroup_mutex
Li Zefan
2
-16
/
+20
2014-02-08
Merge branch 'driver-core-next' into cgroup/for-3.15
Tejun Heo
27
-503
/
+847
2014-02-08
Merge branch 'for-3.14-fixes' into for-3.15
Tejun Heo
6
-17
/
+24
2014-02-08
cgroup: remove cgroup_root_mutex
Tejun Heo
1
-41
/
+1
2014-02-08
cgroup: update locking in cgroup_show_options()
Tejun Heo
1
-3
/
+16
2014-02-08
cgroup: rename cgroup_subsys->subsys_id to ->id
Tejun Heo
2
-12
/
+12
2014-02-08
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
21
-88
/
+68
2014-02-08
cgroup: drop module support
Tejun Heo
6
-308
/
+32
2014-02-08
cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...
Tejun Heo
4
-52
/
+3
2014-02-08
cgroup: fix locking in cgroup_cfts_commit()
Tejun Heo
1
-9
/
+2
2014-02-08
cgroup: fix error return from cgroup_create()
Tejun Heo
1
-3
/
+7
2014-02-08
cgroup: fix error return value in cgroup_mount()
Tejun Heo
1
-3
/
+3
2014-02-07
kernfs: add CONFIG_KERNFS
Tejun Heo
5
-4
/
+14
2014-02-07
sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
Tejun Heo
2
-1
/
+10
2014-02-07
kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends
Tejun Heo
3
-42
/
+203
[next]