debug_smp_processor_id() fixlets
[safe/jmp/linux-2.6] / kernel / sched.c
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-31 Gerald Stralkosched: remove unused params
2008-01-30 Nick Pigginspinlock: lockbreak cleanup
2008-01-25 Nick Pigginsched: print backtrace of running tasks too
2008-01-25 Guillaume Chazarainsched: monitor clock underflows in /proc/sched_debug
2008-01-25 Guillaume Chazarainsched: fix rq->clock warps on frequency changes
2008-01-25 Ingo Molnarsched: remove the !PREEMPT_BKL code
2008-01-25 Peter Zijlstrasched: rt throttling vs no_hz
2008-01-25 Peter Zijlstrasched: rt group scheduling
2008-01-25 Peter Zijlstrasched: rt time limit
2008-01-25 Peter Zijlstrasched: high-res preemption tick
2008-01-25 Herbert Xusched: do not do cond_resched() when CONFIG_PREEMPT
2008-01-25 Ingo Molnarsched: documentation, whitespace fixes
2008-01-25 Peter Zijlstrasched: sched_rt_entity
2008-01-25 Gregory Haskinssched: dynamically update the root-domain span/online...
2008-01-25 Steven Rostedtsched: RT-balance, add new methods to sched_class
2008-01-25 Steven Rostedtsched: RT-balance, replace hooks with pre/post schedule...
2008-01-25 Dmitry Adamushkosched: get rid of 'new_cpu' in try_to_wake_up()
2008-01-25 Ingo Molnarsched: add credits for RT balancing improvements
2008-01-25 Ingo Molnarsched: style cleanup, #2
2008-01-25 Ingo Molnarsched: remove unused JIFFIES_TO_NS() macro
2008-01-25 Gregory Haskinssched: only balance our RT tasks within our domain
2008-01-25 Gregory Haskinssched: add sched-domain roots
2008-01-25 Steven Rostedtsched: RT-balance on new task
2008-01-25 Gregory Haskinssched: wake-balance fixes
2008-01-25 Gregory Haskinssched: de-SCHED_OTHER-ize the RT path
2008-01-25 Gregory Haskinssched: add RT-balance cpu-weight
2008-01-25 Steven Rostedtsched: push RT tasks from overloaded CPUs
2008-01-25 Steven Rostedtsched: pull RT tasks from overloaded runqueues
2008-01-25 Steven Rostedtsched: add RT task pushing
2008-01-25 Steven Rostedtsched: track highest prio task queued
2008-01-25 Steven Rostedtsched: count # of queued RT tasks
2008-01-25 Ingo Molnarsoftlockup: automatically detect hung TASK_UNINTERRUPTI...
2008-01-25 Gautham R Shenoycpu-hotplug: replace per-subsystem mutexes with get_onl...
2008-01-25 Gautham R Shenoycpu-hotplug: replace lock_cpu_hotplug() with get_online...
2008-01-25 Srivatsa Vaddagirisched: group scheduler, fix fairness of cpu bandwidth...
2008-01-25 Srivatsa Vaddagirisched: introduce a mutex and corresponding API to seria...
2008-01-25 Srivatsa Vaddagirisched: group scheduling, change how cpu load is calculated
2008-01-25 Srivatsa Vaddagirisched: group scheduling, minor fixes
2008-01-25 Srivatsa Vaddagirisched: group scheduling code cleanup
2008-01-22 Ingo Molnarsched: group scheduler, set uid share fix
2008-01-09 Roland McGrathshow_task: real_parent
2007-12-18 Ingo Molnarsched: touch softlockup watchdog after idling
2007-12-18 Dmitry Adamushkosched: fix crash on ia64, introduce task_current()
2007-12-07 Ingo Molnarsched: enable early use of sched_clock()
2007-12-06 Matthew WilcoxAdd wait_for_completion_killable
2007-12-06 Matthew Wilcoxsched: Use task_contributes_to_load, TASK_ALL and TASK_...
2007-12-05 Ingo Molnarsched: style cleanups
2007-12-04 Ingo Molnarsched: fix crash in sys_sched_rr_get_interval()
2007-12-02 Srivatsa Vaddagirisched: cpu accounting controller (V2)
2007-11-28 Ingo Molnarsched: clean up, move __sched_text_start/end to sched.h
2007-11-28 Ingo Molnarsched: clean up sd_alloc_ctl_cpu_table() definition
2007-11-15 Ingo Molnarsched: reorder SCHED_FEAT_ bits
2007-11-15 Dmitry Adamushkosched: remove activate_idle_task()
2007-11-15 Dmitry Adamushkosched: fix __set_task_cpu() SMP race
2007-11-15 Oleg Nesterovsched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHED
2007-11-15 Christian Borntraegersched: fix accounting of interrupts during guest execut...
2007-11-15 Andrew Mortonrevert "Task Control Groups: example CPU accounting...
2007-11-09 Adrian Bunksched: proper prototype for kernel/sched.c:migration_init()
2007-11-09 Peter Zijlstrasched: avoid large irq-latencies in smp-balancing
2007-11-09 Ingo Molnarsched: remove PREEMPT_RESTRICT
2007-11-09 Ingo Molnarsched: turn off PREEMPT_RESTRICT
2007-11-09 Eric Dumazetsched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SEC
2007-11-09 Ingo Molnarsched: reintroduce SMP tunings again
2007-10-29 Ingo Molnarsched: fix style in kernel/sched.c
2007-10-29 Paul Menagesched: report CPU usage in CFS cgroup directories
2007-10-29 Srivatsa Vaddagirisched: move rcu_head to task_group struct
2007-10-29 James Bottomleysched: fix incorrect assumption that cpu 0 exists
2007-10-29 Adrian Bunksched: make kernel/sched.c:account_guest_time() static
2007-10-24 Peter Williamssched: isolate SMP balancing code a bit more
2007-10-24 Peter Williamssched: reduce balance-tasks overhead
2007-10-24 Paul Menagesched: clean up some control group code
2007-10-24 Satyam Sharmasched: use show_regs() to improve __schedule_bug()...
2007-10-24 Ingo Molnarsched: clean up sched_domain_debug()
2007-10-24 Ingo Molnarsched: fix fastcall mismatch in completion APIs
2007-10-24 Milton Millersched: fix sched_domain sysctl registration again
2007-10-22 Laurent Viviersched: don't clear PF_VCPU in scheduler
2007-10-19 Michael Neulingkernel/sched.c: remove bogus comment from account_user_time
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-19 Srivatsa VaddagiriHook up group scheduler with control groups
2007-10-19 Cliff Wickmanhotplug cpu: migrate a task within its cpuset
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Eugene TeoFix tsk->exit_state usage
2007-10-19 Paul MenageFix cpusets update_cpumask
2007-10-19 Paul Jacksoncpuset sched_load_balance flag
2007-10-19 Pavel EmelyanovUninline find_task_by_xxx set of functions
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Paul MenageTask Control Groups: example CPU accounting subsystem
2007-10-18 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-18 Michael NeulingAdd scaled time to taskstats based process accounting
2007-10-18 Ken Chensched: reduce schedstat variable overhead a bit
2007-10-18 Ingo Molnarsched: add KERN_CONT annotation
2007-10-18 Ingo Molnarsched: cleanup, make struct rq comments more consistent
2007-10-18 Ingo Molnarsched: cleanup, fix spacing
2007-10-18 Andi Kleensched: fix return value of wait_for_completion_interrup...
2007-10-17 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-17 Oleg Nesterovmigration_call(CPU_DEAD): use spin_lock_irq() instead...
2007-10-17 Oleg Nesterovdo CPU_DEAD migrating under read_lock(tasklist) instead...
2007-10-17 Srivatsa Vaddagirisched: fix new task startup crash
2007-10-17 Ken Chensched: fix improper load balance across sched domain
next