summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| | * | cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2013-03-071-74/+80
| | * | 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-062-5/+4Star
| * | sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2013-03-062-5/+17
| * | sched: Make default_scale_freq_power() staticLi Zefan2013-03-061-3/+3
| * | sched: Move struct sched_class to kernel/sched/sched.hLi Zefan2013-03-061-0/+55
| * | sched: Move wake flags to kernel/sched/sched.hLi Zefan2013-03-061-0/+7
| * | sched: Move struct sched_group to kernel/sched/sched.hLi Zefan2013-03-061-0/+56
| * | sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan2013-03-061-1/+25
| |/
* | 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-292-52/+0Star
|\ \
| * | mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long2013-04-192-52/+0Star
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-143-4/+32
|\ \ | |/ |/|
| * sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
| * sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| * sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-081-0/+26
| * 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-274-52/+141
|\ \ \ | | |/ | |/|
| * | cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker2013-02-241-1/+1
| * | sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer2013-02-221-11/+79
| * | sched: Fix /proc/sched_stat failure on very very large systemsNathan Zimmer2013-02-221-20/+59
| * | 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-203-17/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched: remove redundant NULL cgroup check in task_group_path()Li Zefan2013-01-241-7/+0Star
| * | | sched: split out css_online/css_offline from tg creation/destructionLi Zefan2013-01-242-10/+42
| | |/ | |/|
* | | 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
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-206-71/+322
|\ \ \ \
| * | | | cputime: Remove irqsave from seqlock readersThomas Gleixner2013-02-191-6/+4Star
| * | | | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-072-0/+3
| * | | | sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-072-2/+23
| * | | | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
| * | | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-052-34/+265
| |\ \ \ \
| | * | | | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-272-12/+182
| | * | | | kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-10/+0Star
| | * | | | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-6/+7
| | * | | | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-271-10/+31
| | * | | | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-271-4/+57
| | * | | | cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-271-4/+0Star
| | | |/ / | | |/| |
| * | | | sched: Fix signedness bug in yield_to()Dan Carpenter2013-02-051-1/+1
| * | | | sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith2013-02-041-14/+7Star