| Commit message (Expand) | Author | Age | Files | Lines |
* | workqueue: include workqueue info when printing debug dump of a worker task | Tejun Heo | 2013-04-30 | 1 | -0/+1 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 1 | -5/+0 |
|\ |
|
| * | arch: Consolidate tsk_is_polling() | Thomas Gleixner | 2013-04-08 | 1 | -5/+0 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-04-30 | 1 | -236/+18 |
|\ \ |
|
| * | | sched: Rename load_balance_tmpmask to load_balance_mask | Joonsoo Kim | 2013-04-24 | 1 | -2/+2 |
| * | | sched/cpuacct: Initialize root cpuacct earlier | Li Zefan | 2013-04-10 | 1 | -2/+0 |
| * | | sched/cpuacct: Add cpuacct_init() | Li Zefan | 2013-04-10 | 1 | -6/+2 |
| * | | sched: Split cpuacct code out of core.c | Li Zefan | 2013-04-10 | 1 | -220/+0 |
| * | | sched: Fix typo inside comment | Viresh Kumar | 2013-04-08 | 1 | -1/+1 |
| * | | sched/tracing: Allow tracing the preemption decision on wakeup | Peter Zijlstra | 2013-03-18 | 1 | -1/+1 |
| * | | Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2013-03-08 | 1 | -1/+5 |
| |\ \ |
|
| | * | | context_tracking: Restore preempted context state after preempt_schedule_irq() | Frederic Weisbecker | 2013-03-07 | 1 | -1/+5 |
| | |/ |
|
| * | | sched: Remove double declaration of root_task_group | Li Zefan | 2013-03-06 | 1 | -0/+4 |
| * | | sched: Move group scheduling functions out of include/linux/sched.h | Li Zefan | 2013-03-06 | 1 | -5/+5 |
| |/ |
|
* | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-04-29 | 1 | -5/+4 |
|\ \ |
|
| * | | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY | Tejun Heo | 2013-03-19 | 1 | -5/+4 |
| |/ |
|
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-29 | 1 | -45/+0 |
|\ \ |
|
| * | | mutex: Move mutex spinning code from sched/core.c back to mutex.c | Waiman Long | 2013-04-19 | 1 | -45/+0 |
| |/ |
|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-14 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | sched/debug: Fix sd->*_idx limit range avoiding overflow | libin | 2013-04-08 | 1 | -1/+1 |
| * | sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s | Tejun Heo | 2013-03-21 | 1 | -2/+4 |
* | | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-02-28 | 1 | -5/+52 |
|\ \ |
|
| * | | sched: add wait_for_completion_io[_timeout] | Vladimir Davydov | 2013-02-15 | 1 | -5/+52 |
* | | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -4/+2 |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-26 | 1 | -20/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | sched/core: Remove the obsolete and unused nr_uninterruptible() function | Sha Zhengju | 2013-02-20 | 1 | -20/+2 |
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-02-24 | 1 | -6/+19 |
|\ \ \ |
|
| * | | | sched: Bail out of yield_to when source and target runqueue has one task | Peter Zijlstra | 2013-01-29 | 1 | -6/+19 |
* | | | | sched: do not use cpu_to_node() to find an offlined cpu's node. | Tang Chen | 2013-02-23 | 1 | -9/+19 |
* | | | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2013-02-20 | 1 | -10/+39 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | sched: split out css_online/css_offline from tg creation/destruction | Li Zefan | 2013-01-24 | 1 | -10/+39 |
| | |/
| |/| |
|
* | | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-02-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h | Tejun Heo | 2013-01-18 | 1 | -1/+1 |
| |/ / |
|
* | | | sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice | Clark Williams | 2013-02-07 | 1 | -0/+19 |
* | | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2013-02-05 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | cputime: Safely read cputime of full dynticks CPUs | Frederic Weisbecker | 2013-01-27 | 1 | -0/+1 |
| |/ / |
|
* | | | sched: Fix signedness bug in yield_to() | Dan Carpenter | 2013-02-05 | 1 | -1/+1 |
* | | | wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task | Oleg Nesterov | 2013-01-22 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-17 | 1 | -2/+8 |
|\ \ |
|
| * | | userns: Kill task_user_ns | Eric W. Biederman | 2012-11-20 | 1 | -2/+8 |
* | | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 | 1 | -15/+56 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D... | Mel Gorman | 2012-12-11 | 1 | -0/+9 |
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancing | Mel Gorman | 2012-12-11 | 1 | -15/+33 |
| * | | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate | Mel Gorman | 2012-12-11 | 1 | -0/+1 |
| * | | mm: sched: numa: Implement slow start for working set sampling | Peter Zijlstra | 2012-12-11 | 1 | -1/+1 |
| * | | mm: numa: Add fault driven placement and migration | Peter Zijlstra | 2012-12-11 | 1 | -0/+13 |
| |/ |
|
* | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-12-13 | 1 | -0/+15 |
|\ \ |
|
| * | | sched: add notifier for cross-cpu migrations | Marcelo Tosatti | 2012-11-27 | 1 | -0/+15 |
| |/ |
|