summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: remove SMT niceCon Kolivas2007-03-051-154/+1
* [PATCH] sched: fix SMT scheduler bugIngo Molnar2007-03-011-1/+1
* [PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran valueThomas Gleixner2007-03-011-1/+1
* [PATCH] i386: paravirt CPU hypercall batching modeZachary Amsden2007-02-131-0/+7
* [PATCH] sched: avoid div in rebalance_tickNick Piggin2007-02-121-3/+5
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-5/+4
* [PATCH] Consolidate default sched_clock()Alexey Dobriyan2007-02-111-0/+10
* [PATCH] sched: tasks cannot run on cpus onlined after bootNathan Lynch2007-01-111-1/+1
* [PATCH] sched: fix cond_resched_softirq() offsetIngo Molnar2006-12-301-14/+4
* [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_mapTim Chen2006-12-221-1/+1
* [PATCH] Conditionally check expected_preempt_count in __resched_legal()Mark Fasheh2006-12-221-0/+2
* [PATCH] sched: improve efficiency of sched_fork()Peter Williams2006-12-211-1/+2
* [PATCH] lockdep: print irq-trace info on assertsIngo Molnar2006-12-131-0/+4
* [PATCH] kernel/sched.c: whitespace cleanupsMiguel Ojeda Sandonis2006-12-101-40/+55
* [PATCH] sched: optimize activate_task for RT taskChen, Kenneth W2006-12-101-3/+5
* [PATCH] sched: remove lb_stopbalance counterChen, Kenneth W2006-12-101-7/+4
* [PATCH] sched: decrease number of load balancesSiddha, Suresh B2006-12-101-12/+47
* [PATCH] sched: improve migration accuracyMike Galbraith2006-12-101-21/+20
* [PATCH] sched: add option to serialize load balancingChristoph Lameter2006-12-101-0/+9
* [PATCH] sched: call tasklet less frequentlyChristoph Lameter2006-12-101-2/+16
* [PATCH] sched: use softirq for load balancingChristoph Lameter2006-12-101-5/+17
* [PATCH] sched: move idle status calculation into rebalance_tick()Christoph Lameter2006-12-101-21/+16
* [PATCH] sched: extract load calculation from rebalance_tickChristoph Lameter2006-12-101-42/+54
* [PATCH] sched: disable interrupts for locking in load_balance()Christoph Lameter2006-12-101-5/+6
* [PATCH] sched: remove staggering of load balancingChristoph Lameter2006-12-101-8/+2
* [PATCH] sched: avoid taking rq lock in wake_priority_sleeperChristoph Lameter2006-12-101-0/+3
* [PATCH] move_task_off_dead_cpu() should be called with disabled intsKirill Korotaev2006-12-101-3/+14
* [PATCH] ched domain: move sched group allocations to percpu areaSiddha, Suresh B2006-12-101-68/+64
* [PATCH] sched.c: correct comment for this_rq_lock()Robert P. J. Day2006-12-101-1/+1
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-1/+1
* [PATCH] sched: correct output of show_state()Chris Caputo2006-12-071-4/+4
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-3/+0
* [PATCH] sleep profilingIngo Molnar2006-12-071-0/+11
* [PATCH] lockdep: print current locks on in_atomic warningsPeter Zijlstra2006-12-071-0/+2
* [PATCH] SysRq-X: show blocked tasksIngo Molnar2006-12-071-3/+8
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-1/+1
* [PATCH] readjust comments of task_timeslice for kernel docBorislav Petkov2006-10-201-9/+9
* [PATCH] sched: likely profilingNick Piggin2006-10-111-3/+3
* [PATCH] scheduler: NUMA aware placement of sched_group_allnodesChristoph Lameter2006-10-031-3/+4
* [PATCH] sched: fixing wrong comment for find_idlest_cpu()Satoru Takeuchi2006-10-031-1/+1
* [PATCH] sched: cleanup sched_group cpu_power setupSiddha, Suresh B2006-10-031-63/+82
* [PATCH] sched: introduce child field in sched_domainSiddha, Suresh B2006-10-031-10/+30
* [PATCH] sched: don't print migration cost when only 1 CPUDave Jones2006-10-031-6/+8
* [PATCH] sched: remove unnecessary sched group allocationsSiddha, Suresh B2006-10-031-66/+38
* [PATCH] sched: force /sbin/init off isolated cpusNick Piggin2006-10-031-2/+11
* [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks2006-10-021-0/+3
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-011-1/+1
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-291-4/+4
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-291-8/+8
* [PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2006-09-291-3/+0
OpenPOWER on IntegriCloud