aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+10
2007-05-09Eliminate lock_cpu_hotplug in kernel/schedcGautham R Shenoy1-10/+18
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array'Andrew Morton1-16/+18
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B1-1/+1
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" arrayDmitry Adamushko1-18/+16
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B1-1/+10
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet1-29/+54
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B1-13/+210
2007-05-08sched: fix idle load balancing in softirqd contextSiddha, Suresh B1-7/+5
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge1-0/+2
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter1-0/+8
2007-04-27make SysRq-T show all tasks againIngo Molnar1-1/+1
2007-04-07sched.c: Remove unused variable 'relative'Linus Torvalds1-1/+0
2007-04-07[PATCH] sched: get rid of p->children use in show_task()Ingo Molnar1-34/+1
2007-03-05[PATCH] sched: remove SMT niceCon Kolivas1-154/+1
2007-03-01[PATCH] sched: fix SMT scheduler bugIngo Molnar1-1/+1
2007-03-01[PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran valueThomas Gleixner1-1/+1
2007-02-13[PATCH] i386: paravirt CPU hypercall batching modeZachary Amsden1-0/+7
2007-02-12[PATCH] sched: avoid div in rebalance_tickNick Piggin1-3/+5
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-5/+4
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-0/+10
2007-01-11[PATCH] sched: tasks cannot run on cpus onlined after bootNathan Lynch1-1/+1
2006-12-30[PATCH] sched: fix cond_resched_softirq() offsetIngo Molnar1-14/+4
2006-12-22[PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_mapTim Chen1-1/+1
2006-12-22[PATCH] Conditionally check expected_preempt_count in __resched_legal()Mark Fasheh1-0/+2
2006-12-21[PATCH] sched: improve efficiency of sched_fork()Peter Williams1-1/+2
2006-12-13[PATCH] lockdep: print irq-trace info on assertsIngo Molnar1-0/+4
2006-12-10[PATCH] kernel/sched.c: whitespace cleanupsMiguel Ojeda Sandonis1-40/+55
2006-12-10[PATCH] sched: optimize activate_task for RT taskChen, Kenneth W1-3/+5
2006-12-10[PATCH] sched: remove lb_stopbalance counterChen, Kenneth W1-7/+4
2006-12-10[PATCH] sched: decrease number of load balancesSiddha, Suresh B1-12/+47
2006-12-10[PATCH] sched: improve migration accuracyMike Galbraith1-21/+20
2006-12-10[PATCH] sched: add option to serialize load balancingChristoph Lameter1-0/+9
2006-12-10[PATCH] sched: call tasklet less frequentlyChristoph Lameter1-2/+16
2006-12-10[PATCH] sched: use softirq for load balancingChristoph Lameter1-5/+17
2006-12-10[PATCH] sched: move idle status calculation into rebalance_tick()Christoph Lameter1-21/+16
2006-12-10[PATCH] sched: extract load calculation from rebalance_tickChristoph Lameter1-42/+54
2006-12-10[PATCH] sched: disable interrupts for locking in load_balance()Christoph Lameter1-5/+6
2006-12-10[PATCH] sched: remove staggering of load balancingChristoph Lameter1-8/+2
2006-12-10[PATCH] sched: avoid taking rq lock in wake_priority_sleeperChristoph Lameter1-0/+3
2006-12-10[PATCH] move_task_off_dead_cpu() should be called with disabled intsKirill Korotaev1-3/+14
2006-12-10[PATCH] ched domain: move sched group allocations to percpu areaSiddha, Suresh B1-68/+64
2006-12-10[PATCH] sched.c: correct comment for this_rq_lock()Robert P. J. Day1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-1/+1
2006-12-07[PATCH] sched: correct output of show_state()Chris Caputo1-4/+4
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-3/+0
2006-12-07[PATCH] sleep profilingIngo Molnar1-0/+11
2006-12-07[PATCH] lockdep: print current locks on in_atomic warningsPeter Zijlstra1-0/+2
2006-12-07[PATCH] SysRq-X: show blocked tasksIngo Molnar1-3/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1