# SPDX-License-Identifier: GPL-2.0-only menuconfig INTERCONNECT bool "On-Chip Interconnect management support" help Support for management of the on-chip interconnects. This framework is designed to provide a generic interface for managing the interconnects in a SoC. If unsure, say no. if INTERCONNECT source "drivers/interconnect/imx/Kconfig" source "drivers/interconnect/mediatek/Kconfig" source "drivers/interconnect/qcom/Kconfig" source "drivers/interconnect/samsung/Kconfig" config INTERCONNECT_CLK tristate depends on COMMON_CLK help Support for wrapping clocks into the interconnect nodes. endif index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/block/blk-mq-sched.c
AgeCommit message (Expand)Author
2020-04-20blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson
2020-03-12blk-mq: insert flush request to the front of dispatch queueMing Lei
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei
2019-07-02blk-mq: remove blk_mq_put_ctx()Bart Van Assche
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-13blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei
2019-05-04blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-05block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang