summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2012-05-30sched: Make sched_feat_names constHiroshi Shimamoto
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra
2012-05-30sched: Fix SD_OVERLAPPeter Zijlstra
2012-05-30sched: Don't try allocating memory from offline nodesPeter Zijlstra
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-23Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa
2012-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-05-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-05-18sched: Taint kernel with TAINT_WARN after sleep-in-atomic bugKonstantin Khlebnikov
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra
2012-05-17Merge branch 'sched/urgent' into sched/coreIngo Molnar
2012-05-14sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra
2012-05-14sched/numa: Don't scale the imbalancePeter Zijlstra
2012-05-14sched/fair: Revert sched-domain iteration breakagePeter Zijlstra
2012-05-14sched/numa: Fix the new NUMA topology bitsPeter Zijlstra
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra
2012-05-09sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner
2012-05-03userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney
2012-04-26sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar
2012-03-29sched: Fix __schedule_bug() output when called from an interruptStephen Boyd
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra
2012-03-12sched: Update yield() docsPeter Zijlstra
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar