summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2005-10-26[PATCH] export cpu_online_mapAndrew Morton-0/+1
2005-09-13[PATCH] Fix spinlock owner debuggingIngo Molnar-4/+4
2005-09-12Mark ia64-specific MCA/INIT scheduler hooks as dangerousLinus Torvalds-26/+44
2005-09-11[PATCH] MCA/INIT: scheduler hooksKeith Owens-0/+26
2005-09-10[PATCH] sched: allow the load to grow upto its cpu_powerSiddha, Suresh B-2/+7
2005-09-10[PATCH] sched: don't kick ALB in the presence of pinned taskSiddha, Suresh B-1/+14
2005-09-10[PATCH] sched: use cached variable in sys_sched_yield()Renaud Lienhart-1/+1
2005-09-10[PATCH] sched: HT optimisationNick Piggin-6/+28
2005-09-10[PATCH] sched: less lockingNick Piggin-7/+2
2005-09-10[PATCH] sched: less newidle lockingNick Piggin-7/+10
2005-09-10[PATCH] sched: fix SMT scheduler latency bugIngo Molnar-4/+15
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar-1/+10
2005-09-10[PATCH] sched cleanupsIngo Molnar-19/+25
2005-09-10[PATCH] sched: make idlest_group/cpu cpus_allowed-awareM.Baris Demiray-4/+13
2005-09-10[PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblingsCon Kolivas-18/+47
2005-09-10[PATCH] spinlock consolidationIngo Molnar-0/+4
2005-09-09[PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W-0/+1
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds-0/+1
2005-09-07[PATCH] cpusets: fix the "dynamic sched domains" bugJohn Hawkes-20/+69
2005-09-07[PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes-54/+236
2005-09-07[kernel-doc] fix various DocBook build problems/warningsJeff Garzik-0/+1
2005-08-18[PATCH] Make RLIMIT_NICE ranges consistent with getpriority(2)Matt Mackall-2/+2
2005-07-26[PATCH] fix MAX_USER_RT_PRIO and MAX_RT_PRIOSteven Rostedt-2/+3
2005-07-26[PATCH] Fix RLIMIT_RTPRIO breakageAndreas Steinmetz-1/+2
2005-07-07[PATCH] cond_resched(): fix bogus might_sleep() warningIngo Molnar-0/+7
2005-06-28[PATCH] Tweak idle thread setup semanticsIngo Molnar-1/+8
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe-8/+0
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds-2/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter-2/+1
2005-06-25[PATCH] Dynamic sched domains: sched changesDinakar Guniguntala-46/+86
2005-06-25[PATCH] Changing RT priority without CAP_SYS_NICEOlivier Croquette-7/+18
2005-06-25[PATCH] sched: micro-optimize task requeueing in schedule()Chen Shang-7/+12
2005-06-25[PATCH] sched: relax pinned balancingNick Piggin-2/+9
2005-06-25[PATCH] sched: consolidate sbe sbfNick Piggin-106/+68
2005-06-25[PATCH] sched: RCU domainsNick Piggin-45/+15
2005-06-25[PATCH] sched: multilevel sbe sbfNick Piggin-7/+38
2005-06-25[PATCH] sched: remove degenerate domainsSuresh Siddha-0/+64
2005-06-25[PATCH] sched: null domainsNick Piggin-15/+21
2005-06-25[PATCH] sched: cleanup context switch lockingNick Piggin-24/+108
2005-06-25[PATCH] sched: uninline task_timesliceIngo Molnar-1/+1
2005-06-25[PATCH] sched: schedstats update for balance on forkNick Piggin-27/+36
2005-06-25[PATCH] sched: balance on forkNick Piggin-55/+109
2005-06-25[PATCH] sched: no aggressive idle balancingNick Piggin-19/+2
2005-06-25[PATCH] sched: tweak affine wakeupsNick Piggin-25/+32
2005-06-25[PATCH] sched: balance timersNick Piggin-64/+74
2005-06-25[PATCH] sched: less aggressive idle balancingNick Piggin-6/+0
2005-06-25[PATCH] sched: add debuggingNick Piggin-10/+4
2005-06-25[PATCH] sched: fix SMT scheduling problemsNick Piggin-45/+31
2005-06-25[PATCH] sched: reduce active load balancingNick Piggin-6/+10
2005-06-25[PATCH] sched: improve load balancing pinned tasksNick Piggin-23/+39