aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-10iommufd: Release current IOAS on xa_store() failureShuai Xue1-0/+2
2026-08-10iommufd: Avoid locking internal accesses during unmapShuai Xue1-2/+2
2026-08-10iommu/sva: Set handle->dev before the SVA handle is visibleShuai Xue1-1/+1
2026-08-10Merge tag 'ti-driver-soc-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/driversArnd Bergmann4-5/+11
2026-08-10firmware: xilinx: Clear firmware notifiers across kexec transitionsJay Buddhabhatti1-0/+14
2026-08-10firmware: xilinx: Release all peripheral devices from firmwareJay Buddhabhatti1-1/+14
2026-08-10firmware: xilinx: Add support to clear EL3 PM stateJay Buddhabhatti1-1/+49
2026-08-10firmware: xilinx: Propagate actual error from feature checkJay Buddhabhatti1-4/+2
2026-08-10firmware: xilinx: Use TF-A feature check for TF-A-specific APIsJay Buddhabhatti1-10/+15
2026-08-10Merge tag 'optee-fix-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixesArnd Bergmann1-0/+3
2026-08-10fbdev: clps711x-fb: Remove unreachable unregister_framebuffer() callKarl Mehltretter1-2/+0
2026-08-10fbdev: mb862xxfb: Silence possibly unused functionsHelge Deller1-3/+3
2026-08-10sticon/parisc: Detect default STI graphics card for console outputHelge Deller1-1/+21
2026-08-10fbdev: ssd1307fb: defer I2C transfers from damage callbacksHui Su1-5/+67
2026-08-10fbdev: au1100fb: drop unneeded semicolonJulia Lawall1-1/+1
2026-08-10fbdev: tdfxfb: Program the initial video modeDaniel Palmer1-0/+8
2026-08-10fbdev: tdfxfb: Wake the VGA core before programming the CRTCDaniel Palmer1-0/+4
2026-08-10fbdev: tdfxfb: Manually boot unbooted cardsDaniel Palmer1-3/+37
2026-08-10fbdev: tdfxfb: Attempt to detect if the card wasn't bootedDaniel Palmer1-0/+31
2026-08-10fbdev: tdfxfb: Add helper to read config table from BIOSDaniel Palmer1-0/+78
2026-08-10fbdev: core: Clamp total_size to smem_len in read/write functionsMingyu Wang2-0/+32
2026-08-10fbdev: kyro: Validate overlay viewport coordinatesDanila Chernetsov1-1/+23
2026-08-10fbdev: mb862xx: replace dead select with dependencyJulian Braha1-2/+1
2026-08-10fbdev: sa1100fb: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: s3c-fb: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: pxafb: Remove redundant dev_err()Pan Chuang1-1/+0
2026-08-10fbdev: pxa3xx-gcu: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: pxa168fb: Remove redundant dev_err()Pan Chuang1-1/+0
2026-08-10fbdev: omapfb/dsi-cm: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: mmp: Remove redundant dev_err()Pan Chuang1-2/+0
2026-08-10fbdev: pvr2fb: correct user pointer annotation and sentinel initializerFlorian Fuchs1-2/+2
2026-08-10fbdev: udlfb: validate vendor descriptor itemsPengpeng Hou1-6/+16
2026-08-10fbdev: sstfb: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-10fbdev: omap2: dsi: do not copy isr tableAndreas Kemnade1-8/+1
2026-08-10fbdev: tdfxfb: fix PCI enable cleanup with pcim_enable_device()Myeonghun Pak1-1/+1
2026-08-10fbdev: uvesafb: unregister connector callback on init failureMyeonghun Pak1-0/+2
2026-08-10Merge tag 'drm-rust-next-2026-08-08' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-nextDave Airlie75-2590/+5760
2026-08-10Merge tag 'pin-init-v7.3' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda1-2/+2
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich2498-7825/+15273
2026-08-09ovpn: defer key slot crypto freeing to workqueueRalf Lici4-16/+18
2026-08-09ovpn: run deferred work on a module-owned workqueueRalf Lici4-10/+30
2026-08-09gpio: ppc44x: use dev_name() for chip labelRosen Penev1-5/+1
2026-08-09gpio: ppc44x: fix undefined behavior in GPIO_MASK2 macroRosen Penev1-1/+1
2026-08-09gpio: ppc44x: drop PPC-specific IO helpersRosen Penev2-13/+29
2026-08-09gpio: ppc44x: Convert GPIO to generic MMIORosen Penev1-44/+27
2026-08-09gpio: ppc44x: Use platform resource helper for GPIO MMIORosen Penev1-4/+7
2026-08-09gpio: ppc44x: Use module platform driver helper for GPIORosen Penev1-5/+4
2026-08-09gpio: ppc44x: update all 4xx to 44xRosen Penev1-34/+34
2026-08-09gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpioRosen Penev3-0/+219
2026-08-09Merge tag 's390-7.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-123/+277