summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-01-23iommu/arm-smmu-v3-test: Add nested s1bypass/s1dssbypass coverageNicolin Chen-0/+47
2026-01-23iommu/arm-smmu-v3: Mark EATS_TRANS safe when computing the update sequenceJason Gunthorpe-0/+26
2026-01-23iommu/arm-smmu-v3: Mark STE MEV safe when computing the update sequenceJason Gunthorpe-0/+10
2026-01-23iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequenceJason Gunthorpe-10/+53
2026-01-23can: sja1000: sja1000_err(): use error counter for error stateMichael Tretter-26/+7
2026-01-23can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e...Marc Kleine-Budde-7/+6
2026-01-23HID: multitouch: add eGalaxTouch EXC3188 supportThorsten Schmelzer-0/+4
2026-01-23HID: elecom: Add support for ELECOM HUGE Plus M-HT1MRBKDavid Phillips-0/+23
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei-3/+8
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei-1/+5
2026-01-23drm/i915: move GEN7_ERR_INT snapshot to display irq codeJani Nikula-7/+5
2026-01-23power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectorsManivannan Sadhasivam-0/+177
2026-01-23iio: dac: Add MAX22007 DAC driver supportJanani Sunil-0/+505
2026-01-23PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarityQiang Yu-11/+11
2026-01-23PCI: dwc: Fix grammar and formatting for comment in dw_pcie_remove_ext_capabi...Qiang Yu-1/+2
2026-01-23drm/xe: derive mem copy capability from graphics versionNitin Gote-6/+1
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski-0/+1
2026-01-23crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)-12/+1
2026-01-23crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky-23/+23
2026-01-23crypto: nx - Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+2
2026-01-23crypto: inside-secure/eip93 - fix kernel panic in driver detachAleksander Jan Bajkowski-1/+1
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu-1/+1
2026-01-23crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal deviceHarsh Jain-9/+421
2026-01-23crypto: xilinx - Remove un-necessary typecast operationHarsh Jain-6/+3
2026-01-23firmware: xilinx: Add firmware API's to support aes-gcm in Versal deviceHarsh Jain-1/+149
2026-01-23crypto: xilinx - Change coherent DMA to streaming DMA APIHarsh Jain-36/+58
2026-01-23crypto: xilinx - Replace zynqmp prefix with xilinxHarsh Jain-71/+69
2026-01-23crypto: xilinx - Register H/W key support with paesHarsh Jain-100/+204
2026-01-23crypto: xilinx - Avoid submitting fallback requests to engineHarsh Jain-27/+35
2026-01-23crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16Harsh Jain-3/+3
2026-01-23crypto: xilinx - Return linux error code instead of firmware error codeHarsh Jain-7/+7
2026-01-23crypto: xilinx - Update probe to self discover the deviceHarsh Jain-24/+62
2026-01-23firmware: zynqmp: Add helper API to self discovery the deviceHarsh Jain-0/+31
2026-01-23crypto: xilinx - Remove union from zynqmp_aead_drv_ctxHarsh Jain-13/+11
2026-01-23firmware: zynqmp: Move crypto API's to separate fileHarsh Jain-50/+60
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan-1/+1
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-730/+1370
2026-01-23drm/i915: Get rid of the INTEL_GMCH_CTRL aliasVille Syrjälä-1/+1
2026-01-23drm/i915/crt: Extract intel_crt_sense_above_threshold()Ville Syrjälä-7/+9
2026-01-23drm/i915/crt: Use IS0_R instead of VGA_MIS_WVille Syrjälä-2/+2
2026-01-23drm/i915/vga: Use MMIO for VGA registers on pre-g4xVille Syrjälä-11/+22
2026-01-23drm/i915/vga: Introduce intel_vga_{read,write}()Ville Syrjälä-9/+29
2026-01-23drm/i915/de: Add intel_de_write8()Ville Syrjälä-0/+26
2026-01-23drm/i915/de: Simplify intel_de_read8()Ville Syrjälä-8/+5
2026-01-23drm/i915/vga: Assert that VGA register accesses are going to the right GPUVille Syrjälä-0/+24
2026-01-23drm/i915/vga: Stop trying to use GMCH_CTRL for VGA decode controlVille Syrjälä-35/+56
2026-01-23drm/i915/vga: Avoid VGA arbiter during intel_vga_disable() for iGPUsVille Syrjälä-4/+50
2026-01-23drm/i915/vga: Clean up VGA registers even if VGA plane is disabledVille Syrjälä-11/+25
2026-01-23drm/i915/vga: Don't touch VGA registers if VGA decode is fully disabledVille Syrjälä-0/+24
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei-32/+60