aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-12-27Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-22Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki
2020-12-15cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki
2020-12-15Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2020-12-15Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-12-15sched: Optimize finish_lock_switch()Peter Zijlstra
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-11cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentBarry Song
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab
2020-12-09membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski
2020-12-02irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker
2020-12-02sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner
2020-11-24Merge branch 'sched/core' into core/mmThomas Gleixner
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-19sched/topology: Condition EAS enablement on FIE supportIonela Voinescu
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu
2020-11-19sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann
2020-11-19sched/core: Fix typos in commentsTal Zussman
2020-11-19sched/topology: Warn when NUMA diameter > 2Valentin Schneider
2020-11-19sched: Fix migration_cpu_stop() WARNPeter Zijlstra
2020-11-19sched/core: Add missing completion for affine_move_task() waitersValentin Schneider
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...Frederic Weisbecker
2020-11-19sched: Detect call to schedule from critical entry codeFrederic Weisbecker
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret