summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-11/+81
|\
| * sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-041-0/+30
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-287/+12Star
| |\
| * | nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2013-04-221-0/+2
| * | nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker2013-04-221-1/+3
| * | sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker2013-04-221-0/+18
| * | nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-151-3/+3
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-9/+9
| * | nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker2013-03-211-1/+19
* | | workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo2013-05-011-0/+1
| |/ |/|
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-5/+0Star
|\ \
| * | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-5/+0Star
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-236/+18Star
|\ \ \
| * | | sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim2013-04-241-2/+2
| * | | sched/cpuacct: Initialize root cpuacct earlierLi Zefan2013-04-101-2/+0Star
| * | | sched/cpuacct: Add cpuacct_init()Li Zefan2013-04-101-6/+2Star
| * | | sched: Split cpuacct code out of core.cLi Zefan2013-04-101-220/+0Star
| * | | sched: Fix typo inside commentViresh Kumar2013-04-081-1/+1
| | |/ | |/|
| * | sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra2013-03-181-1/+1
| * | Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-03-081-1/+5
| |\ \
| | * | context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker2013-03-071-1/+5
| | |/
| * | sched: Remove double declaration of root_task_groupLi Zefan2013-03-061-0/+4
| * | sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2013-03-061-5/+5
| |/
* | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-301-5/+4Star
|\ \
| * | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo2013-03-191-5/+4Star
| |/
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-291-45/+0Star
|\ \
| * | mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long2013-04-191-45/+0Star
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-141-3/+5
|\ \ | |/ |/|
| * sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-03-211-2/+4
* | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-5/+52
|\ \
| * | sched: add wait_for_completion_io[_timeout]Vladimir Davydov2013-02-151-5/+52
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-4/+2Star
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-271-20/+2Star
|\ \ \ | | |/ | |/|
| * | sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju2013-02-201-20/+2Star
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-1/+1
|\ \ \
| * | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| | |/ | |/|
* | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-6/+19
|\ \ \
| * | | sched: Bail out of yield_to when source and target runqueue has one taskPeter Zijlstra2013-01-291-6/+19
* | | | sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen2013-02-241-9/+19
* | | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2013-02-201-10/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched: split out css_online/css_offline from tg creation/destructionLi Zefan2013-01-241-10/+39
| | |/ | |/|
* | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-02-201-1/+1
|\ \ \
| * | | workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo2013-01-181-1/+1
| |/ /
* | | sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-071-0/+19
* | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-051-0/+1
|\ \ \
| * | | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-0/+1
| |/ /
* | | sched: Fix signedness bug in yield_to()Dan Carpenter2013-02-051-1/+1
* | | wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-01-221-1/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-2/+8
|\ \