aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] sched_setscheduler: fix? policy checksOleg Nesterov2006-09-291-20/+18
* [PATCH] introduce is_rt_policy() helperOleg Nesterov2006-09-291-3/+2
* [PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov2006-09-291-10/+18
* [PATCH] check return value of cpu_callbackAkinobu Mita2006-09-291-1/+3
* [PATCH] Fix longstanding load balancing bug in the schedulerChristoph Lameter2006-09-261-8/+46
* [PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov2006-08-271-3/+1
* [PATCH] pi-futex: missing pi_waiters plist initializationHeiko Carstens2006-07-311-0/+5
* [PATCH] fix cond_resched() fixJim Houston2006-07-311-5/+5
* [PATCH] sched: build_sched_domains() fixSiddha, Suresh B2006-07-311-1/+6
* [PATCH] per-task-delay-accounting: cpu delay collection via schedstatsChandra Seetharaman2006-07-141-22/+49
* [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar2006-07-141-0/+5
* [PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSWIngo Molnar2006-07-141-0/+8
* [PATCH] small kernel/sched.c cleanupAndreas Mohr2006-07-101-10/+7
* [PATCH] sched: fix bug in __migrate_task()Peter Williams2006-07-101-1/+1
* [PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar2006-07-031-125/+125
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-91/+101
* [PATCH] sched: clean up fallout of recent changesIngo Molnar2006-07-031-166/+194
* [PATCH] lockdep: annotate scheduler runqueue locksIngo Molnar2006-07-031-0/+2
* [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-031-0/+10
* [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-031-1/+3
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-5/+11
* [PATCH] cond_resched() fixAndrew Morton2006-06-301-12/+13
* [PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2006-06-271-0/+2
* [PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner2006-06-271-1/+3
* [PATCH] pi-futex: scheduler support for piIngo Molnar2006-06-271-29/+160
* [PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt2006-06-271-0/+2
* [PATCH] sched: uninline task_rq_lock()Oleg Nesterov2006-06-271-1/+1
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-271-25/+215
* [PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri2006-06-271-5/+43