aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* [PATCH] sched: tasks cannot run on cpus onlined after bootNathan Lynch2007-01-11
* [PATCH] sched: fix cond_resched_softirq() offsetIngo Molnar2006-12-30
* [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_mapTim Chen2006-12-22
* [PATCH] Conditionally check expected_preempt_count in __resched_legal()Mark Fasheh2006-12-22
* [PATCH] sched: improve efficiency of sched_fork()Peter Williams2006-12-21
* [PATCH] lockdep: print irq-trace info on assertsIngo Molnar2006-12-13
* [PATCH] kernel/sched.c: whitespace cleanupsMiguel Ojeda Sandonis2006-12-10
* [PATCH] sched: optimize activate_task for RT taskChen, Kenneth W2006-12-10
* [PATCH] sched: remove lb_stopbalance counterChen, Kenneth W2006-12-10
* [PATCH] sched: decrease number of load balancesSiddha, Suresh B2006-12-10
* [PATCH] sched: improve migration accuracyMike Galbraith2006-12-10
* [PATCH] sched: add option to serialize load balancingChristoph Lameter2006-12-10
* [PATCH] sched: call tasklet less frequentlyChristoph Lameter2006-12-10
* [PATCH] sched: use softirq for load balancingChristoph Lameter2006-12-10
* [PATCH] sched: move idle status calculation into rebalance_tick()Christoph Lameter2006-12-10
* [PATCH] sched: extract load calculation from rebalance_tickChristoph Lameter2006-12-10
* [PATCH] sched: disable interrupts for locking in load_balance()Christoph Lameter2006-12-10
* [PATCH] sched: remove staggering of load balancingChristoph Lameter2006-12-10
* [PATCH] sched: avoid taking rq lock in wake_priority_sleeperChristoph Lameter2006-12-10
* [PATCH] move_task_off_dead_cpu() should be called with disabled intsKirill Korotaev2006-12-10
* [PATCH] ched domain: move sched group allocations to percpu areaSiddha, Suresh B2006-12-10
* [PATCH] sched.c: correct comment for this_rq_lock()Robert P. J. Day2006-12-10
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-07
* [PATCH] sched: correct output of show_state()Chris Caputo2006-12-07
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-07
* [PATCH] sleep profilingIngo Molnar2006-12-07
* [PATCH] lockdep: print current locks on in_atomic warningsPeter Zijlstra2006-12-07
* [PATCH] SysRq-X: show blocked tasksIngo Molnar2006-12-07
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-07
* [PATCH] readjust comments of task_timeslice for kernel docBorislav Petkov2006-10-20
* [PATCH] sched: likely profilingNick Piggin2006-10-11
* [PATCH] scheduler: NUMA aware placement of sched_group_allnodesChristoph Lameter2006-10-03
* [PATCH] sched: fixing wrong comment for find_idlest_cpu()Satoru Takeuchi2006-10-03
* [PATCH] sched: cleanup sched_group cpu_power setupSiddha, Suresh B2006-10-03
* [PATCH] sched: introduce child field in sched_domainSiddha, Suresh B2006-10-03
* [PATCH] sched: don't print migration cost when only 1 CPUDave Jones2006-10-03
* [PATCH] sched: remove unnecessary sched group allocationsSiddha, Suresh B2006-10-03
* [PATCH] sched: force /sbin/init off isolated cpusNick Piggin2006-10-03
* [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks2006-10-02
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-01
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-29
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-29
* [PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2006-09-29
* [PATCH] sched_setscheduler: fix? policy checksOleg Nesterov2006-09-29
* [PATCH] introduce is_rt_policy() helperOleg Nesterov2006-09-29
* [PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov2006-09-29
* [PATCH] check return value of cpu_callbackAkinobu Mita2006-09-29
* [PATCH] Fix longstanding load balancing bug in the schedulerChristoph Lameter2006-09-26
* [PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov2006-08-27
* [PATCH] pi-futex: missing pi_waiters plist initializationHeiko Carstens2006-07-31