summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-35/+35
2013-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-447/+873
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds7-1066/+1246
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+9
2013-09-04Merge 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-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar11-447/+873
2013-09-01Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' ...Paul E. McKenney7-375/+764
2013-09-01nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney3-1/+22
2013-09-01nohz_full: Add full-system-idle state machinePaul E. McKenney4-7/+337
2013-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-17/+19
2013-08-30Merge 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-29timer_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-27cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_c...Tejun Heo1-13/+5
2013-08-27cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo1-14/+12
2013-08-27cgroup: implement CFTYPE_NO_PREFIXTejun Heo1-1/+2
2013-08-27cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo1-47/+43
2013-08-27cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2-17/+11
2013-08-24workqueue: 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-20rcu: Simplify _rcu_barrier() processingPaul E. McKenney1-2/+13
2013-08-20rcu: Make rcutorture emit online failures if verbosePaul E. McKenney1-1/+7
2013-08-20rcu: Remove unused variable from rcu_torture_writer()Paul E. McKenney1-2/+0
2013-08-20rcu: Sort rcutorture module parametersPaul E. McKenney1-52/+49
2013-08-20rcu: Increase rcutorture test coveragePaul E. McKenney1-163/+63
2013-08-20rcu: Add duplicate-callback tests to rcutorturePaul E. McKenney1-0/+61
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-19generic-ipi/locking: Fix misleading smp_call_function_any() descriptionXie XiuQi1-2/+0
2013-08-19nohz_full: Add full-system-idle arguments to APIPaul E. McKenney1-7/+18
2013-08-19nohz_full: Add full-system idle states and variablesPaul E. McKenney1-0/+17
2013-08-19nohz_full: Add per-CPU idle-state trackingPaul E. McKenney3-0/+85
2013-08-19nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney3-0/+33
2013-08-19nohz_full: Add Kconfig parameter for scalable detection of all-idle statePaul E. McKenney1-0/+23
2013-08-19rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney1-43/+0
2013-08-19rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney1-3/+5
2013-08-19rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney2-4/+20