aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+4
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat1-2/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+46
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar1-0/+1
2012-03-29sched: Fix __schedule_bug() output when called from an interruptStephen Boyd1-7/+1
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra1-16/+46
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-41/+88
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas1-0/+1
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2012-03-12sched: Update yield() docsPeter Zijlstra1-2/+18
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra1-1/+1
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra1-1/+1
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume"Linus Torvalds1-2/+2
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+0
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra1-0/+3
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner1-1/+1
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner1-2/+19
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner1-2/+2
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner1-3/+3
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner1-0/+12
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar1-1/+0
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat1-2/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-9/+9
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra1-1/+0
2012-02-14security: trim security.hAl Viro1-0/+1
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-12/+8
2012-01-27sched, block: Unify cache detectionPeter Zijlstra1-3/+3
2012-01-26sched/s390: Fix compile error in sched/core.cChristian Borntraeger1-0/+1
2012-01-26sched: Fix rq->nr_uninterruptible update racePeter Zijlstra1-12/+6
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2012-01-10sched: Remove empty #ifdefsHiroshi Shimamoto1-7/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+19
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-21/+19
2011-12-23sched/tracing: Add a new tracepoint for sleeptimeArun Sharma1-0/+1
2011-12-23sched: Disable scheduler warnings during oopsesDave Jones1-0/+3
2011-12-21sched: Remove cfs bandwidth period check in tg_set_cfs_period()Kamalesh Babulal1-3/+0
2011-12-21sched: Only queue remote wakeups when crossing cache boundariesPeter Zijlstra1-1/+33
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky1-0/+8119
2011-12-16sched: Add missing rcu_dereference() around ->real_parent usageKees Cook1-1/+1
2011-12-06sched: Use jump_labels for sched_featPeter Zijlstra1-7/+39
2011-12-06sched/accounting: Fix parameter passing in task_group_account_fieldGlauber Costa1-2/+2
2011-12-06sched/accounting: Fix user/system tick double accountingGlauber Costa1-10/+2
2011-12-06sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa1-89/+76
2011-12-06sched/accounting, cgroups: Reuse cgroup's parent pointerGlauber Costa1-6/+9
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-38/+40