summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-131-4/+1
* cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-133-37/+37
* cgroup: implement cftype->write()Tejun Heo2014-05-131-6/+8
* cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-134-26/+27
* cgroup: use release_agent_path_lock in cgroup_release_agent_show()Tejun Heo2014-05-131-3/+2
* cgroup: use restart_syscall() for retries after offline waits in cgroup_subtr...Tejun Heo2014-05-131-9/+9
* cgroup: update and fix parsing of "cgroup.subtree_control"Tejun Heo2014-05-131-3/+5
* cgroup: css_release() shouldn't clear cgroup->subsys[]Tejun Heo2014-05-131-1/+0
* cgroup: cgroup_idr_lock should be bhTejun Heo2014-05-131-6/+6
* cgroup: fix offlining child waiting in cgroup_subtree_control_write()Tejun Heo2014-05-131-1/+3
* Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2014-05-132-68/+50
|\
| * cgroup: fix rcu_read_lock() leak in update_if_frozen()Tejun Heo2014-05-131-1/+3
| * cgroup_freezer: replace freezer->lock with freezer_mutexTejun Heo2014-05-131-66/+46
| * cgroup: introduce task_css_is_root()Tejun Heo2014-05-131-1/+1
* | kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick2014-05-061-7/+4
* | kernel/cpuset.c: kernel-doc fixesFabian Frederick2014-05-061-5/+6
* | kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick2014-05-051-2/+2
* | cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo2014-05-041-21/+38
* | cgroup: update init_css() into init_and_link_css()Tejun Heo2014-05-041-8/+10
* | cgroup: use RCU free in create_css() failure pathTejun Heo2014-05-041-6/+5
* | cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo2014-05-041-8/+43
* | cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-041-2/+2
* | cgroup: make flags and subsys_masks unsigned intTejun Heo2014-05-041-19/+18
* | cgroup: Use more current logging styleJoe Perches2014-04-251-13/+15
* | cgroup: replace pr_warning with preferred pr_warnJianyu Zhan2014-04-251-10/+10
* | cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan2014-04-251-11/+0
* | cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan2014-04-251-8/+0
* | cgroup: implement cgroup.populated for the default hierarchyTejun Heo2014-04-251-4/+61
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo2014-04-2514-48/+88
|\ \
| * | kobject: Make support for uevent_helper optional.Michael Marineau2014-04-252-3/+6
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-194-11/+32
| |\ \
| | * | sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-173-5/+16
| | * | sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2014-04-112-6/+16
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-181-0/+2
| |\ \ \
| | * | | seccomp: fix memory leak on filter attachKees Cook2014-04-161-0/+2
| * | | | kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton2014-04-181-1/+5
| * | | | Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-182-6/+16
| |\ \ \ \
| | * | | | tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)2014-04-171-0/+6
| | * | | | tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)2014-04-161-6/+10
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-04-172-2/+5
| |\ \ \ \ \
| | * | | | | tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar2014-04-151-1/+1
| | * | | | | tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar2014-04-151-0/+3
| | * | | | | tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar2014-04-151-1/+1
| * | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-161-10/+9
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | locking/mutex: Fix debug_mutexesPeter Zijlstra2014-04-111-10/+9
| | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-151-9/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann2014-04-141-9/+8
| * | | | | user namespace: fix incorrect memory barriersMikulas Patocka2014-04-141-6/+5
| |/ / / /
* | | | | cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo2014-04-231-2/+365
* | | | | cgroup: prepare migration path for unified hierarchyTejun Heo2014-04-231-11/+23