summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] m68k: introduce setup_thread_stack() and end_of_stack()Al Viro2005-11-131-2/+2
* [PATCH] m68k: introduce task_thread_infoAl Viro2005-11-131-3/+3
* [PATCH] optimize activate_task()Chen, Kenneth W2005-11-091-1/+2
* [PATCH] sched: resched and cpu_idle reworkNick Piggin2005-11-091-7/+14
* [PATCH] sched: consider migration thread with smp niceCon Kolivas2005-11-091-9/+26
* [PATCH] sched: correct smp_nice_biasCon Kolivas2005-11-091-6/+8
* [PATCH] sched: smp nice bias busy queues on idle rebalanceCon Kolivas2005-11-091-18/+23
* [PATCH] sched: account rt tasks in prio_bias()Con Kolivas2005-11-091-8/+14
* [PATCH] sched: change prio bias only if queuedCon Kolivas2005-11-091-5/+4
* [PATCH] sched: implement nice support across physical cpus on SMPCon Kolivas2005-11-091-18/+83
* [PATCH] unexport idle_cpuAdrian Bunk2005-11-071-2/+0
* [PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens2005-11-071-1/+2
* [PATCH] improve scheduler fairness a bitOleg Nesterov2005-11-041-1/+1
* [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
OpenPOWER on IntegriCloud