summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-036-177/+151
|\
| * cgroup: remove useless argument from cgroup_exit()Li Zefan2014-03-291-2/+2
| * cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo2014-03-191-0/+1
| * cgroup: make cgrp_dfl_root mountableTejun Heo2014-03-191-0/+10
| * cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-1/+1
| * cgroup: rename cgroup_dummy_root and related namesTejun Heo2014-03-191-7/+7
| * cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo2014-03-191-3/+3
| * cgroup: remove NULL checks from [pr_cont_]cgroup_{name|path}()Tejun Heo2014-03-191-20/+4
| * cgroup: drop task_lock() protection around task->cgroupsTejun Heo2014-02-251-2/+4
| * cgroup: split process / task migration into four stepsTejun Heo2014-02-251-0/+1
| * cgroup: use css_set->mg_tasks to track target tasks during migrationTejun Heo2014-02-251-0/+16
| * cgroup: add css_set->mg_tasksTejun Heo2014-02-251-2/+6
| * cgroup: deal with dummp_top in cgroup_name() and cgroup_path()Li Zefan2014-02-141-2/+10
| * cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()Tejun Heo2014-02-131-3/+0
| * cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-6/+2
| * cgroup: remove css_scan_tasks()Tejun Heo2014-02-131-6/+0
| * cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo2014-02-131-2/+6
| * cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo2014-02-131-2/+0
| * cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo2014-02-131-3/+3
| * cgroup: remove cgroupfs_root->refcntTejun Heo2014-02-121-3/+1
| * cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...Tejun Heo2014-02-121-2/+2
| * cgroup: remove cgroup->nameTejun Heo2014-02-121-27/+36
| * cgroup: remove cftype_setTejun Heo2014-02-121-17/+9
| * cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo2014-02-121-0/+2
| * cgroup: convert to kernfsTejun Heo2014-02-111-32/+20
| * cgroup: misc preps for kernfs conversionTejun Heo2014-02-111-6/+2
| * cgroup: introduce cgroup_ino()Tejun Heo2014-02-111-0/+9
| * cgroup: update the meaning of cftype->max_write_lenTejun Heo2014-02-111-2/+3
| * cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo2014-02-111-2/+1
| * cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2014-02-111-2/+2
| * Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo2014-02-111-0/+2
| |\
| * \ Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo2014-02-083-41/+103
| |\ \
| * | | cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo2014-02-081-2/+2
| * | | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-086-10/+11
| * | | cgroup: drop module supportTejun Heo2014-02-082-37/+16
| * | | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo2014-02-081-15/+0
* | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-037-54/+62
|\ \ \ \
| * | | | tracepoint: Remove unused API functionsMathieu Desnoyers2014-03-211-18/+0
| * | | | Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)2014-03-212-4/+16
| * | | | ftrace: Constify ftrace_text_reservedSasha Levin2014-03-111-2/+2
| * | | | ftrace: Remove freelist from struct dyn_ftraceJiri Slaby2014-03-071-5/+2
| * | | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | | | tracing: Evaluate len expression only once in __dynamic_array macroFilipe Brandenburger2014-03-071-2/+4
| * | | | tracing: Correctly expand len expressions from __dynamic_array macroFilipe Brandenburger2014-03-071-1/+1
| * | | | tracing/module: Replace include of tracepoint.h with jump_label.h in module.hSteven Rostedt (Red Hat)2014-03-071-1/+1
| * | | | tracing: Fix event header migrate.h to include tracepoint.hSteven Rostedt (Red Hat)2014-03-071-0/+2
| * | | | tracing: Fix event header writeback.h to include tracepoint.hSteven Rostedt (Red Hat)2014-03-071-0/+1
| * | | | tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt2014-03-072-16/+21
| * | | | tracing: Move event storage for array from macro to standalone functionSteven Rostedt2014-03-072-12/+8
| * | | | tracing: Move raw output code from macro to standalone functionSteven Rostedt2014-03-072-9/+6