index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Maarten Lankhorst
387
-2151
/
+5440
2026-08-10
thunderbolt: Use min() for the DMA path credit cap
Fan Ye
1
-2
/
+1
2026-08-10
media: v4l2-async: avoid deleting unlinked ASC entry on link error
Xu Rao
1
-1
/
+0
2026-08-10
net: pass net_device_path_ctx to dev_fill_forward_path()
Lorenzo Bianconi
2
-2
/
+12
2026-08-10
gpio: Use IRQ trigger mask helpers
Maulik Shah
13
-26
/
+24
2026-08-10
Merge tag 'thermal-v7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Rafael J. Wysocki
31
-269
/
+886
2026-08-10
thunderbolt: debugfs: Replace get_zeroed_page() with kzalloc()
Mahad Ibrahim
1
-14
/
+14
2026-08-10
gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind
Cengiz Can
1
-1
/
+1
2026-08-10
gpio: allow COMPILE_TEST for IOPORT drivers
Rosen Penev
1
-1
/
+2
2026-08-10
Merge branch 'acpi-video'
Rafael J. Wysocki
6
-22
/
+39
2026-08-10
Merge branches 'acpi-scan', 'acpi-pci', 'acpi-tad' and 'acpi-apei'
Rafael J. Wysocki
7
-58
/
+108
2026-08-10
ACPI: scan: Avoid registering platform devices with resource overlaps
Rafael J. Wysocki
1
-2
/
+37
2026-08-10
gpio: ml-ioh: share the register lock across channels
Junjie Cao
1
-32
/
+37
2026-08-10
gpio: ml-ioh: use raw_spinlock_t for the register lock
Junjie Cao
1
-18
/
+18
2026-08-10
Merge tag 'v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...
Bartosz Golaszewski
776
-4335
/
+10912
2026-08-10
drm/connector/hdmi: Fix out of bounds memory read
John Harrison
1
-1
/
+2
2026-08-10
media: rzg2l-cru: Align bytesperline to hardware DMA stride requirement
Tommaso Merciai
1
-0
/
+5
2026-08-10
media: intel/ipu6: fix async notifier cleanup leak on parse error
Cong Nguyen
1
-0
/
+1
2026-08-10
media: staging/ipu7: fix async notifier UAF on probe error path
Cong Nguyen
1
-0
/
+1
2026-08-10
media: amd: isp4: fix self-deadlock in isp4sd_pwron_and_init() error path
Yifei Gao
1
-6
/
+22
2026-08-10
media: amd: isp4: release partial allocations in isp4if_alloc_fw_gpumem()
Yifei Gao
1
-4
/
+2
2026-08-10
Merge tag 'zynqmp-soc-for-7.3' of https://github.com/Xilinx/linux-xlnx into s...
Arnd Bergmann
2
-19
/
+94
2026-08-10
hwrng: imx-rngc - Disable clock on registration failure
Yuho Choi
1
-1
/
+3
2026-08-10
crypto: qat - remove dead ADF_HEX code
Ahsan Atta
2
-4
/
+0
2026-08-10
crypto: qce - simplify qce_handle_request
Thorsten Blum
1
-6
/
+4
2026-08-10
crypto: qce - simplify devm_qce_register_algs
Thorsten Blum
1
-3
/
+3
2026-08-10
crypto: caam - simplify probe resource and IRQ handling
Rosen Penev
1
-34
/
+12
2026-08-10
crypto: amcc - fix racy teardown with devm_request_irq
Rosen Penev
1
-8
/
+15
2026-08-10
crypto: cesa - clear cesa_dev on _remove
Rosen Penev
1
-0
/
+2
2026-08-10
crypto: qce - Add runtime PM and interconnect bandwidth scaling support
Udit Tiwari
1
-7
/
+92
2026-08-10
crypto: talitos - Use platform_get_irq() to retrieve interrupt
Rosen Penev
1
-17
/
+13
2026-08-10
crypto: atmel-ecc - drop redundant return variable
Thorsten Blum
1
-3
/
+2
2026-08-10
crypto: atmel-ecc - simplify control flow in atmel_ecdh_set_secret
Thorsten Blum
1
-7
/
+4
2026-08-10
Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
12
-114
/
+680
2026-08-10
Merge tag 'apple-soc-drivers-7.3' of https://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
4
-2
/
+200
2026-08-10
iommu/vt-d: Flush context cache with correct SID when tearing down aliases
Lu Baolu
3
-5
/
+8
2026-08-10
iommu/vt-d: Tear down scalable-mode context on probe failure
Lu Baolu
1
-0
/
+1
2026-08-10
iommu/vt-d: Fix iopf_refcount leak on RID domain replacement
Lu Baolu
1
-5
/
+8
2026-08-10
iommu/vt-d: Clear Present bit before tearing down copied context entry
Lu Baolu
1
-1
/
+5
2026-08-10
iommu/vt-d: Fix copied_tables bitmap leak on error in copy_translation_tables
ZhaoJinming
1
-6
/
+13
2026-08-10
iommu/vt-d: Cache max domain ID to avoid redundant calculation
Lu Baolu
3
-5
/
+7
2026-08-10
iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bit
Kevin Tian
2
-10
/
+28
2026-08-10
iommu/vt-d: Remove dmar_disabled
Kevin Tian
3
-9
/
+3
2026-08-10
iommu/vt-d: Remove the 'force_on' variable
Kevin Tian
2
-20
/
+22
2026-08-10
iommu/vt-d: Call dmar_can_force_on() for tboot opt-in
Kevin Tian
1
-4
/
+8
2026-08-10
iommu/vt-d: Use dmar_can_force_on() for platform opt-in
Kevin Tian
1
-7
/
+8
2026-08-10
iommu/vt-d: Consolidate dmar policy management and force_on logic
Kevin Tian
3
-4
/
+106
2026-08-10
iommu/vt-d: Remove dead code when CONFIG_INTEL_IOMMU is not set
Kevin Tian
1
-15
/
+0
2026-08-10
iommu/vt-d: Force requesting ACS when tboot is enabled
Kevin Tian
3
-3
/
+16
2026-08-10
iommu/vt-d: Fix no_iommu to disable platform opt-in
Kevin Tian
1
-3
/
+3
[prev]
[next]