aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker1-1/+3
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker1-0/+18
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker1-0/+11
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot3-2/+49
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long2-52/+0
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker1-3/+3
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+32
2013-04-10sched/cpuacct/UML: Fix header file dependency bug on the UML buildIngo Molnar1-0/+1
2013-04-10sched/cpuacct: No need to check subsys active stateLi Zefan1-6/+0
2013-04-10sched/cpuacct: Initialize cpuacct subsystem earlierLi Zefan1-5/+6
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan3-14/+4
2013-04-10sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct staticallyLi Zefan1-2/+2
2013-04-10sched/cpuacct: Clean up cpuacct.hLi Zefan2-47/+43
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()Li Zefan2-2/+7
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()Li Zefan2-2/+6
2013-04-10sched/cpuacct: Add cpuacct_acount_field()Li Zefan3-17/+30
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan3-6/+14
2013-04-10sched: Split cpuacct code out of sched.hLi Zefan2-47/+53
2013-04-10sched: Split cpuacct code out of core.cLi Zefan3-220/+228
2013-04-10sched: Fix comment in rebalance_domains()Libin1-1/+1
2013-04-10sched: Simplify can_migrate_task()Zhang Hang1-7/+4
2013-04-08sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka1-1/+1
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-5/+0
2013-04-08sched: Fix typo inside commentViresh Kumar1-1/+1
2013-04-08sched/debug: Fix sd->*_idx limit range avoiding overflowlibin1-1/+1
2013-04-08sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner1-0/+26
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker3-16/+16
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker1-1/+19
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo1-2/+4
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo1-5/+4
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra1-1/+1
2013-03-18Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-12/+34
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure1-4/+5
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker1-12/+34
2013-03-11sched: Spelling fixAndrei Epure1-1/+1
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMPLi Zefan1-1/+2
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar2-75/+85
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker1-74/+80
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker1-1/+5
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan2-5/+4
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2-5/+17
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan1-3/+3
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan1-0/+55
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan1-0/+7
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan1-0/+56
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan1-1/+25
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+52
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-52/+141
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1