aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-2/+6
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-0/+2
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki1-9/+21
2015-03-02cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki1-14/+15
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki1-1/+0
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-99/+148
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra1-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2-5/+7
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai1-0/+1
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown1-19/+12
2015-02-18sched/completion: Serialize completion_done() with complete()Oleg Nesterov1-2/+17
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker1-1/+1
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai1-0/+20
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra3-85/+79
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra1-0/+16
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+16
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-15/+6
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki1-0/+16
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur1-0/+13
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-76/+170
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+10
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-7/+34
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar1-3/+2
2015-02-04sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire1-0/+9
2015-02-04sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire1-8/+1
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker1-4/+7
2015-02-04sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang1-2/+1
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li1-0/+5
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li1-1/+15
2015-02-04sched/deadline: Fix stale yield statePeter Zijlstra1-19/+19
2015-02-04sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li1-1/+7
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2-6/+30
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2-6/+30
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds1-3/+2
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang3-7/+28
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy1-1/+2
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker1-21/+19
2015-01-30sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen1-1/+16
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar2-1/+4
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens1-1/+1
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith1-0/+3
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich1-1/+1
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-1/+1
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra1-0/+1
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra4-10/+28
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra2-1/+8
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong1-6/+6
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2-1/+3
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa1-2/+3
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen1-0/+3
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2014-12-23sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton1-8/+5
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov1-1/+3
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-182/+660
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2-0/+10
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2014-11-16sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li1-4/+4
2014-11-16sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei1-3/+0
2014-11-16sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei1-3/+0
2014-11-16sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li1-2/+3
2014-11-16sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li1-1/+3
2014-11-16sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li4-10/+2
2014-11-16sched/completion: Document when to use wait_for_completion_io_*()Wolfram Sang1-2/+3
2014-11-16sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai2-6/+0
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar5-42/+41
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka5-27/+24
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra1-13/+0
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra1-0/+7
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin1-0/+4
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda4-57/+67
2014-11-04sched/deadline: Don't check CONFIG_SMP in switched_from_dl()Wanpeng Li1-2/+0
2014-11-04sched/deadline: Reschedule from switched_from_dl() after a successful pullWanpeng Li1-2/+5
2014-11-04sched/deadline: Push task away if the deadline is equal to curr during wakeupWanpeng Li1-1/+1
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li3-0/+17
2014-11-04sched/deadline: Fix artificial overrun introduced by yield_task_dl()Wanpeng Li1-1/+1
2014-11-04sched/rt: Clean up check_preempt_equal_prio()Wanpeng Li1-4/+10
2014-11-04sched/core: Use dl_bw_of() under rcu_read_lock_sched()Juri Lelli1-1/+6
2014-11-04sched: Check if we got a shallowest_idle_cpu before searching for least_loade...Yao Dongdong1-1/+1
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai3-7/+36
2014-11-04sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING testPeter Zijlstra1-1/+1
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra1-1/+6
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai1-2/+6
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney1-1/+1
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra1-3/+9
2014-10-28sched: Debug nested sleepsPeter Zijlstra1-0/+13
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra1-0/+61
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li1-0/+3
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li1-1/+1
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli1-0/+19
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli3-21/+93
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li1-1/+2
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov1-1/+1
2014-10-28sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov1-23/+15
2014-10-28sched: Fix schedule_tail() to disable preemptionOleg Nesterov1-6/+5
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel1-2/+9
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel1-1/+87
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel1-0/+74
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel1-20/+37
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel2-0/+59
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel2-1/+8
2014-10-28sched/dl: Fix preemption checksKirill Tkhai1-3/+7
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov1-0/+41
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai1-2/+3
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu1-1/+1
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai1-2/+12
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli1-5/+13
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli1-1/+12
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai1-0/+6
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-6/+6
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-393/+609
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-16/+0
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-1/+1
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+36
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai1-9/+16
2014-10-03sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai1-6/+0
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel1-10/+19
2014-10-03sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot1-6/+7
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+36
2014-09-24sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai1-1/+1
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai1-4/+5
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai1-4/+4
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai1-0/+10
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai1-14/+2
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2-36/+0
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov1-5/+2
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov1-10/+6
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov1-1/+1
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre1-7/+34
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano2-0/+36
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2-3/+8
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli3-4/+20
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov1-4/+0
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang3-6/+6
2014-09-19sched: Test the CPU's capacity in wake_affine()Vincent Guittot1-9/+10
2014-09-19sched: Allow all architectures to set 'capacity_orig'Vincent Guittot1-16/+11
2014-09-19sched: Fix avg_load computationVincent Guittot1-2/+2
2014-09-19sched: Remove a wake_affine() conditionVincent Guittot1-24/+6
2014-09-19sched: Fix imbalance flag resetVincent Guittot1-4/+19
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin1-0/+3
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai1-15/+32
2014-09-19sched/dl: Simplify pick_dl_task()Kirill Tkhai1-3/+1
2014-09-19sched/rt: Remove useless if from cleanup pick_next_task_rt()Kirill Tkhai1-2/+1
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai1-4/+4
2014-09-19sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai1-5/+2
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel1-2/+3
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu1-0/+19
2014-09-19sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...Rik van Riel1-0/+8
2014-09-09sched: Reduce contention in update_cfs_rq_blocked_load()Jason Low1-0/+3
2014-09-09sched: Migrate waking tasksLai Jiangshan1-1/+7
2014-09-08sched, time: Atomically increment stime & utimeRik van Riel1-2/+5
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel1-13/+20
2014-09-08Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar3-11/+7
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan3-13/+10
2014-09-05sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter3-3/+3
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter1-2/+2
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen1-0/+12
2014-08-20sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai1-52/+99
2014-08-20sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai1-16/+44
2014-08-20sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai1-8/+15
2014-08-20sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai2-3/+15
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai6-68/+76
2014-08-20sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai1-3/+3
2014-08-20sched: Match declaration with definitionPranith Kumar1-1/+1
2014-08-20sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov1-4/+1
2014-08-20sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov1-8/+2
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov1-4/+2
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov1-7/+6
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra1-16/+0
2014-08-12sched/numa: Fix numa capacity computationRik van Riel1-3/+8
2014-08-12sched/numa: Fix off-by-one in capacity checkRik van Riel1-1/+1
2014-08-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang1-7/+6
2014-08-12sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra1-6/+5
2014-08-12sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel1-12/+37
2014-08-12sched/fair: Make calculate_imbalance() independentPeter Zijlstra1-1/+1
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2-7/+7
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+0
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman2-7/+7
2014-08-05Merge branch 'pm-cpuidle'Rafael J. Wysocki1-4/+0
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-184/+301
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-2/+2
2014-07-28sched/fair: Fix 'make xmldocs' warning caused by missing descriptionMasanari Iida1-0/+1
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt1-7/+10
2014-07-28sched: Robustify topology setupPeter Zijlstra1-0/+14
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2-9/+5
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira1-2/+3
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-8/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-0/+18