summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \
| * | userns: Kill task_user_nsEric W. Biederman2012-11-201-2/+8
* | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-15/+56
|\ \ \ | |_|/ |/| |
| * | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman2012-12-111-0/+9
| * | mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman2012-12-111-15/+33
| * | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-111-0/+1
| * | mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra2012-12-111-1/+1
| * | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-0/+13
| |/
* | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-141-0/+15
|\ \
| * | sched: add notifier for cross-cpu migrationsMarcelo Tosatti2012-11-281-0/+15
| |/
* | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-121-8/+8
|\ \
| * | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-8/+8
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-121-0/+11
|\ \
| * | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner2012-10-241-1/+6
| * | sched: Add an rq migration call-back to sched_classPaul Turner2012-10-241-0/+2
| * | sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-241-1/+0Star
| * | sched: Track the runnable average on a per-task entity basisPaul Turner2012-10-241-0/+5
| |/
* | context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-5/+6
* | sched: Mark RCU reader in sched_show_task()Paul E. McKenney2012-11-161-1/+5
| |
| \
*-. \ Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney2012-11-161-1/+7
|\ \ \ | |_|/ |/| |
| | * rcu: Remove rcu_switch()Frederic Weisbecker2012-10-231-1/+1
| |/ |/|
| * rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney2012-10-231-0/+6
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-121-0/+69
|\
| * sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen2012-10-051-0/+56
| * sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen2012-10-051-0/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+1
|\ \ | |/ |/|
| * sanitize tsk_is_polling()Al Viro2012-10-011-1/+1