summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-8/+8
2006-01-14[PATCH] sched: add new SCHED_BATCH policyIngo Molnar1-15/+33
2006-01-12[PATCH] sched: filter affine wakeupsakpm@osdl.org1-1/+9
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-0/+468
2006-01-11[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostlyAndi Kleen1-3/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar1-0/+1
2006-01-08[PATCH] RCU signal handlingIngo Molnar1-0/+7
2005-11-13[PATCH] m68k: introduce setup_thread_stack() and end_of_stack()Al Viro1-2/+2
2005-11-13[PATCH] m68k: introduce task_thread_infoAl Viro1-3/+3
2005-11-09[PATCH] optimize activate_task()Chen, Kenneth W1-1/+2
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-7/+14
2005-11-09[PATCH] sched: consider migration thread with smp niceCon Kolivas1-9/+26
2005-11-09[PATCH] sched: correct smp_nice_biasCon Kolivas1-6/+8
2005-11-09[PATCH] sched: smp nice bias busy queues on idle rebalanceCon Kolivas1-18/+23
2005-11-09[PATCH] sched: account rt tasks in prio_bias()Con Kolivas1-8/+14
2005-11-09[PATCH] sched: change prio bias only if queuedCon Kolivas1-5/+4
2005-11-09[PATCH] sched: implement nice support across physical cpus on SMPCon Kolivas1-18/+83
2005-11-07[PATCH] unexport idle_cpuAdrian Bunk1-2/+0
2005-11-07[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens1-1/+2
2005-11-04[PATCH] improve scheduler fairness a bitOleg Nesterov1-1/+1
2005-10-30[PATCH] sched: hardcode non-smp set_cpus_allowedPaul Jackson1-1/+0
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-2/+0
2005-10-26[PATCH] export cpu_online_mapAndrew Morton1-0/+1
2005-09-13[PATCH] Fix spinlock owner debuggingIngo Molnar1-4/+4
2005-09-12Mark ia64-specific MCA/INIT scheduler hooks as dangerousLinus Torvalds1-26/+44
2005-09-11[PATCH] MCA/INIT: scheduler hooksKeith Owens1-0/+26
2005-09-10[PATCH] sched: allow the load to grow upto its cpu_powerSiddha, Suresh B1-2/+7
2005-09-10[PATCH] sched: don't kick ALB in the presence of pinned taskSiddha, Suresh B1-1/+14
2005-09-10[PATCH] sched: use cached variable in sys_sched_yield()Renaud Lienhart1-1/+1
2005-09-10[PATCH] sched: HT optimisationNick Piggin1-6/+28
2005-09-10[PATCH] sched: less lockingNick Piggin1-7/+2
2005-09-10[PATCH] sched: less newidle lockingNick Piggin1-7/+10
2005-09-10[PATCH] sched: fix SMT scheduler latency bugIngo Molnar1-4/+15
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar1-1/+10
2005-09-10[PATCH] sched cleanupsIngo Molnar1-19/+25
2005-09-10[PATCH] sched: make idlest_group/cpu cpus_allowed-awareM.Baris Demiray1-4/+13
2005-09-10[PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblingsCon Kolivas1-18/+47
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-0/+4
2005-09-09[PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W1-0/+1
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds1-0/+1
2005-09-07[PATCH] cpusets: fix the "dynamic sched domains" bugJohn Hawkes1-20/+69
2005-09-07[PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes1-54/+236
2005-09-07[kernel-doc] fix various DocBook build problems/warningsJeff Garzik1-0/+1
2005-08-18[PATCH] Make RLIMIT_NICE ranges consistent with getpriority(2)Matt Mackall1-2/+2
2005-07-26[PATCH] fix MAX_USER_RT_PRIO and MAX_RT_PRIOSteven Rostedt1-2/+3
2005-07-26[PATCH] Fix RLIMIT_RTPRIO breakageAndreas Steinmetz1-1/+2
2005-07-07[PATCH] cond_resched(): fix bogus might_sleep() warningIngo Molnar1-0/+7
2005-06-28[PATCH] Tweak idle thread setup semanticsIngo Molnar1-1/+8
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-8/+0