summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: hardcode non-smp set_cpus_allowedPaul Jackson2005-10-301-1/+0
* [PATCH] mm: update_hiwaters just in timeHugh Dickins2005-10-291-2/+0
* [PATCH] export cpu_online_mapAndrew Morton2005-10-261-0/+1
* [PATCH] Fix spinlock owner debuggingIngo Molnar2005-09-131-4/+4
* Mark ia64-specific MCA/INIT scheduler hooks as dangerousLinus Torvalds2005-09-121-26/+44
* [PATCH] MCA/INIT: scheduler hooksKeith Owens2005-09-111-0/+26
* [PATCH] sched: allow the load to grow upto its cpu_powerSiddha, Suresh B2005-09-101-2/+7
* [PATCH] sched: don't kick ALB in the presence of pinned taskSiddha, Suresh B2005-09-101-1/+14
* [PATCH] sched: use cached variable in sys_sched_yield()Renaud Lienhart2005-09-101-1/+1
* [PATCH] sched: HT optimisationNick Piggin2005-09-101-6/+28
* [PATCH] sched: less lockingNick Piggin2005-09-101-7/+2
* [PATCH] sched: less newidle lockingNick Piggin2005-09-101-7/+10
* [PATCH] sched: fix SMT scheduler latency bugIngo Molnar2005-09-101-4/+15
* [PATCH] sched: TASK_NONINTERACTIVEIngo Molnar2005-09-101-1/+10
* [PATCH] sched cleanupsIngo Molnar2005-09-101-19/+25
* [PATCH] sched: make idlest_group/cpu cpus_allowed-awareM.Baris Demiray2005-09-101-4/+13
* [PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblingsCon Kolivas2005-09-101-18/+47
* [PATCH] spinlock consolidationIngo Molnar2005-09-101-0/+4
* [PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W2005-09-091-0/+1
* Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-09-071-0/+1
|\
| * [kernel-doc] fix various DocBook build problems/warningsJeff Garzik2005-09-071-0/+1
* | [PATCH] cpusets: fix the "dynamic sched domains" bugJohn Hawkes2005-09-071-20/+69
* | [PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes2005-09-071-54/+236
|/
* [PATCH] Make RLIMIT_NICE ranges consistent with getpriority(2)Matt Mackall2005-08-181-2/+2
* [PATCH] fix MAX_USER_RT_PRIO and MAX_RT_PRIOSteven Rostedt2005-07-261-2/+3
* [PATCH] Fix RLIMIT_RTPRIO breakageAndreas Steinmetz2005-07-261-1/+2
* [PATCH] cond_resched(): fix bogus might_sleep() warningIngo Molnar2005-07-071-0/+7
* [PATCH] Tweak idle thread setup semanticsIngo Molnar2005-06-281-1/+8
* [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-271-8/+0
* Merge Christoph's freeze cleanup patchLinus Torvalds2005-06-251-2/+1
|\
| * [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-251-2/+1
* | [PATCH] Dynamic sched domains: sched changesDinakar Guniguntala2005-06-251-46/+86
* | [PATCH] Changing RT priority without CAP_SYS_NICEOlivier Croquette2005-06-251-7/+18
* | [PATCH] sched: micro-optimize task requeueing in schedule()Chen Shang2005-06-251-7/+12
* | [PATCH] sched: relax pinned balancingNick Piggin2005-06-251-2/+9
* | [PATCH] sched: consolidate sbe sbfNick Piggin2005-06-251-106/+68
* | [PATCH] sched: RCU domainsNick Piggin2005-06-251-45/+15
* | [PATCH] sched: multilevel sbe sbfNick Piggin2005-06-251-7/+38
* | [PATCH] sched: remove degenerate domainsSuresh Siddha2005-06-251-0/+64
* | [PATCH] sched: null domainsNick Piggin2005-06-251-15/+21
* | [PATCH] sched: cleanup context switch lockingNick Piggin2005-06-251-24/+108
* | [PATCH] sched: uninline task_timesliceIngo Molnar2005-06-251-1/+1
* | [PATCH] sched: schedstats update for balance on forkNick Piggin2005-06-251-27/+36
* | [PATCH] sched: balance on forkNick Piggin2005-06-251-55/+109
* | [PATCH] sched: no aggressive idle balancingNick Piggin2005-06-251-19/+2
* | [PATCH] sched: tweak affine wakeupsNick Piggin2005-06-251-25/+32
* | [PATCH] sched: balance timersNick Piggin2005-06-251-64/+74
* | [PATCH] sched: less aggressive idle balancingNick Piggin2005-06-251-6/+0
* | [PATCH] sched: add debuggingNick Piggin2005-06-251-10/+4
* | [PATCH] sched: fix SMT scheduling problemsNick Piggin2005-06-251-45/+31