summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
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/fr...Ingo 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...Li Zefan1-1/+2
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo 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/k...Linus Torvalds4-52/+141
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+19
2013-02-24cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker1-1/+1
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen1-9/+19
2013-02-22sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer1-11/+79
2013-02-22sched: Fix /proc/sched_stat failure on very very large systemsNathan Zimmer1-20/+59
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-17/+42
2013-02-20sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju1-20/+2
2013-02-19Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-71/+322
2013-02-19cputime: Remove irqsave from seqlock readersThomas Gleixner1-6/+4
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov1-5/+52
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams2-0/+3
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2-2/+23
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2-34/+265
2013-02-05sched: Fix signedness bug in yield_to()Dan Carpenter1-1/+1
2013-02-04sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith1-14/+7
2013-02-03sched/rt: Further simplify pick_rt_task()Kirill Tkhai1-2/+1
2013-01-31sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai1-2/+2
2013-01-29sched: Bail out of yield_to when source and target runqueue has one taskPeter Zijlstra1-6/+19
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2-12/+182
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker1-10/+0
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-6/+7
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker1-10/+31
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker1-4/+57
2013-01-27cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker1-4/+0
2013-01-27cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker1-9/+9
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann1-2/+2