aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-23Merge tag 'for-net-2026-01-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+2
2026-01-23Merge tag 'spi-fix-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-26/+13
2026-01-23Merge tag 'regulator-fix-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2026-01-23Merge tag 'regmap-fix-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+9
2026-01-23Merge tag 'gpio-fixes-for-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-10/+24
2026-01-23can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde1-2/+2
2026-01-23Merge tag 'drm-fixes-2026-01-23' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds46-402/+543
2026-01-23serial: Fix not set tty->port race conditionKrzysztof Kozlowski1-0/+6
2026-01-23vfio: Prevent from pinned DMABUF importers to attach to VFIO DMABUFLeon Romanovsky1-0/+12
2026-01-23iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is TranslateNicolin Chen1-1/+3
2026-01-23iommu/arm-smmu-v3-test: Add nested s1bypass/s1dssbypass coverageNicolin Chen1-0/+47
2026-01-23iommu/arm-smmu-v3: Mark EATS_TRANS safe when computing the update sequenceJason Gunthorpe1-0/+26
2026-01-23iommu/arm-smmu-v3: Mark STE MEV safe when computing the update sequenceJason Gunthorpe1-0/+10
2026-01-23iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequenceJason Gunthorpe3-10/+53
2026-01-23can: sja1000: sja1000_err(): use error counter for error stateMichael Tretter1-26/+7
2026-01-23can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e...Marc Kleine-Budde1-7/+6
2026-01-23HID: multitouch: add eGalaxTouch EXC3188 supportThorsten Schmelzer2-0/+4
2026-01-23HID: elecom: Add support for ELECOM HUGE Plus M-HT1MRBKDavid Phillips4-0/+23
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei1-3/+8
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei1-1/+5
2026-01-23power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectorsManivannan Sadhasivam3-0/+177
2026-01-23PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarityQiang Yu3-11/+11
2026-01-23PCI: dwc: Fix grammar and formatting for comment in dw_pcie_remove_ext_capabi...Qiang Yu1-1/+2
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski1-0/+1
2026-01-23crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)1-12/+1
2026-01-23crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
2026-01-23crypto: nx - Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-23crypto: inside-secure/eip93 - fix kernel panic in driver detachAleksander Jan Bajkowski1-1/+1
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu1-1/+1
2026-01-23crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal deviceHarsh Jain1-9/+421
2026-01-23crypto: xilinx - Remove un-necessary typecast operationHarsh Jain1-6/+3
2026-01-23firmware: xilinx: Add firmware API's to support aes-gcm in Versal deviceHarsh Jain1-1/+149
2026-01-23crypto: xilinx - Change coherent DMA to streaming DMA APIHarsh Jain1-36/+58
2026-01-23crypto: xilinx - Replace zynqmp prefix with xilinxHarsh Jain1-71/+69
2026-01-23crypto: xilinx - Register H/W key support with paesHarsh Jain1-100/+204
2026-01-23crypto: xilinx - Avoid submitting fallback requests to engineHarsh Jain1-27/+35
2026-01-23crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16Harsh Jain1-3/+3
2026-01-23crypto: xilinx - Return linux error code instead of firmware error codeHarsh Jain1-7/+7
2026-01-23crypto: xilinx - Update probe to self discover the deviceHarsh Jain1-24/+62
2026-01-23firmware: zynqmp: Add helper API to self discovery the deviceHarsh Jain1-0/+31
2026-01-23crypto: xilinx - Remove union from zynqmp_aead_drv_ctxHarsh Jain1-13/+11
2026-01-23firmware: zynqmp: Move crypto API's to separate fileHarsh Jain3-50/+60
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan1-1/+1
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski186-730/+1370
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei1-32/+60
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei1-8/+17
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei1-8/+52
2026-01-22ublk: abort requests filled in event kfifoMing Lei1-1/+23
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei1-10/+46
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei1-8/+386