summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2022-04-09Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2022-04-09Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+19
2022-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-826/+467
2022-04-08Merge tag 'block-5.18-2022-04-08' of git://git.kernel.dk/linux-blockLinus Torvalds-39/+46
2022-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-4/+16
2022-04-08Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-16/+3
2022-04-08cxl/pci: Drop shadowed variableDan Williams-1/+0
2022-04-08RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller-0/+6
2022-04-08Merge branch 'acpi-bus'Rafael J. Wysocki-14/+2
2022-04-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-5/+5
2022-04-08Merge tag 'spi-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-38/+25
2022-04-08Merge tag 'regulator-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+41
2022-04-08Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-30/+58
2022-04-08Merge tag 'iommu-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-04-08perf/imx_ddr: Fix undefined behavior due to shift overflowing the constantBorislav Petkov-1/+1
2022-04-08iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren-1/+1
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang-9/+9
2022-04-07Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-250/+907
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-257/+317
2022-04-08Merge tag 'drm-misc-fixes-2022-04-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-2/+12
2022-04-08Merge tag 'drm-misc-next-fixes-2022-04-07' of git://anongit.freedesktop.org/d...Dave Airlie-117/+418
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-20/+131
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-35/+39
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds-6/+15
2022-04-07mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang-2/+2
2022-04-06drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou-1/+1
2022-04-06scsi: megaraid_sas: Target with invalid LUN ID is deleted during scanChandrakanth patil-0/+10
2022-04-06scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong-6/+5
2022-04-06scsi: sd: Clean up gendisk if device_add_disk() failedWenchao Hao-0/+1
2022-04-06scsi: message: fusion: Remove redundant variable dmpColin Ian King-2/+2
2022-04-06scsi: mvsas: Add PCI ID of RocketRaid 2640Alexey Galakhov-0/+1
2022-04-06scsi: sd: sd_read_cpr() requires VPD pagesMartin K. Petersen-1/+1
2022-04-06scsi: mpt3sas: Fail reset operation if config request timed outSreekanth Reddy-3/+6
2022-04-06scsi: sym53c500_cs: Stop using struct scsi_pointerFinn Thain-27/+25
2022-04-06scsi: ufs: ufs-pci: Add support for Intel MTLAdrian Hunter-0/+17
2022-04-06scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc commentDamien Le Moal-2/+1
2022-04-06scsi: scsi_debug: Fix sdebug_blk_mq_poll() in_use_bm bitmap useDamien Le Moal-3/+5
2022-04-06Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen-782/+393
2022-04-07Merge tag 'amd-drm-fixes-5.18-2022-04-06' of https://gitlab.freedesktop.org/a...Dave Airlie-92/+235
2022-04-07Merge tag 'imx-drm-fixes-2022-04-06' of git://git.pengutronix.de/pza/linux in...Dave Airlie-4/+15
2022-04-07Merge tag 'drm-misc-fixes-2022-03-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+3
2022-04-07Merge tag 'amd-drm-next-5.18-2022-03-25' of https://gitlab.freedesktop.org/ag...Dave Airlie-39/+229
2022-04-07random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld-10/+7
2022-04-06fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann-1/+8
2022-04-06drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder-0/+1
2022-04-06drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong-4/+2
2022-04-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong-33/+42
2022-04-06drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher-4/+4
2022-04-06drm/amd/display: update dcn315 clock table readDmytro Laktyushkin-40/+67
2022-04-06drm/amdgpu/display: change pipe policy for DCN 2.1Benjamin Marty-1/+1