summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-13Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo18-213/+195
2013-06-13cgroup: split cgroup destruction into two stepsTejun Heo1-11/+27
2013-06-13cgroup: reorder the operations in cgroup_destroy_locked()Tejun Heo1-26/+35
2013-06-13cgroup: remove cgroup->count and useTejun Heo1-16/+5
2013-06-13cgroup: drop unnecessary RCU dancing from __put_css_set()Tejun Heo1-10/+10
2013-06-13cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo1-16/+14
2013-06-13cgroup: use kzalloc() instead of kmalloc()Tejun Heo1-7/+7
2013-06-13cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo1-113/+113
2013-06-13cgroup: consistently use @cset for struct css_set variablesTejun Heo1-107/+109
2013-06-13cgroup: remove now unused css_depth()Tejun Heo1-12/+0
2013-06-05cgroup: clean up the cftype array for the base cgroup filesTejun Heo1-23/+24
2013-06-05cgroup: mark "notify_on_release" and "release_agent" cgroup files insaneTejun Heo1-1/+2
2013-06-05cgroup: mark "tasks" cgroup file as insaneTejun Heo1-0/+1
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+16
2013-05-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+5
2013-05-29cgroup: warn about mismatching options of a new mount of an existing hierarchyJeff Liu1-5/+8
2013-05-28Merge tag 'trace-fixes-v3.10-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+10
2013-05-28ring-buffer: Do not poll non allocated cpu buffersSteven Rostedt (Red Hat)1-0/+3
2013-05-24auditfilter.c: fix kernel-doc warningsRandy Dunlap1-3/+0
2013-05-24Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2013-05-24cgroup: update iterators to use cgroup_next_sibling()Tejun Heo1-6/+19
2013-05-24cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo1-0/+62
2013-05-24cgroup: make cgroup_is_removed() staticTejun Heo1-1/+1
2013-05-24Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo1-10/+8
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-6/+3
2013-05-23tracing: Fix crash when ftrace=nop on the kernel command lineSteven Rostedt (Red Hat)1-2/+7
2013-05-18Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-17/+4
2013-05-17x86, range: fix missing merge during add rangeYinghai Lu1-3/+5
2013-05-17kmemleak: No need for scanning specific module sectionsSteven Rostedt1-13/+0
2013-05-17kmemleak: Scan all allocated, writeable and not executable module sectionsSteven Rostedt1-4/+4
2013-05-16Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2013-05-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-2/+2
2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov1-0/+5
2013-05-16tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu1-1/+3
2013-05-15workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo1-1/+2
2013-05-15Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+44
2013-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-151/+89
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-12/+8
2013-05-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu1-2/+2
2013-05-15tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu1-1/+1
2013-05-15tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu1-10/+37
2013-05-15tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)1-0/+4
2013-05-15rcu: Don't allocate bootmem from rcu_init()Sasha Levin1-1/+1
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz1-5/+0
2013-05-14workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne1-3/+3
2013-05-14workqueue: correct handling of the pool spin_lockJoonsoo Kim1-0/+1
2013-05-14cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo1-0/+32
2013-05-14cgroup: make hierarchy_id use cyclic idrTejun Heo1-20/+8
2013-05-14cgroup: drop hierarchy_id_lockTejun Heo1-6/+17