summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds7-1066/+1246
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+9
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+5
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+7
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+15
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-17/+19
2013-08-29Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+18
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins1-1/+18
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer1-17/+24
2013-08-27cgroup: fix cgroup_css() invocation in css_from_id()Tejun Heo1-1/+1
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski3-17/+19
2013-08-27Merge branch 'pm-sleep'Rafael J. Wysocki1-2/+2
2013-08-27Merge branch 'acpi-processor'Rafael J. Wysocki1-6/+3
2013-08-26cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_c...Tejun Heo1-13/+5
2013-08-26cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo1-14/+12
2013-08-26cgroup: implement CFTYPE_NO_PREFIXTejun Heo1-1/+2
2013-08-26cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo1-47/+43
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2-17/+11
2013-08-23workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman1-12/+15
2013-08-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+9
2013-08-21workqueue: Fix manage_workers() RETURNS descriptionLibin1-2/+5
2013-08-21workqueue: Comment correction in file headerLibin1-3/+4
2013-08-21cpuset: fix a regression in validating config changeLi Zefan1-5/+9
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+3
2013-08-19kernel: fix new kernel-doc warning in wait.cRandy Dunlap1-2/+1
2013-08-19cgroup: fix cgroup_write_event_control()Tejun Heo1-4/+21
2013-08-19cgroup: fix subsystem file accesses on the root cgroupTejun Heo1-14/+10
2013-08-19cgroup: change cgroup_from_id() to css_from_id()Li Zefan1-0/+22
2013-08-18Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2013-08-16Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+13
2013-08-16cgroup: use css_get() in cgroup_create() to check CSS_ROOTLi Zhong1-1/+1
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-0/+6
2013-08-13microblaze: fix clone syscallMichal Simek1-0/+6
2013-08-13cpuset: remove an unncessary forward declarationLi Zefan1-3/+0
2013-08-13cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo1-16/+37
2013-08-13cgroup: move subsys file removal to kill_css()Tejun Heo1-7/+9
2013-08-13cgroup: factor out kill_css()Tejun Heo1-23/+35
2013-08-13cgroup: decouple cgroup_subsys_state destruction from cgroup destructionTejun Heo1-28/+24
2013-08-13cgroup: replace cgroup->css_kill_cnt with ->nr_cssTejun Heo1-24/+28
2013-08-13cgroup: bounce cgroup_subsys_state ref kill confirmation to a work itemTejun Heo1-3/+18
2013-08-13cgroup: move cgroup->subsys[] assignment to online_css()Tejun Heo1-10/+11
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-25/+71
2013-08-14PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd1-7/+13
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2013-08-13cgroup: reorganize css init / exit pathsTejun Heo1-27/+23
2013-08-13cgroup: add __rcu modifier to cgroup->subsys[]Tejun Heo1-5/+14
2013-08-13cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add c...Tejun Heo1-17/+31
2013-08-13cgroup: cgroup_css_from_dir() now should be called with RCU read lockedTejun Heo2-2/+13
2013-08-13cgroup: add cgroup_subsys_state->parentTejun Heo1-3/+15