aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-cpumap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+1
2020-10-20blk-mq: remove the calling of local_memory_node()Xianting Tian1-1/+1
2019-08-04blk-mq: balance mapping between present CPUs and queuesMing Lei1-7/+22
2019-05-31blk-mq: Document the blk_mq_hw_queue_to_node() argumentsBart Van Assche1-1/+5
2019-05-31blk-mq: Fix spelling in a source code commentBart Van Assche1-2/+2
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe1-4/+5
2018-11-07blk-mq: abstract out queue mapJens Axboe1-5/+5
2018-04-10blk-mq: don't keep offline CPUs mapped to hctx 0Ming Lei1-5/+0
2017-07-24blk-mq: map queues to all present CPUsChristoph Hellwig1-2/+2
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2017-06-29blk-mq: map all HWQ also in hyperthreaded systemMax Gurtovoy1-46/+22
2017-06-28blk-mq: Include all present CPUs in the default queue mappingChristoph Hellwig1-3/+2
2016-11-08blk-mq: export blk_mq_map_queuesChristoph Hellwig1-0/+1
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig1-20/+5
2015-12-03blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeRaghavendra K T1-1/+1
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita1-4/+5
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2014-12-09blk-mq: Use all available hardware queuesBart Van Assche1-1/+1
2014-11-24blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe1-1/+1
2014-05-28blk-mq: add file comments and update copyright noticesJens Axboe1-0/+5
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-0/+16
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig1-3/+3
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe1-10/+0
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-0/+108