summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()Tejun Heo2013-06-261-5/+5
* cgroup: fix cgroupfs_root early destruction pathTejun Heo2013-06-261-3/+19
* cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchyTejun Heo2013-06-251-4/+6
* cgroup: implement for_each_[builtin_]subsys()Tejun Heo2013-06-251-76/+71
* cgroup: move init_css_set initialization inside cgroup_mutexTejun Heo2013-06-251-4/+4
* cgroup: s/for_each_subsys()/for_each_root_subsys()/Tejun Heo2013-06-251-25/+22
* cgroup: clean up find_css_set() and friendsTejun Heo2013-06-251-21/+17
* cgroup: remove cgroup->actual_subsys_maskTejun Heo2013-06-251-10/+12
* cgroup: prefix global variables with "cgroup_"Tejun Heo2013-06-251-76/+77
* cgroup: rename cont to cgrpLi Zefan2013-06-191-11/+11
* cgroup: clean up cgroup_serial_nr_cursorTejun Heo2013-06-181-7/+8
* cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan2013-06-181-36/+44
* cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan2013-06-181-8/+10
* cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan2013-06-181-1/+2
* cgroup: fix umount vs cgroup_event_remove() raceLi Zefan2013-06-181-6/+19
* cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan2013-06-181-1/+8
* cgroup: disallow rename(2) if sane_behaviorTejun Heo2013-06-181-0/+7
* cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo2013-06-141-61/+104
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo2013-06-1418-213/+195
|\
| * Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-06-031-15/+16
| |\
| | * cgroup: warn about mismatching options of a new mount of an existing hierarchyJeff Liu2013-05-291-5/+8
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-311-3/+5
| |\ \
| | * | x86, range: fix missing merge during add rangeYinghai Lu2013-05-171-3/+5
| * | | Merge tag 'trace-fixes-v3.10-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-282-2/+10
| |\ \ \
| | * | | ring-buffer: Do not poll non allocated cpu buffersSteven Rostedt (Red Hat)2013-05-281-0/+3
| | * | | tracing: Fix crash when ftrace=nop on the kernel command lineSteven Rostedt (Red Hat)2013-05-231-2/+7
| * | | | auditfilter.c: fix kernel-doc warningsRandy Dunlap2013-05-251-3/+0
| * | | | Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-241-1/+3
| |\| | |
| | * | | tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu2013-05-161-1/+3
| * | | | Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-05-181-17/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | kmemleak: No need for scanning specific module sectionsSteven Rostedt2013-05-171-13/+0
| | * | | kmemleak: Scan all allocated, writeable and not executable module sectionsSteven Rostedt2013-05-171-4/+4
| * | | | Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-161-4/+6
| |\ \ \ \
| | * | | | workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo2013-05-151-1/+2
| | * | | | workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne2013-05-141-3/+3
| | * | | | workqueue: correct handling of the pool spin_lockJoonsoo Kim2013-05-141-0/+1
| * | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-05-161-2/+2
| |\ \ \ \ \
| | * | | | | rcu: Don't allocate bootmem from rcu_init()Sasha Levin2013-05-151-1/+1
| | * | | | | rcu: Fix comparison sense in rcu_needs_cpu()Paul E. McKenney2013-05-141-1/+1
| | | |/ / / | | |/| | |
| * | | | | usermodehelper: check subprocess_info->path != NULLOleg Nesterov2013-05-161-0/+5
| * | | | | Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-152-13/+44
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu2013-05-151-2/+2
| | * | | | tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu2013-05-151-1/+1
| | * | | | tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu2013-05-151-10/+37
| | * | | | tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)2013-05-151-0/+4
| | |/ / /
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-151-151/+89
| |\ \ \ \
| | * | | | perf: Factor out auxiliary events notificationJiri Olsa2013-05-071-153/+89
| | * | | | perf: Fix EXIT event notificationJiri Olsa2013-05-071-12/+14
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-154-12/+8
| |\ \ \ \ \
| | * | | | | time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-141-5/+0