summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-05-06kernel/cpuset.c: kernel-doc fixesFabian Frederick
2014-05-05kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo
2014-05-04cgroup: update init_css() into init_and_link_css()Tejun Heo
2014-05-04cgroup: use RCU free in create_css() failure pathTejun Heo
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo
2014-04-25cgroup: Use more current logging styleJoe Perches
2014-04-25cgroup: replace pr_warning with preferred pr_warnJianyu Zhan
2014-04-25cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan
2014-04-25cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan
2014-04-25cgroup: implement cgroup.populated for the default hierarchyTejun Heo
2014-04-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo
2014-04-23cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo
2014-04-23cgroup: teach css_task_iter about effective cssesTejun Heo
2014-04-23cgroup: reorganize css_task_iterTejun Heo
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo
2014-04-23cgroup: introduce effective cgroup_subsys_stateTejun Heo
2014-04-23cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo
2014-04-23cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-04-17cgroup: fix the retry path of cgroup_mount()Li Zefan
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)
2014-04-16seccomp: fix memory leak on filter attachKees Cook
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar
2014-04-14user namespace: fix incorrect memory barriersMikulas Patocka
2014-04-14seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro