summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann2021-02-171-1/+1
| * | rbtree, timerqueue: Use rb_add_cached()Peter Zijlstra2021-02-171-19/+9
| * | rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra2021-02-171-36/+18
| * | rbtree, uprobes: Use rbtree helpersPeter Zijlstra2021-02-171-41/+39
| * | rbtree, perf: Use new rbtree helpersPeter Zijlstra2021-02-172-107/+92
| * | rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra2021-02-172-53/+42
| * | rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra2021-02-171-32/+14
| * | rbtree: Add generic add and find helpersPeter Zijlstra2021-02-173-63/+392
| * | sched/fair: Merge select_idle_core/cpu()Mel Gorman2021-02-171-40/+59
| * | sched/fair: Remove select_idle_smt()Mel Gorman2021-02-171-30/+0
| * | Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar2021-02-171642-9628/+19353
| |\ \
| * | | sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman2021-01-271-6/+8
| * | | sched/fair: Remove SIS_AVG_CPUMel Gorman2021-01-272-12/+9
| * | | sched: Correctly sort struct predeclarationsPeter Oskolkov2021-01-271-1/+1
| * | | init/Kconfig: Correct thermal pressure help textYue Hu2021-01-271-1/+1
| * | | sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2021-01-272-51/+49
| * | | sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-01-271-1/+1
| * | | sched: Use task_current() instead of 'rq->curr == p'Hui Su2021-01-144-6/+6
| * | | sched/fair: Reduce cases for active balanceVincent Guittot2021-01-141-22/+23
| * | | sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot2021-01-141-2/+5
| * | | sched/fair: Skip idle cfs_rqVincent Guittot2021-01-141-1/+4
| * | | sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan2021-01-141-15/+28
| * | | sched: Add schedutil overviewPeter Zijlstra2021-01-141-0/+169
| * | | sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen2021-01-142-3/+11
| * | | thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platformsViresh Kumar2021-01-141-14/+55
| * | | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-145-11/+22
| * | | sched/core: Move schedutil_cpu_util() to core.cViresh Kumar2021-01-143-117/+109
| | |/ | |/|
* | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-2114-65/+60
|\ \ \
| * | | x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tablesWill Deacon2021-01-291-1/+7
| * | | tlb: arch: Remove empty __tlb_remove_tlb_entry() stubsWill Deacon2021-01-292-2/+0
| * | | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-2910-41/+20
| * | | tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon2021-01-294-5/+20
| * | | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-2910-19/+15
| * | | mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon2021-01-291-4/+5
* | | | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-2157-294/+617
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo-lkmm' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2021-02-1234-138/+42
| |\ \ \ \
| | * | | | tools/memory-model: Fix typo in klitmus7 compatibility tableAkira Yokosawa2021-01-041-1/+1
| | * | | | tools/memory-model: Remove redundant initialization in litmus testsAkira Yokosawa2021-01-0432-134/+32
| | * | | | tools/memory-model: Tie acquire loads to reads-fromPaul E. McKenney2021-01-041-3/+9
| * | | | | Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-02-122-16/+13
| |\ \ \ \ \
| | * | | | | random32: Re-enable KCSAN instrumentationMarco Elver2021-01-041-3/+0
| | * | | | | kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver2021-01-041-13/+13
| | |/ / / /
| * | | | | Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-121620-9512/+19135
| |\ \ \ \ \
| * | | | | | checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior2021-02-101-6/+0
| * | | | | | locking/mutex: Kill mutex_trylock_recursive()Sebastian Andrzej Siewior2021-02-102-35/+0
| * | | | | | s390: Use arch_local_irq_{save,restore}() in early boot codeSven Schnelle2021-02-101-2/+2
| * | | | | | lockdep: Noinstr annotate warn_bogus_irq_restore()Peter Zijlstra2021-02-101-1/+3
| * | | | | | locking/lockdep: Avoid unmatched unlockPeter Zijlstra2021-02-051-1/+2
| * | | | | | locking/rwsem: Remove empty rwsem.hNikolay Borisov2021-01-291-0/+0
| * | | | | | locking/rtmutex: Add missing kernel-doc markupAlex Shi2021-01-281-6/+11