aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jgarzik/misc-2.6 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
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds1-2/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+1
2005-06-25[PATCH] Dynamic sched domains: sched changesDinakar Guniguntala1-46/+86
2005-06-25[PATCH] Changing RT priority without CAP_SYS_NICEOlivier Croquette1-7/+18
2005-06-25[PATCH] sched: micro-optimize task requeueing in schedule()Chen Shang1-7/+12
2005-06-25[PATCH] sched: relax pinned balancingNick Piggin1-2/+9
2005-06-25[PATCH] sched: consolidate sbe sbfNick Piggin1-106/+68
2005-06-25[PATCH] sched: RCU domainsNick Piggin1-45/+15
2005-06-25[PATCH] sched: multilevel sbe sbfNick Piggin1-7/+38
2005-06-25[PATCH] sched: remove degenerate domainsSuresh Siddha1-0/+64
2005-06-25[PATCH] sched: null domainsNick Piggin1-15/+21
2005-06-25[PATCH] sched: cleanup context switch lockingNick Piggin1-24/+108
2005-06-25[PATCH] sched: uninline task_timesliceIngo Molnar1-1/+1
2005-06-25[PATCH] sched: schedstats update for balance on forkNick Piggin1-27/+36
2005-06-25[PATCH] sched: balance on forkNick Piggin1-55/+109
2005-06-25[PATCH] sched: no aggressive idle balancingNick Piggin1-19/+2
2005-06-25[PATCH] sched: tweak affine wakeupsNick Piggin1-25/+32
2005-06-25[PATCH] sched: balance timersNick Piggin1-64/+74
2005-06-25[PATCH] sched: less aggressive idle balancingNick Piggin1-6/+0
2005-06-25[PATCH] sched: add debuggingNick Piggin1-10/+4
2005-06-25[PATCH] sched: fix SMT scheduling problemsNick Piggin1-45/+31
2005-06-25[PATCH] sched: reduce active load balancingNick Piggin1-6/+10
2005-06-25[PATCH] sched: improve load balancing pinned tasksNick Piggin1-23/+39