summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-06-24cgroup: s/for_each_subsys()/for_each_root_subsys()/Tejun Heo
2013-06-24cgroup: clean up find_css_set() and friendsTejun Heo
2013-06-24cgroup: remove cgroup->actual_subsys_maskTejun Heo
2013-06-24cgroup: prefix global variables with "cgroup_"Tejun Heo
2013-06-19cgroup: rename cont to cgrpLi Zefan
2013-06-18cgroup: clean up cgroup_serial_nr_cursorTejun Heo
2013-06-18cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan
2013-06-18cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan
2013-06-18cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan
2013-06-18cgroup: fix umount vs cgroup_event_remove() raceLi Zefan
2013-06-18cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan
2013-06-18cgroup: disallow rename(2) if sane_behaviorTejun Heo
2013-06-13cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo
2013-06-13Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo
2013-06-13cgroup: split cgroup destruction into two stepsTejun Heo
2013-06-13cgroup: reorder the operations in cgroup_destroy_locked()Tejun Heo
2013-06-13cgroup: remove cgroup->count and useTejun Heo
2013-06-13cgroup: drop unnecessary RCU dancing from __put_css_set()Tejun Heo
2013-06-13cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo
2013-06-13cgroup: use kzalloc() instead of kmalloc()Tejun Heo
2013-06-13cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo
2013-06-13cgroup: consistently use @cset for struct css_set variablesTejun Heo
2013-06-13cgroup: remove now unused css_depth()Tejun Heo
2013-06-05cgroup: clean up the cftype array for the base cgroup filesTejun Heo
2013-06-05cgroup: mark "notify_on_release" and "release_agent" cgroup files insaneTejun Heo
2013-06-05cgroup: mark "tasks" cgroup file as insaneTejun Heo
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-05-29cgroup: warn about mismatching options of a new mount of an existing hierarchyJeff Liu
2013-05-28Merge tag 'trace-fixes-v3.10-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-28ring-buffer: Do not poll non allocated cpu buffersSteven Rostedt (Red Hat)
2013-05-24auditfilter.c: fix kernel-doc warningsRandy Dunlap
2013-05-24Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-24cgroup: update iterators to use cgroup_next_sibling()Tejun Heo
2013-05-24cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo
2013-05-24cgroup: make cgroup_is_removed() staticTejun Heo
2013-05-24Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo
2013-05-23tracing: Fix crash when ftrace=nop on the kernel command lineSteven Rostedt (Red Hat)
2013-05-18Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-05-17x86, range: fix missing merge during add rangeYinghai Lu
2013-05-17kmemleak: No need for scanning specific module sectionsSteven Rostedt
2013-05-17kmemleak: Scan all allocated, writeable and not executable module sectionsSteven Rostedt
2013-05-16Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-16tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu
2013-05-15workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo
2013-05-15Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds