summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sched: remove leftover debuggingIngo Molnar2008-01-251-8/+0
* sched: remove rt_overload()Ingo Molnar2008-01-251-9/+1
* sched: clean up kernel/sched_rt.cIngo Molnar2008-01-251-0/+9
* sched: clean up overlong line in kernel/sched_debug.cIngo Molnar2008-01-251-2/+4
* sched: clean up find_lock_lowest_rq()Ingo Molnar2008-01-251-4/+5
* sched: clean up pick_next_highest_task_rt()Ingo Molnar2008-01-251-3/+3
* sched: RT-balance on new taskSteven Rostedt2008-01-251-0/+1
* sched: RT-balance, optimize cpu searchSteven Rostedt2008-01-251-13/+36
* sched: RT-balance, optimizeGregory Haskins2008-01-251-7/+18
* sched: break out early if RT task cannot be migratedGregory Haskins2008-01-251-1/+2
* sched: RT-balance, avoid overloadingSteven Rostedt2008-01-251-4/+16
* sched: wake-balance fixesGregory Haskins2008-01-252-2/+10
* sched: optimize RT affinityGregory Haskins2008-01-251-12/+88
* sched: pre-route RT tasks on wakeupGregory Haskins2008-01-251-0/+19
* sched: RT balancing: include current CPUGregory Haskins2008-01-251-4/+1
* sched: break out search for RT tasksGregory Haskins2008-01-251-27/+39
* sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-255-140/+195
* sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins2008-01-251-11/+11
* sched: add RT-balance cpu-weightGregory Haskins2008-01-255-6/+57
* sched: disable standard balancer for RT tasksSteven Rostedt2008-01-251-91/+4
* sched: push RT tasks from overloaded CPUsSteven Rostedt2008-01-252-0/+11
* sched: pull RT tasks from overloaded runqueuesSteven Rostedt2008-01-252-11/+178
* sched: add rt-overload trackingSteven Rostedt2008-01-251-0/+36
* sched: add RT task pushingSteven Rostedt2008-01-252-2/+231
* sched: track highest prio task queuedSteven Rostedt2008-01-252-0/+21
* sched: count # of queued RT tasksSteven Rostedt2008-01-252-0/+18
* softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-257-13/+164
* cpu-hotplug: fix build on !CONFIG_SMPIngo Molnar2008-01-251-1/+7
* cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy2008-01-255-50/+36
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-2515-61/+62
* cpu-hotplug: refcount based cpu hotplugGautham R Shenoy2008-01-253-41/+115
* sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri2008-01-254-45/+331
* sched: introduce a mutex and corresponding API to serialize access to doms_cu...Srivatsa Vaddagiri2008-01-251-0/+19
* sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri2008-01-253-20/+40
* sched: group scheduling, minor fixesSrivatsa Vaddagiri2008-01-252-9/+28
* sched: group scheduling code cleanupSrivatsa Vaddagiri2008-01-251-18/+3
* sched: remove printk_clock references from ia64Ingo Molnar2008-01-252-15/+0
* sched: remove printk_clock()Ingo Molnar2008-01-253-43/+0
* sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()Ingo Molnar2008-01-251-1/+1
* printk: make printk more robust by not allowing recursionIngo Molnar2008-01-251-10/+38
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-2515-341/+642
|\
| * selinux: make mls_compute_sid always polyinstantiateEamon Walsh2008-01-251-9/+2
| * security/selinux: constify function pointer tables and fieldsJan Engelhardt2008-01-253-4/+4
| * security: add a secctx_to_secid() hookDavid Howells2008-01-254-0/+31
| * security: call security_file_permission from rw_verify_areaJames Morris2008-01-253-51/+24
| * security: remove security_sb_post_mountroot hookH. Peter Anvin2008-01-254-20/+0
| * Security: remove security.h include from mm.hJames Morris2008-01-251-1/+2
| * Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson2008-01-251-2/+2
| * Security: add get, set, and cloning of superblock security informationEric Paris2008-01-255-254/+577
| * security/selinux: Add missing "space"Joe Perches2008-01-251-1/+1