kprobes: Move enable/disable_kprobe() out from debugfs code
[safe/jmp/linux-2.6] / kernel / sched.c
2010-05-07 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-04-30 Peter Zijlstrarcu: Fix RCU lockdep splat in set_task_cpu on fork...
2010-04-23 Ingo MolnarMerge branch 'linus' into perf/core
2010-04-23 Benjamin Herrenschmidtmutex: Don't spin when the owner CPU is offline or...
2010-04-08 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-04-08 Ingo MolnarMerge branch 'linus' into perf/core
2010-04-06 Anton Blanchardsched: Fix sched_getaffinity()
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-02 Oleg Nesterovsched: set_cpus_allowed_ptr(): Don't use rq->migration_...
2010-04-02 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-26 Peter Zijlstrax86, perf, bts, mm: Delete the never used BTS-ptrace...
2010-03-17 KOSAKI Motohirosched: Use proper type in sched_getaffinity()
2010-03-16 Andrew Mortonkernel/sched.c: Suppress unused var warning
2010-03-15 KOSAKI Motohirosched: sched_getaffinity(): Allow less than NR_CPUS...
2010-03-13 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-03-11 Dan Carpentersched: Cleanup: remove unused variable in try_to_wake_up()
2010-03-08 Andi Kleensysdev: Pass attribute in sysdev_class attributes show...
2010-03-06 Jiri Slabykernel core: use helpers for rlimits
2010-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-28 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-27 Frederic WeisbeckerMerge commit 'v2.6.33' into perf/core
2010-02-25 Paul E. McKenneysched: Better name for for_each_domain_rd
2010-02-25 Paul E. McKenneysched: Use lockdep-based checking on rcu_dereference()
2010-02-17 Thomas Gleixnersched: Don't use possibly stale sched_class
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to core kernel...
2010-02-16 Thomas GleixnerMerge branch 'sched/urgent' into sched/core
2010-02-16 Peter Zijlstrasched: Fix race between ttwu() and task_rq_lock()
2010-02-16 Suresh Siddhasched: Fix SMT scheduler regression in find_busiest_queue()
2010-02-08 Anton Blanchardsched: cpuacct: Use bigger percpu counter batch values...
2010-02-08 Ingo MolnarMerge branch 'sched/urgent' into sched/core
2010-02-08 Andrew Mortonkernel/sched.c: Suppress unused var warning
2010-02-04 Yong Zhangsched: Remove member rt_se from struct rt_rq
2010-02-02 Peter Zijlstrasched: Remove unused update_shares_locked()
2010-01-29 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-01-22 Thomas Gleixnersched: Queue a deboosted task to the head of the RT...
2010-01-22 Thomas Gleixnersched: Extend enqueue_task to allow head queueing
2010-01-21 Peter Zijlstrasched: Fix fork vs hotplug vs cpuset namespaces
2010-01-21 Dhaval Gianisched: Remove USER_SCHED
2010-01-21 Peter Zijlstrasched: Remove the sched_class load_balance methods
2010-01-21 Peter Zijlstrasched: Move load balance code into sched_fair.c
2010-01-21 Yong Zhangsched: Reassign prev and switch_count when reacquire_ke...
2010-01-13 Jamie Ilessched/perf: Make sure irqs are disabled for perf_event_...
2010-01-13 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2009-12-28 Simon Kagstromsched: might_sleep(): Make file parameter const char *
2009-12-28 Peter Zijlstraperf events: Remove arg from perf sched hooks
2009-12-23 Peter Zijlstrasched: Revert 738d2be, simplify set_task_cpu()
2009-12-20 Peter Zijlstrasched: Fix hotplug hang
2009-12-20 Peter Zijlstrasched: Restore printk sanity
2009-12-17 Peter Zijlstrasched: Fix broken assertion
2009-12-17 Frederic Weisbeckersched: Teach might_sleep() about preemptible RCU
2009-12-17 Ingo Molnarsched: Make warning less noisy
2009-12-16 Peter Zijlstrasched: Simplify set_task_cpu()
2009-12-16 Peter Zijlstrasched: Remove the cfs_rq dependency from set_task_cpu()
2009-12-16 Peter Zijlstrasched: Add pre and post wakeup hooks
2009-12-16 Peter Zijlstrasched: Move kthread_bind() back to kthread.c
2009-12-16 Peter Zijlstrasched: Fix select_task_rq() vs hotplug issues
2009-12-16 Peter Zijlstrasched: Fix sched_exec() balancing
2009-12-16 Peter Zijlstrasched: Ensure set_task_cpu() is never called on blocked...
2009-12-16 Peter Zijlstrasched: Use TASK_WAKING for fork wakups
2009-12-16 Peter Zijlstrasched: Fix task_hot() test order
2009-12-16 Ingo MolnarMerge branch 'linus' into sched/urgent
2009-12-14 Thomas Gleixnersched: Convert pi_lock to raw_spinlock
2009-12-14 Thomas Gleixnersched: Convert rt_runtime_lock to raw_spinlock
2009-12-14 Thomas Gleixnersched: Convert rq->lock to raw_spinlock
2009-12-14 Thomas Gleixnerlocking: Further name space cleanups
2009-12-14 Thomas Gleixnerlocking: Implement new raw_spinlock
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-14 Thomas Gleixnersched: Use rcu in sched_get_rr_param()
2009-12-14 Thomas Gleixnersched: Use rcu in sched_get/set_affinity()
2009-12-14 Thomas Gleixnersched: Use rcu in sys_sched_getscheduler/sys_sched_getp...
2009-12-13 Joe Perchessched: Use pr_fmt() and pr_<level>()
2009-12-13 Rafael J. Wysockisched: Make wakeup side and atomic variants of completi...
2009-12-12 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-12-10 Ingo Molnarsched: Remove forced2_migrations stats
2009-12-10 Phil Carmodysched: Fix memory leak in two error corner cases
2009-12-10 Mike Galbraithsched: Fix build warning in get_update_sysctl_factor()
2009-12-09 Christian Ehrhardtsched: Update normalized values on user updates via...
2009-12-09 Christian Ehrhardtsched: Make tunable scaling style configurable
2009-12-09 Christian Ehrhardtsched: Fix missing sched tunable recalculation on cpu...
2009-12-09 Peter Zijlstrasched: Fix task priority bug
2009-12-09 Peter Zijlstrasched: cgroup: Implement different treatment for idle...
2009-12-09 Peter Zijlstrasched: Discard some old bits
2009-12-09 Peter Zijlstrasched: Sanitize fork() handling
2009-12-09 Peter Zijlstrasched: Clean up ttwu() rq locking
2009-12-09 Peter Zijlstrasched: Remove rq->clock coupling from set_task_cpu()
2009-12-09 Peter Zijlstrasched: Consolidate select_task_rq() callers
2009-12-09 Thomas Gleixnersched: Protect sched_rr_get_param() access to task...
2009-12-09 Thomas Gleixnersched: Protect task->cpus_allowed access in sched_getaf...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-12-08 Tejun HeoMerge branch 'for-linus' into for-next
2009-12-06 Peter Zijlstrasched: Fix balance vs hotplug race
2009-12-05 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-12-05 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-12-03 Frederic Weisbeckermutex: Fix missing conditions to build mutex_spin_on_ow...
2009-12-02 Hidetoshi Setosched, cputime: Introduce thread_group_times()
2009-12-02 Hidetoshi Setosched, cputime: Cleanups related to task_times()
2009-12-02 Rusty Russellsched: Fix isolcpus boot option
next