summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2020-10-034-0/+20
* sched/fair: Tweak pick_next_entity()Peter Oskolkov2020-10-031-10/+10
* rseq/selftests: Test MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov2020-09-252-1/+224
* rseq/selftests,x86_64: Add rseq_offset_deref_addv()Peter Oskolkov2020-09-251-0/+57
* rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov2020-09-254-31/+136
* sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song2020-09-251-4/+4
* sched/fair: Reduce busy load balance intervalVincent Guittot2020-09-251-1/+1
* sched/fair: Minimize concurrent LBs between domain levelVincent Guittot2020-09-251-0/+9
* sched/fair: Reduce minimal imbalance thresholdVincent Guittot2020-09-251-1/+1
* sched/fair: Relax constraint on task's load during load balanceVincent Guittot2020-09-251-2/+2
* sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian2020-09-251-10/+9
* sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-09-251-4/+5
* sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing2020-09-251-5/+0
* sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira2020-09-251-1/+1
* sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach2020-09-251-5/+8
* sched/numa: Use runnable_avg to classify nodeVincent Guittot2020-09-251-2/+7
* sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider2020-09-092-6/+6
* MAINTAINERS: Add myself as SCHED_DEADLINE reviewerDaniel Bristot de Oliveira2020-09-041-0/+1
* sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider2020-08-262-7/+7
* sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider2020-08-262-5/+10
* sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior2020-08-261-2/+5
* sched: Bring the PF_IO_WORKER and PF_WQ_WORKER bits closer togetherSebastian Andrzej Siewior2020-08-261-2/+2
* sched/fair: Simplify the work when reweighting entityJiang Biao2020-08-261-2/+2
* sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba2020-08-261-1/+2
* sched/fair: Ignore cache hotness for SMT migrationJosh Don2020-08-261-0/+4
* sched/topology: Mark SD_NUMA as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+2
* sched/topology: Mark SD_OVERLAP as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+2
* sched/topology: Mark SD_ASYM_PACKING as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-3/+4
* sched/topology: Mark SD_SERIALIZE as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-4/+5
* sched/topology: Mark SD_BALANCE_WAKE as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+2
* sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider2020-08-192-2/+4
* sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider2020-08-192-3/+4
* sched/topology: Remove SD_SERIALIZE degeneration special caseValentin Schneider2020-08-191-4/+2
* sched/topology: Use prebuilt SD flag degeneration maskValentin Schneider2020-08-191-16/+4
* sched/topology: Introduce SD metaflag for flags needing > 1 groupsValentin Schneider2020-08-192-11/+35
* sched/debug: Output SD flag names rather than their valuesValentin Schneider2020-08-191-1/+55
* sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider2020-08-191-0/+17
* sched/topology: Define and assign sched_domain flag metadataValentin Schneider2020-08-192-28/+134
* sched/topology: Split out SD_* flags declaration to its own fileValentin Schneider2020-08-192-13/+48
* ARM, sched/topology: Revert back to default scheduler topologyValentin Schneider2020-08-191-26/+0
* ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider2020-08-193-15/+10
* Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-184-39/+86
|\
| * Merge series "spi: stm32: various driver fixes" from Alain Volmat <alain.volm...Mark Brown2020-08-101-37/+61
| |\
| | * spi: stm32: always perform registers configuration prior to transferAlain Volmat2020-08-101-25/+17
| | * spi: stm32: fixes suspend/resume managementAmelie Delaunay2020-08-101-3/+24
| | * spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-08-101-1/+2
| | * spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay2020-08-101-8/+18
| | * spi: stm32h7: fix race condition at end of transferAntonio Borneo2020-08-101-1/+1
| * | dt-bindings: lpspi: Add missing boolean type for fsl,spi-only-use-cs1-selGeert Uytterhoeven2020-08-101-0/+1
| |/
| * spi: stm32: clear only asserted irq flags on interruptTobias Schramm2020-08-051-1/+1