summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker-6/+6
2013-07-12sched: Fix HRTICKPeter Zijlstra-9/+11
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar-1/+1
2013-06-27sched: Update cpu load after task_tickAlex Shi-1/+1
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi-4/+2
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi-6/+1
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+17
2013-06-19sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches-1/+1
2013-06-19sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar-1/+1
2013-06-19sched: Fix memory leakage in build_sched_groups()Viresh Kumar-2/+2
2013-06-19sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar-1/+1
2013-06-19sched: Create for_each_sd_topology()Viresh Kumar-3/+6
2013-06-19sched: Don't set sd->child to NULL when it is already NULLViresh Kumar-1/+1
2013-06-19sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar-1/+1
2013-06-19sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar-5/+2
2013-06-19sched: Remove unused params of build_sched_domain()Viresh Kumar-4/+3
2013-06-19Merge branch 'sched/urgent' into sched/coreIngo Molnar-4/+17
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot-4/+17
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker-1/+1
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker-3/+3
2013-05-28sched: Update rq clock before calling check_preempt_curr()Frederic Weisbecker-0/+2
2013-05-28sched: Update rq clock before migrating tasks out of dying CPUFrederic Weisbecker-0/+7
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang-3/+0
2013-05-07sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker-569/+0
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+81
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker-0/+30
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker-287/+12
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo-0/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+0
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-236/+18
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-5/+4
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-45/+0
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim-2/+2
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker-0/+2
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker-1/+3
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker-0/+18
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long-45/+0
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker-3/+3
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+5
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan-2/+0
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan-6/+2
2013-04-10sched: Split cpuacct code out of core.cLi Zefan-220/+0
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner-5/+0
2013-04-08sched: Fix typo inside commentViresh Kumar-1/+1
2013-04-08sched/debug: Fix sd->*_idx limit range avoiding overflowlibin-1/+1
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker-9/+9
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker-1/+19
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo-2/+4
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo-5/+4
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra-1/+1