summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo1-21/+38
2014-05-04cgroup: update init_css() into init_and_link_css()Tejun Heo1-8/+10
2014-05-04cgroup: use RCU free in create_css() failure pathTejun Heo1-6/+5
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo1-8/+43
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo1-2/+2
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo1-19/+18
2014-04-26cgroup: Use more current logging styleJoe Perches1-13/+15
2014-04-26cgroup: replace pr_warning with preferred pr_warnJianyu Zhan1-10/+10
2014-04-26cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan1-11/+0
2014-04-26cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan1-8/+0
2014-04-26cgroup: implement cgroup.populated for the default hierarchyTejun Heo1-4/+61
2014-04-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo14-48/+88
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau2-3/+6
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo1-2/+365
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo1-11/+23
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo1-7/+3
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo1-0/+4
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo1-9/+9
2014-04-23cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo1-1/+1
2014-04-23cgroup: teach css_task_iter about effective cssesTejun Heo1-3/+15
2014-04-23cgroup: reorganize css_task_iterTejun Heo1-16/+17
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo1-3/+12
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo1-2/+28
2014-04-23cgroup: introduce effective cgroup_subsys_stateTejun Heo1-19/+64
2014-04-23cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo1-37/+27
2014-04-23cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo1-4/+0
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+32
2014-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-04-19kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton1-1/+5
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2014-04-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+5
2014-04-17cgroup: fix the retry path of cgroup_mount()Li Zefan1-4/+4
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)1-0/+6
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai3-5/+16
2014-04-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+9
2014-04-17tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)1-6/+10
2014-04-16seccomp: fix memory leak on filter attachKees Cook1-0/+2
2014-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+8
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar1-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar1-0/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar1-1/+1
2014-04-15user namespace: fix incorrect memory barriersMikulas Patocka1-6/+5
2014-04-15seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann1-9/+8
2014-04-13futex: update documentation for ordering guaranteesDavidlohr Bueso1-9/+23
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+3
2014-04-13Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds8-335/+289
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-54/+149
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro2-3/+3
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra1-10/+9
2014-04-11sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2-6/+16