| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] scheduler: NUMA aware placement of sched_group_allnodes | Christoph Lameter | 2006-10-03 | 1 | -3/+4 |
* | [PATCH] sched: fixing wrong comment for find_idlest_cpu() | Satoru Takeuchi | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] sched: cleanup sched_group cpu_power setup | Siddha, Suresh B | 2006-10-03 | 1 | -63/+82 |
* | [PATCH] sched: introduce child field in sched_domain | Siddha, Suresh B | 2006-10-03 | 1 | -10/+30 |
* | [PATCH] sched: don't print migration cost when only 1 CPU | Dave Jones | 2006-10-03 | 1 | -6/+8 |
* | [PATCH] sched: remove unnecessary sched group allocations | Siddha, Suresh B | 2006-10-03 | 1 | -66/+38 |
* | [PATCH] sched: force /sbin/init off isolated cpus | Nick Piggin | 2006-10-03 | 1 | -2/+11 |
* | [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently | Greg Banks | 2006-10-02 | 1 | -0/+3 |
* | [PATCH] csa: convert CONFIG tag for extended accounting routines | Jay Lan | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] introduce TASK_DEAD state | Oleg Nesterov | 2006-09-29 | 1 | -4/+4 |
* | [PATCH] kill PF_DEAD flag | Oleg Nesterov | 2006-09-29 | 1 | -8/+8 |
* | [PATCH] set EXIT_DEAD state in do_exit(), not in schedule() | Oleg Nesterov | 2006-09-29 | 1 | -3/+0 |
* | [PATCH] sched_setscheduler: fix? policy checks | Oleg Nesterov | 2006-09-29 | 1 | -20/+18 |
* | [PATCH] introduce is_rt_policy() helper | Oleg Nesterov | 2006-09-29 | 1 | -3/+2 |
* | [PATCH] do_sched_setscheduler(): don't take tasklist_lock | Oleg Nesterov | 2006-09-29 | 1 | -10/+18 |
* | [PATCH] check return value of cpu_callback | Akinobu Mita | 2006-09-29 | 1 | -1/+3 |
* | [PATCH] Fix longstanding load balancing bug in the scheduler | Christoph Lameter | 2006-09-26 | 1 | -8/+46 |
* | [PATCH] revert "Drop tasklist lock in do_sched_setscheduler" | Oleg Nesterov | 2006-08-27 | 1 | -3/+1 |
* | [PATCH] pi-futex: missing pi_waiters plist initialization | Heiko Carstens | 2006-07-31 | 1 | -0/+5 |
* | [PATCH] fix cond_resched() fix | Jim Houston | 2006-07-31 | 1 | -5/+5 |
* | [PATCH] sched: build_sched_domains() fix | Siddha, Suresh B | 2006-07-31 | 1 | -1/+6 |
* | [PATCH] per-task-delay-accounting: cpu delay collection via schedstats | Chandra Seetharaman | 2006-07-14 | 1 | -22/+49 |
* | [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection | Shailabh Nagar | 2006-07-14 | 1 | -0/+5 |
* | [PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSW | Ingo Molnar | 2006-07-14 | 1 | -0/+8 |
* | [PATCH] small kernel/sched.c cleanup | Andreas Mohr | 2006-07-10 | 1 | -10/+7 |
* | [PATCH] sched: fix bug in __migrate_task() | Peter Williams | 2006-07-10 | 1 | -1/+1 |
* | [PATCH] sched: cleanup, convert sched.c-internal typedefs to struct | Ingo Molnar | 2006-07-03 | 1 | -125/+125 |
* | [PATCH] sched: cleanup, remove task_t, convert to struct task_struct | Ingo Molnar | 2006-07-03 | 1 | -91/+101 |
* | [PATCH] sched: clean up fallout of recent changes | Ingo Molnar | 2006-07-03 | 1 | -166/+194 |
* | [PATCH] lockdep: annotate scheduler runqueue locks | Ingo Molnar | 2006-07-03 | 1 | -0/+2 |
* | [PATCH] lockdep: prove spinlock rwlock locking correctness | Ingo Molnar | 2006-07-03 | 1 | -0/+10 |
* | [PATCH] lockdep: irqtrace subsystem, core | Ingo Molnar | 2006-07-03 | 1 | -1/+3 |
* | [PATCH] lockdep: better lock debugging | Ingo Molnar | 2006-07-03 | 1 | -5/+11 |
* | [PATCH] cond_resched() fix | Andrew Morton | 2006-06-30 | 1 | -12/+13 |
* | [PATCH] rtmutex: Propagate priority settings into PI lock chains | Thomas Gleixner | 2006-06-27 | 1 | -0/+2 |
* | [PATCH] Drop tasklist lock in do_sched_setscheduler | Thomas Gleixner | 2006-06-27 | 1 | -1/+3 |
* | [PATCH] pi-futex: scheduler support for pi | Ingo Molnar | 2006-06-27 | 1 | -29/+160 |
* | [PATCH] BUG() if setscheduler is called from interrupt context | Steven Rostedt | 2006-06-27 | 1 | -0/+2 |
* | [PATCH] sched: uninline task_rq_lock() | Oleg Nesterov | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] sched: mc/smt power savings sched policy | Siddha, Suresh B | 2006-06-27 | 1 | -25/+215 |
* | [PATCH] sched_domai: Allocate sched_group structures dynamically | Srivatsa Vaddagiri | 2006-06-27 | 1 | -5/+43 |
* | [PATCH] sched_domai: Use kmalloc_node | Srivatsa Vaddagiri | 2006-06-27 | 1 | -2/+3 |
* | [PATCH] sched_domai: Don't use GFP_ATOMIC | Srivatsa Vaddagiri | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] sched_domain: handle kmalloc failure | Srivatsa Vaddagiri | 2006-06-27 | 1 | -61/+78 |
* | [PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks() | Peter Williams | 2006-06-27 | 1 | -5/+21 |
* | [PATCH] sched: modify move_tasks() to improve load balancing outcomes | Peter Williams | 2006-06-27 | 1 | -2/+10 |
* | [PATCH] sched: implement smpnice | Peter Williams | 2006-06-27 | 1 | -65/+219 |
* | [PATCH] sched: CPU hotplug race vs. set_cpus_allowed() | Kirill Korotaev | 2006-06-27 | 1 | -4/+14 |
* | [PATCH] unnecessary long index i in sched | Steven Rostedt | 2006-06-27 | 1 | -1/+2 |
* | [PATCH] sched: fix interactive ceiling code | Con Kolivas | 2006-06-27 | 1 | -25/+27 |