index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
Tejun Heo
2014-02-13
1
-27
/
+23
|
*
|
|
cgroup: remove css_scan_tasks()
Tejun Heo
2014-02-13
1
-162
/
+0
|
*
|
|
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
Tejun Heo
2014-02-13
1
-128
/
+58
|
*
|
|
cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
Tejun Heo
2014-02-13
1
-47
/
+57
|
*
|
|
cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()
Tejun Heo
2014-02-13
1
-11
/
+20
|
*
|
|
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
2014-02-13
2
-2
/
+2
|
*
|
|
cgroup: relocate cgroup_enable_task_cg_lists()
Tejun Heo
2014-02-13
1
-55
/
+48
|
*
|
|
cgroup: enable task_cg_lists on the first cgroup mount
Tejun Heo
2014-02-13
1
-14
/
+27
|
*
|
|
cgroup: drop CGRP_ROOT_SUBSYS_BOUND
Tejun Heo
2014-02-13
1
-24
/
+4
|
*
|
|
cgroup: disallow xattr, release_agent and name if sane_behavior
Tejun Heo
2014-02-13
1
-10
/
+4
|
*
|
|
cgroup: remove cgroupfs_root->refcnt
Tejun Heo
2014-02-12
1
-48
/
+38
|
*
|
|
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...
Tejun Heo
2014-02-12
1
-9
/
+7
|
*
|
|
cgroup: remove cgroup->name
Tejun Heo
2014-02-12
3
-129
/
+47
|
*
|
|
cgroup: make cgroup hold onto its kernfs_node
Tejun Heo
2014-02-12
1
-7
/
+9
|
*
|
|
cgroup: simplify dynamic cftype addition and removal
Tejun Heo
2014-02-12
1
-55
/
+32
|
*
|
|
cgroup: remove cftype_set
Tejun Heo
2014-02-12
1
-28
/
+13
|
*
|
|
cgroup: relocate cgroup_rm_cftypes()
Tejun Heo
2014-02-12
1
-35
/
+35
|
*
|
|
cgroup: warn if "xattr" is specified with "sane_behavior"
Tejun Heo
2014-02-12
1
-0
/
+3
|
*
|
|
cgroup: convert to kernfs
Tejun Heo
2014-02-11
1
-753
/
+362
|
*
|
|
cgroup: relocate functions in preparation of kernfs conversion
Tejun Heo
2014-02-11
1
-115
/
+117
|
*
|
|
cgroup: misc preps for kernfs conversion
Tejun Heo
2014-02-11
1
-32
/
+53
|
*
|
|
cgroup: introduce cgroup_ino()
Tejun Heo
2014-02-11
1
-1
/
+4
|
*
|
|
cgroup: introduce cgroup_init/exit_cftypes()
Tejun Heo
2014-02-11
1
-7
/
+25
|
*
|
|
cgroup: update the meaning of cftype->max_write_len
Tejun Heo
2014-02-11
1
-10
/
+8
|
*
|
|
cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
Tejun Heo
2014-02-11
1
-21
/
+8
|
*
|
|
cgroup: update cgroup name handling
Tejun Heo
2014-02-11
1
-13
/
+22
|
*
|
|
cgroup: factor out cgroup_setup_root() from cgroup_mount()
Tejun Heo
2014-02-11
1
-98
/
+113
|
*
|
|
cgroup: restructure locking and error handling in cgroup_mount()
Tejun Heo
2014-02-11
1
-33
/
+40
|
*
|
|
cgroup: release cgroup_mutex over file removals
Tejun Heo
2014-02-11
1
-5
/
+10
|
*
|
|
cgroup: introduce cgroup_tree_mutex
Tejun Heo
2014-02-11
1
-13
/
+53
|
*
|
|
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
2014-02-11
2
-25
/
+17
|
*
|
|
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
2014-02-11
1
-16
/
+18
|
|
\
\
\
|
*
\
\
\
Merge branch 'for-3.14-fixes' into for-3.15
Tejun Heo
2014-02-08
2
-17
/
+19
|
|
\
\
\
\
|
*
|
|
|
|
cgroup: remove cgroup_root_mutex
Tejun Heo
2014-02-08
1
-41
/
+1
|
*
|
|
|
|
cgroup: update locking in cgroup_show_options()
Tejun Heo
2014-02-08
1
-3
/
+16
|
*
|
|
|
|
cgroup: rename cgroup_subsys->subsys_id to ->id
Tejun Heo
2014-02-08
1
-10
/
+10
|
*
|
|
|
|
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
2014-02-08
6
-39
/
+33
|
*
|
|
|
|
cgroup: drop module support
Tejun Heo
2014-02-08
1
-268
/
+16
*
|
|
|
|
|
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-04-03
16
-463
/
+638
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tracing: Add BUG_ON when stack end location is over written
Aaron Tomlin
2014-03-24
1
-0
/
+3
|
*
|
|
|
|
tracepoint: Remove unused API functions
Mathieu Desnoyers
2014-03-21
1
-217
/
+5
|
*
|
|
|
|
Revert "tracing: Move event storage for array from macro to standalone function"
Steven Rostedt (Red Hat)
2014-03-21
3
-25
/
+14
|
*
|
|
|
|
ftrace: Constify ftrace_text_reserved
Sasha Levin
2014-03-12
1
-1
/
+1
|
*
|
|
|
|
tracepoints: API doc update to tracepoint_probe_register() return value
Mathieu Desnoyers
2014-03-12
1
-1
/
+11
|
*
|
|
|
|
tracepoints: API doc update to data argument
Mathieu Desnoyers
2014-03-12
1
-0
/
+4
|
*
|
|
|
|
ftrace: Fix compilation warning about control_ops_free
Jiri Slaby
2014-03-12
1
-5
/
+5
|
*
|
|
|
|
ftrace: Warn on error when modifying ftrace function
Petr Mladek
2014-03-07
1
-5
/
+12
|
*
|
|
|
|
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
2014-03-07
1
-5
/
+2
|
*
|
|
|
|
ftrace: Pass retval through return in ftrace_dyn_arch_init()
Jiri Slaby
2014-03-07
1
-4
/
+2
|
*
|
|
|
|
ftrace: Inline the code from ftrace_dyn_table_alloc()
Jiri Slaby
2014-03-07
1
-19
/
+6
[prev]
[next]