aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-27cpuset: fix compile warning when CONFIG_SMP=nLi Zefan
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong
2013-04-26cgroup: restore the call to eventfd->poll()Li Zefan
2013-04-26cgroup: fix use-after-free when umounting cgroupfsLi Zefan
2013-04-18cgroup: fix broken file xattrsLi Zefan
2013-04-14cgroup: remove cgrp->top_cgroupLi Zefan
2013-04-14cgroup: introduce sane_behavior mount optionTejun Heo
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo
2013-04-14cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefixTejun Heo
2013-04-14cgroup: make cgroup_path() not print double slashesTejun Heo
2013-04-12Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan
2013-04-10cgroup: make sure parent won't be destroyed before its childrenLi Zefan
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen
2013-04-07cgroup: remove cgroup_lock_is_held()Tejun Heo
2013-04-07cgroup: kill cgroup_[un]lock()Tejun Heo
2013-04-07cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo
2013-04-07cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()Tejun Heo
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo
2013-04-03cgroup: remove unused parameter in cgroup_task_migrate().Kevin Wilson
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan
2013-03-20cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-03-12cgroup: remove useless code in cgroup_write_event_control()Li Zefan
2013-03-12cgroup: don't bother to resize pid arrayLi Zefan
2013-03-12cgroup: hold cgroup_mutex before calling css_offline()Li Zefan
2013-03-12cgroup: remove unused variables in cgroup_destroy_locked()Li Zefan
2013-03-12cgroup: remove cgroup_is_descendant()Li Zefan
2013-03-12cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()Li Zefan
2013-03-05cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan
2013-03-04cgroup: no need to check css refs for release notificationLi Zefan
2013-03-04cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()Li Zefan
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-02kdb: Remove unhandled ssb commandVincent
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel
2013-03-02kdb: Remove the ll commandJason Wessel
2013-03-02kdb_main: fix help printJason Wessel
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds