summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-10Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst387-2151/+5440
2026-08-10thunderbolt: Use min() for the DMA path credit capFan Ye1-2/+1
2026-08-10media: v4l2-async: avoid deleting unlinked ASC entry on link errorXu Rao1-1/+0
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi2-2/+12
2026-08-10gpio: Use IRQ trigger mask helpersMaulik Shah13-26/+24
2026-08-10Merge tag 'thermal-v7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki31-269/+886
2026-08-10thunderbolt: debugfs: Replace get_zeroed_page() with kzalloc()Mahad Ibrahim1-14/+14
2026-08-10gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbindCengiz Can1-1/+1
2026-08-10gpio: allow COMPILE_TEST for IOPORT driversRosen Penev1-1/+2
2026-08-10Merge branch 'acpi-video'Rafael J. Wysocki6-22/+39
2026-08-10Merge branches 'acpi-scan', 'acpi-pci', 'acpi-tad' and 'acpi-apei'Rafael J. Wysocki7-58/+108
2026-08-10ACPI: scan: Avoid registering platform devices with resource overlapsRafael J. Wysocki1-2/+37
2026-08-10gpio: ml-ioh: share the register lock across channelsJunjie Cao1-32/+37
2026-08-10gpio: ml-ioh: use raw_spinlock_t for the register lockJunjie Cao1-18/+18
2026-08-10Merge tag 'v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Bartosz Golaszewski776-4335/+10912
2026-08-10drm/connector/hdmi: Fix out of bounds memory readJohn Harrison1-1/+2
2026-08-10media: rzg2l-cru: Align bytesperline to hardware DMA stride requirementTommaso Merciai1-0/+5
2026-08-10media: intel/ipu6: fix async notifier cleanup leak on parse errorCong Nguyen1-0/+1
2026-08-10media: staging/ipu7: fix async notifier UAF on probe error pathCong Nguyen1-0/+1
2026-08-10media: amd: isp4: fix self-deadlock in isp4sd_pwron_and_init() error pathYifei Gao1-6/+22
2026-08-10media: amd: isp4: release partial allocations in isp4if_alloc_fw_gpumem()Yifei Gao1-4/+2
2026-08-10Merge tag 'zynqmp-soc-for-7.3' of https://github.com/Xilinx/linux-xlnx into s...Arnd Bergmann2-19/+94
2026-08-10hwrng: imx-rngc - Disable clock on registration failureYuho Choi1-1/+3
2026-08-10crypto: qat - remove dead ADF_HEX codeAhsan Atta2-4/+0
2026-08-10crypto: qce - simplify qce_handle_requestThorsten Blum1-6/+4
2026-08-10crypto: qce - simplify devm_qce_register_algsThorsten Blum1-3/+3
2026-08-10crypto: caam - simplify probe resource and IRQ handlingRosen Penev1-34/+12
2026-08-10crypto: amcc - fix racy teardown with devm_request_irqRosen Penev1-8/+15
2026-08-10crypto: cesa - clear cesa_dev on _removeRosen Penev1-0/+2
2026-08-10crypto: qce - Add runtime PM and interconnect bandwidth scaling supportUdit Tiwari1-7/+92
2026-08-10crypto: talitos - Use platform_get_irq() to retrieve interruptRosen Penev1-17/+13
2026-08-10crypto: atmel-ecc - drop redundant return variableThorsten Blum1-3/+2
2026-08-10crypto: atmel-ecc - simplify control flow in atmel_ecdh_set_secretThorsten Blum1-7/+4
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann12-114/+680
2026-08-10Merge tag 'apple-soc-drivers-7.3' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann4-2/+200
2026-08-10iommu/vt-d: Flush context cache with correct SID when tearing down aliasesLu Baolu3-5/+8
2026-08-10iommu/vt-d: Tear down scalable-mode context on probe failureLu Baolu1-0/+1
2026-08-10iommu/vt-d: Fix iopf_refcount leak on RID domain replacementLu Baolu1-5/+8
2026-08-10iommu/vt-d: Clear Present bit before tearing down copied context entryLu Baolu1-1/+5
2026-08-10iommu/vt-d: Fix copied_tables bitmap leak on error in copy_translation_tablesZhaoJinming1-6/+13
2026-08-10iommu/vt-d: Cache max domain ID to avoid redundant calculationLu Baolu3-5/+7
2026-08-10iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bitKevin Tian2-10/+28
2026-08-10iommu/vt-d: Remove dmar_disabledKevin Tian3-9/+3
2026-08-10iommu/vt-d: Remove the 'force_on' variableKevin Tian2-20/+22
2026-08-10iommu/vt-d: Call dmar_can_force_on() for tboot opt-inKevin Tian1-4/+8
2026-08-10iommu/vt-d: Use dmar_can_force_on() for platform opt-inKevin Tian1-7/+8
2026-08-10iommu/vt-d: Consolidate dmar policy management and force_on logicKevin Tian3-4/+106
2026-08-10iommu/vt-d: Remove dead code when CONFIG_INTEL_IOMMU is not setKevin Tian1-15/+0
2026-08-10iommu/vt-d: Force requesting ACS when tboot is enabledKevin Tian3-3/+16
2026-08-10iommu/vt-d: Fix no_iommu to disable platform opt-inKevin Tian1-3/+3