Age | Commit message (Expand) | Author | Files | Lines |
2014-05-04 | cgroup, memcg: implement css->id and convert css_from_id() to use it | Tejun Heo | 1 | -21/+38 |
2014-05-04 | cgroup: update init_css() into init_and_link_css() | Tejun Heo | 1 | -8/+10 |
2014-05-04 | cgroup: use RCU free in create_css() failure path | Tejun Heo | 1 | -6/+5 |
2014-05-04 | cgroup: protect cgroup_root->cgroup_idr with a spinlock | Tejun Heo | 1 | -8/+43 |
2014-05-04 | cgroup, memcg: allocate cgroup ID from 1 | Tejun Heo | 1 | -2/+2 |
2014-05-04 | cgroup: make flags and subsys_masks unsigned int | Tejun Heo | 1 | -19/+18 |
2014-04-26 | cgroup: Use more current logging style | Joe Perches | 1 | -13/+15 |
2014-04-26 | cgroup: replace pr_warning with preferred pr_warn | Jianyu Zhan | 1 | -10/+10 |
2014-04-26 | cgroup: remove orphaned cgroup_pidlist_seq_operations | Jianyu Zhan | 1 | -11/+0 |
2014-04-26 | cgroup: clean up obsolete comment for parse_cgroupfs_options() | Jianyu Zhan | 1 | -8/+0 |
2014-04-26 | cgroup: implement cgroup.populated for the default hierarchy | Tejun Heo | 1 | -4/+61 |
2014-04-26 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Tejun Heo | 14 | -48/+88 |
2014-04-25 | kobject: Make support for uevent_helper optional. | Michael Marineau | 2 | -3/+6 |
2014-04-23 | cgroup: implement dynamic subtree controller enable/disable on the default hi... | Tejun Heo | 1 | -2/+365 |
2014-04-23 | cgroup: prepare migration path for unified hierarchy | Tejun Heo | 1 | -11/+23 |
2014-04-23 | cgroup: update subsystem rebind restrictions | Tejun Heo | 1 | -7/+3 |
2014-04-23 | cgroup: add css_set->dfl_cgrp | Tejun Heo | 1 | -0/+4 |
2014-04-23 | cgroup: allow cgroup creation and suppress automatic css creation in the unif... | Tejun Heo | 1 | -9/+9 |
2014-04-23 | cgroup: cgroup->subsys[] should be cleared after the css is offlined | Tejun Heo | 1 | -1/+1 |
2014-04-23 | cgroup: teach css_task_iter about effective csses | Tejun Heo | 1 | -3/+15 |
2014-04-23 | cgroup: reorganize css_task_iter | Tejun Heo | 1 | -16/+17 |
2014-04-23 | cgroup: make css_next_child() skip missing csses | Tejun Heo | 1 | -3/+12 |
2014-04-23 | cgroup: implement cgroup->e_csets[] | Tejun Heo | 1 | -2/+28 |
2014-04-23 | cgroup: introduce effective cgroup_subsys_state | Tejun Heo | 1 | -19/+64 |
2014-04-23 | cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_... | Tejun Heo | 1 | -37/+27 |
2014-04-23 | cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy | Tejun Heo | 1 | -4/+0 |
2014-04-19 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -11/+32 |
2014-04-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+2 |
2014-04-19 | kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write() | Andrew Morton | 1 | -1/+5 |
2014-04-18 | Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -6/+16 |
2014-04-18 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+5 |
2014-04-17 | cgroup: fix the retry path of cgroup_mount() | Li Zefan | 1 | -4/+4 |
2014-04-17 | tracing/uprobes: Fix uprobe_cpu_buffer memory leak | zhangwei(Jovi) | 1 | -0/+6 |
2014-04-17 | sched: Check for stop task appearance when balancing happens | Kirill Tkhai | 3 | -5/+16 |
2014-04-17 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -10/+9 |
2014-04-17 | tracing: Do not try to recreated toplevel set_ftrace_* files | Steven Rostedt (Red Hat) | 1 | -6/+10 |
2014-04-16 | seccomp: fix memory leak on filter attach | Kees Cook | 1 | -0/+2 |
2014-04-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -9/+8 |
2014-04-15 | tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz() | Viresh Kumar | 1 | -1/+1 |
2014-04-15 | tick-sched: Don't call update_wall_time() when delta is lesser than tick_period | Viresh Kumar | 1 | -0/+3 |
2014-04-15 | tick-common: Fix wrong check in tick_check_replacement() | Viresh Kumar | 1 | -1/+1 |
2014-04-15 | user namespace: fix incorrect memory barriers | Mikulas Patocka | 1 | -6/+5 |
2014-04-15 | seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF | Daniel Borkmann | 1 | -9/+8 |
2014-04-13 | futex: update documentation for ordering guarantees | Davidlohr Bueso | 1 | -9/+23 |
2014-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -9/+3 |
2014-04-13 | Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 8 | -335/+289 |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 5 | -54/+149 |
2014-04-12 | missing bits of "splice: fix racy pipe->buffers uses" | Al Viro | 2 | -3/+3 |
2014-04-11 | locking/mutex: Fix debug_mutexes | Peter Zijlstra | 1 | -10/+9 |
2014-04-11 | sched/numa: Fix task_numa_free() lockdep splat | Mike Galbraith | 2 | -6/+16 |