summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo1-8/+43
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo3-10/+6
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo2-23/+22
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: add documentation about unified hierarchyTejun Heo1-0/+359
2014-04-26cgroup: implement cgroup.populated for the default hierarchyTejun Heo2-4/+76
2014-04-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo962-27659/+9167
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau5-9/+25
2014-04-25kernfs: make kernfs_notify() trigger inotify events tooTejun Heo1-6/+35
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo4-0/+21
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo2-2/+370
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 Heo2-0/+7
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 Heo2-3/+17
2014-04-23cgroup: reorganize css_task_iterTejun Heo2-19/+23
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo1-3/+12
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo2-2/+46
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 Heo2-39/+32
2014-04-23cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo1-4/+0
2014-04-22device_cgroup: rework device access check and exception checkingAristeu Rozanski1-40/+122
2014-04-20Linux 3.15-rc2v3.15-rc2Linus Torvalds1-1/+1
2014-04-20Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-6/+18
2014-04-20Merge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+11
2014-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+12
2014-04-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-2/+12
2014-04-20perf tools: Improve error reportingAdrien BAK2-2/+9
2014-04-20perf tools: Adjust symbols in VDSOVladimir Nikulichev1-0/+2
2014-04-20perf kvm: Fix 'Min time' counting in report commandAlexander Yarygin1-0/+1
2014-04-20coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-04-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+10
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+32
2014-04-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+16
2014-04-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds53-914/+1058
2014-04-19Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...Dave Airlie13-247/+152
2014-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds60-339/+659
2014-04-19Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-13/+169
2014-04-19Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-158/+280
2014-04-19Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-160/+92
2014-04-19Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds52-19978/+154
2014-04-19Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-907/+57
2014-04-19Merge tag 'usb-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds17-29/+151
2014-04-19Merge branch 'akpm' (incoming from Andrew)Linus Torvalds23-47/+85
2014-04-19thp: close race between split and zap huge pagesKirill A. Shutemov1-3/+10