aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-25sched: break out search for RT tasksGregory Haskins1-27/+39
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins5-140/+195
2008-01-25sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins1-11/+11
2008-01-25sched: add RT-balance cpu-weightGregory Haskins5-6/+57
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt1-91/+4
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt2-0/+11
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt2-11/+178
2008-01-25sched: add rt-overload trackingSteven Rostedt1-0/+36
2008-01-25sched: add RT task pushingSteven Rostedt2-2/+231
2008-01-25sched: track highest prio task queuedSteven Rostedt2-0/+21
2008-01-25sched: count # of queued RT tasksSteven Rostedt2-0/+18
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar7-13/+164
2008-01-25cpu-hotplug: fix build on !CONFIG_SMPIngo Molnar1-1/+7
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy5-50/+36
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy15-61/+62
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy3-41/+115
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri4-45/+331
2008-01-25sched: introduce a mutex and corresponding API to serialize access to doms_curarraySrivatsa Vaddagiri1-0/+19
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri3-20/+40
2008-01-25sched: group scheduling, minor fixesSrivatsa Vaddagiri2-9/+28
2008-01-25sched: group scheduling code cleanupSrivatsa Vaddagiri1-18/+3
2008-01-25sched: remove printk_clock references from ia64Ingo Molnar2-15/+0
2008-01-25sched: remove printk_clock()Ingo Molnar3-43/+0
2008-01-25sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()Ingo Molnar1-1/+1
2008-01-25printk: make printk more robust by not allowing recursionIngo Molnar1-10/+38
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds15-341/+642
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds46-517/+3579
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds40-1109/+1092
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds72-3254/+15840
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds217-4631/+8870
2008-01-25slab: fix bootstrap on memoryless nodePekka Enberg1-23/+23
2008-01-25fix oops on rmmod capidrvKarsten Keil1-4/+5
2008-01-25[GFS2] Allow journal recovery on read-only mountAbhijith Das1-4/+12
2008-01-25[GFS2] Lockup on errorBob Peterson1-1/+1
2008-01-25[GFS2] Fix page_mkwrite truncation race pathSteven Whitehouse1-0/+1
2008-01-25[GFS2] Fix typoBob Peterson1-1/+1
2008-01-25[GFS2] Fix write alloc required shortcut calculationSteven Whitehouse1-2/+2
2008-01-25[GFS2] gfs2_alloc_required performanceBob Peterson1-0/+5
2008-01-25[GFS2] Remove unneeded i_spinBob Peterson2-2/+0
2008-01-25[GFS2] Reduce inode size by moving i_alloc out of lineSteven Whitehouse12-36/+39
2008-01-25[GFS2] Fix assert in log codeSteven Whitehouse1-7/+4
2008-01-25[GFS2] Fix problems relating to execution of files on GFS2Steven Whitehouse2-9/+16
2008-01-25[GFS2] Initialize extent_list earlierBob Peterson2-1/+1
2008-01-25[GFS2] Allow page migration for writeback and ordered pagesSteven Whitehouse1-0/+2
2008-01-25[GFS2] Remove unused variableSteven Whitehouse1-1/+0
2008-01-25[GFS2] Fix log block mapperSteven Whitehouse1-1/+1
2008-01-25[GFS2] Minor correctionBob Peterson1-1/+1
2008-01-25[GFS2] Eliminate the no longer needed sd_statfs_mutexBob Peterson3-6/+0
2008-01-25[GFS2] Incremental patch to fix compiler warningBob Peterson1-5/+2
2008-01-25[GFS2] Function meta_read optimizationBob Peterson1-6/+7