summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-064-6/+6
* block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-063-3/+3
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-0611-39/+23
* scsi: fnic: Drop reserved request handlingJohn Garry2022-07-061-2/+0
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-0613-23/+14
* scsi: core: Remove reserved request time-out handlingJohn Garry2022-07-063-12/+6
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-2842-68/+68
* block: simplify disk shutdownChristoph Hellwig2022-06-2826-54/+42
* mtip32xx: fix device removalChristoph Hellwig2022-06-282-114/+44
* mtip32xx: remove the device_status debugfs fileChristoph Hellwig2022-06-282-144/+1
* dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig2022-06-271-11/+6
* Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-2615-75/+117
|\
| * Merge tag 'memory-controller-drv-fixes-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann2022-06-243-12/+23
| |\
| | * memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timingsMiaoqian Lin2022-06-061-11/+18
| | * memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_commonMiaoqian Lin2022-06-061-1/+4
| | * memory: omap-gpmc: OMAP_GPMC should depend on ARCH_OMAP2PLUS || ARCH_KEYSTONE...Geert Uytterhoeven2022-06-061-0/+1
| * | bus: bt1-axi: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| * | bus: bt1-apb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| * | Merge tag 'arm-soc/for-5.19/drivers-fixes' of https://github.com/Broadcom/stb...Arnd Bergmann2022-06-141-0/+1
| |\ \
| | * | soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin2022-06-081-0/+1
| | |/
| * | Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-06-148-46/+80
| |\ \
| | * | firmware: arm_scmi: Fix incorrect error propagation in scmi_voltage_descripto...Ludvig Pärsson2022-06-121-7/+2
| | * | firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi2022-06-108-13/+11
| | * | firmware: arm_scmi: Fix SENSOR_AXIS_NAME_GET behaviour when unsupportedCristian Marussi2022-06-101-10/+46
| | * | firmware: arm_scmi: Remove all the unused local variablesCristian Marussi2022-06-064-13/+12
| | * | firmware: arm_scmi: Relax base protocol sanity checks on the protocol listCristian Marussi2022-06-061-5/+11
| | |/
| * | Merge tag 'imx-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2022-06-141-1/+1
| |\ \
| | * | soc: imx: imx8m-blk-ctrl: fix display clock for LCDIF2 power domainAlexander Stein2022-06-141-1/+1
| | |/
* | | Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-261-1/+1
|\ \ \
| * | | mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-1/+1
| |/ /
* | | Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-269-31/+21
|\ \ \
| * | | video: fbdev: omap: Remove duplicate 'the' in commentJiang Jian2022-06-221-1/+1
| * | | video: fbdev: omapfb: Align '*' in commentJiang Jian2022-06-221-1/+1
| * | | video: fbdev: simplefb: Check before clk_put() not neededYihao Han2022-06-201-2/+1
| * | | video: fbdev: au1100fb: Drop unnecessary NULL ptr checkYihao Han2022-06-201-4/+2
| * | | video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_writeHyunwoo Kim2022-06-201-1/+1
| * | | video: fbdev: skeletonfb: Convert to generic power managementBjorn Helgaas2022-06-201-6/+7
| * | | video: fbdev: cirrusfb: Remove useless reference to PCI power managementBjorn Helgaas2022-06-201-6/+0
| * | | video: fbdev: intelfb: Initialize value of stolen sizePetr Cvek2022-06-201-2/+2
| * | | video: fbdev: intelfb: Use aperture size from pci_resource_lenPetr Cvek2022-06-201-7/+5
| * | | video: fbdev: skeletonfb: Fix syntax errors in commentsXiang wangx2022-06-201-1/+1
* | | | Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-261-0/+2
|\ \ \ \
| * | | | parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller2022-06-071-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'char-misc-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-2524-51/+91
|\ \ \ \
| * \ \ \ Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-2024-51/+91
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | iio:proximity:sx9324: Check ret value of device_property_read_u32_array()Aashish Sharma2022-06-191-0/+3
| | * | | iio: accel: mma8452: ignore the return value of reset operationHaibo Chen2022-06-191-3/+7
| | * | | iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan2022-06-191-1/+1
| | * | | iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan2022-06-191-10/+17
| | * | | iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)Jean-Baptiste Maneyrol2022-06-192-1/+2