summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-656/+1075
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+7
2016-10-02Merge branch 'pm-cpufreq'Rafael J. Wysocki-75/+122
2016-10-02Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki-75/+122
2016-09-30sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker-15/+11
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker-55/+29
2016-09-30sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker-6/+5
2016-09-30sched/irqtime: No need for preempt-safe accessorsFrederic Weisbecker-2/+2
2016-09-30sched/fair: Fix min_vruntime trackingPeter Zijlstra-7/+22
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra-6/+10
2016-09-30sched/core: Fix set_user_nice()Peter Zijlstra-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra-5/+10
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra-1/+1
2016-09-30sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot-10/+10
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra-7/+43
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra-47/+231
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra-20/+18
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra-5/+39
2016-09-30sched/core: Restructure destroy_sched_domain()Peter Zijlstra-7/+11
2016-09-30sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra-6/+6
2016-09-30sched/wait: Introduce init_wait_entry()Oleg Nesterov-3/+9
2016-09-30sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov-43/+21
2016-09-30sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov-10/+25
2016-09-30sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov-5/+3
2016-09-30sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann-2/+2
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen-0/+3
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra-1/+3
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri-1/+1
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra-0/+2
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra-11/+27
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao-2/+6
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao-5/+0
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski-0/+4
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+7
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski-0/+4
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar-0/+22
2016-09-13cpufreq: schedutil: Add iowait boostingRafael J. Wysocki-4/+49
2016-09-13cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki-0/+8
2016-09-10Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra-4/+7
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf-144/+136
2016-09-05sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf-3/+5
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf-46/+46
2016-09-05sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf-69/+73
2016-09-05sched/deadline: Fix the intention to re-evalute tick dependency for offline CPUWanpeng Li-28/+18
2016-09-05schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon-4/+0
2016-09-05sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann-1/+1
2016-09-05sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta-22/+40
2016-09-05sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta-21/+45
2016-09-05sched/deadline: Refactor CPU heap codeTommaso Cucinotta-27/+23
2016-09-05sched/fair: Make update_min_vruntime() more readableByungchul Park-10/+7