summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: remove legacy IO schedulersJens Axboe2018-11-077-6025/+0
* block: cleanup kick/queued handlingJens Axboe2018-11-071-16/+10
* block: remove non mq parts from the flush codeJens Axboe2018-11-072-127/+31
* block: remove legacy rq taggingJens Axboe2018-11-078-517/+3
* blk-cgroup: remove legacy queue bypassingJens Axboe2018-11-071-8/+0
* blk-wbt: kill check for legacy queue typeJens Axboe2018-11-072-8/+1
* block: remove blk_complete_request()Jens Axboe2018-11-072-21/+0
* bsg: convert to use blk-mqJens Axboe2018-11-072-72/+110
* bsg: provide bsg_remove_queue() helperJens Axboe2018-11-076-14/+14
* bsg: pass in desired timeout handlerJens Axboe2018-11-076-10/+10
* dasd: remove dead codeJens Axboe2018-11-071-17/+5
* block: remove q->lld_busy_fn()Jens Axboe2018-11-073-11/+0
* scsi: kill off the legacy IO pathJens Axboe2018-11-0717-680/+77
* scsi: provide mq_ops->busy() hookJens Axboe2018-11-071-0/+6
* blk-mq: provide mq_ops->busy() hookJens Axboe2018-11-072-0/+8
* blk-mq: remove legacy check in queue blk_freeze_queue()Jens Axboe2018-11-071-2/+0
* blk-mq: remove the request_list usageJens Axboe2018-11-071-5/+0
* ide: convert to blk-mqJens Axboe2018-11-078-179/+239
* mspro_block: convert to blk-mqJens Axboe2018-11-071-55/+66
* ms_block: convert to blk-mqJens Axboe2018-11-072-49/+62
* sunvdc: convert to blk-mqJens Axboe2018-11-071-51/+98
* null_blk: Add conventional zone configuration for zoned supportMasato Suzuki2018-11-073-1/+34
* Merge tag 'hwmon-for-v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-072-8/+7
|\
| * hwmon: (ibmpowernv) Remove bogus __init annotationsGeert Uytterhoeven2018-11-041-4/+3
| * hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko2018-11-041-4/+4
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-11-079-31/+39
|\ \
| * \ Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux...Olof Johansson2018-11-071-0/+3
| |\ \
| | * | arm64: dts: stratix10: fix multicast filteringAaro Koskinen2018-11-051-0/+3
| | |/
| * | Merge tag 'renesas-fixes-for-v4.20' of https://git.kernel.org/pub/scm/linux/k...Olof Johansson2018-11-073-25/+26
| |\ \
| | * | arm64: dts: renesas: condor: switch from EtherAVB to GEtherSergei Shtylyov2018-11-051-23/+24
| | * | dt-bindings: arm: Fix RZ/G2E part numberFabrizio Castro2018-11-051-1/+1
| | * | arm64: dts: renesas: r8a7795: add missing dma-names on hscif2Kuninori Morimoto2018-11-051-1/+1
| | |/
| * | Merge tag 'imx-fixes-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2018-11-054-5/+10
| |\ \
| | * | ARM: dts: imx6sx-sdb: Fix enet phy regulatorLeonard Crestez2018-11-051-1/+6
| | * | ARM: dts: fsl: Fix improperly quoted stdout-path valuesRob Herring2018-11-052-3/+3
| | * | ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c nodeOleksij Rempel2018-11-051-1/+1
| | |/
| * / ARM: defconfig: Disable PREEMPT again on multi_v7Olof Johansson2018-11-051-1/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2018-11-079-11/+71
|\ \
| * | HID: fix up .raw_event() documentationLinus Walleij2018-11-061-2/+2
| * | HID: asus: fix build warning wiht CONFIG_ASUS_WMI disabledArnd Bergmann2018-11-061-0/+3
| * | Merge branch 'master' into for-4.20/upstream-fixesJiri Kosina2018-11-066656-131459/+370147
| |\ \
| * | | HID: i2c-hid: add Direkt-Tek DTLAPY133-1 to descriptor overrideJulian Sax2018-10-311-0/+8
| * | | HID: moving to group maintainership modelJiri Kosina2018-10-291-4/+4
| * | | HID: alps: allow incoming reports when only the trackstick is openedBenjamin Tissoires2018-10-261-0/+18
| * | | Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"Benjamin Tissoires2018-10-261-1/+0
| * | | HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanelKai-Heng Feng2018-10-262-0/+22
| * | | HID: hiddev: fix potential Spectre v1Breno Leitao2018-10-261-4/+14
* | | | Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-061-1/+1
|\ \ \ \
| * | | | tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu2018-11-051-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-061-1/+1
|\ \ \ \