summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-044-9/+9
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-05-311-0/+2
* sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-0/+5
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-1/+6
* sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-05-311-6/+10
* sched/cpufreq: Fix kobject memleakTobin C. Harding2019-05-251-0/+1
* sched/deadline: Correctly handle active 0-lag timersluca abeni2019-05-021-2/+1Star
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-021-0/+4
* sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-271-0/+25
* sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-04-201-1/+1
* sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-04-201-34/+25Star
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-171-3/+3
* sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-04-052-7/+8
* sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto2019-04-051-0/+4
* sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-04-051-1/+1
* sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-03-051-3/+4
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-121-0/+1
* sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2019-01-131-34/+9Star
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-12-195-10/+8Star
* sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-12-051-3/+1Star
* sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)2018-12-051-8/+11
* sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-12-011-14/+48
* sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider2018-11-271-1/+4
* sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-10-161-1/+1
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-10-112-3/+21
* sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman2018-10-021-1/+11
* sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju2018-10-021-5/+18
* sched/numa: Limit the conditions where scan period is resetMel Gorman2018-10-021-2/+23
* sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju2018-10-021-7/+19
* sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-024-4/+4
* sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2018-10-022-0/+23
* sched/fair: Fix kernel-doc notation warningRandy Dunlap2018-09-101-0/+1
* sched/fair: Fix load_balance redo for !imbalanceVincent Guittot2018-09-101-1/+1
* sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot2018-09-101-3/+3
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-101-1/+2
* sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot2018-09-101-4/+10
* sched/topology: Set correct NUMA topology typeSrikar Dronamraju2018-09-101-4/+1Star
* sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang2018-09-101-2/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-0/+2
|\
| * sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig2018-08-221-0/+2
* | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-221-1/+1
|\ \
| * | sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki2018-08-201-1/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+2
|\ \ \ | |_|/ |/| |
| * | signal: Add calculate_sigpending()Eric W. Biederman2018-08-041-0/+2
* | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-1/+1
|\ \ \ | |_|/ |/| |
| * | tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-1/+1
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-142-18/+13Star
|\ \ \
| * | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-056-68/+84
| |\| |
| * | | sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-06-212-18/+13Star
| | |/ | |/|
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-143-20/+40
|\ \ \