aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2013-04-08sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra
2013-03-18Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker
2013-03-11sched: Spelling fixAndrei Epure
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-24cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen
2013-02-22sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer
2013-02-22sched: Fix /proc/sched_stat failure on very very large systemsNathan Zimmer
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2013-02-20sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju
2013-02-19Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-19cputime: Remove irqsave from seqlock readersThomas Gleixner
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-02-05sched: Fix signedness bug in yield_to()Dan Carpenter
2013-02-04sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith
2013-02-03sched/rt: Further simplify pick_rt_task()Kirill Tkhai
2013-01-31sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai
2013-01-29sched: Bail out of yield_to when source and target runqueue has one taskPeter Zijlstra
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker