summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-11-21veth: reduce XDP no_direct return section to fix raceJesper Dangaard Brouer1-4/+3
2025-11-21Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL derefDouglas Anderson1-0/+5
2025-11-21Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interfaceChris Lu1-7/+27
2025-11-20dm: fix failure when empty flush's bi_sector points beyond the device endMikulas Patocka1-1/+1
2025-11-20Merge tag 'pm-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-9/+16
2025-11-20Merge tag 'acpi-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-23/+41
2025-11-20Merge tag 'platform-drivers-x86-v6.18-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds13-91/+120
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds16-47/+115
2025-11-20be2net: pass wrb_params in case of OS2BMCAndrey Vatoropin1-3/+4
2025-11-20Merge tag 'nvme-6.18-2025-11-20' of git://git.infradead.org/nvme into block-6.18Jens Axboe6-11/+15
2025-11-20ata: libata-core: Set capacity to zero for a security locked driveNiklas Cassel1-0/+10
2025-11-20ata: libata-scsi: Fix system suspend for a security locked driveNiklas Cassel1-0/+7
2025-11-20ata: libata-scsi: Add missing scsi_device_put() in ata_scsi_dev_rescan()Yihang Li1-1/+3
2025-11-20Merge tag 'wireless-2025-11-20' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-0/+7
2025-11-20net: dsa: microchip: lan937x: Fix RGMII delay tuningOleksij Rempel1-0/+1
2025-11-20Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-3/+21
2025-11-20scsi: sg: Do not sleep in atomic contextBart Van Assche1-1/+9
2025-11-20wifi: rtw89: hw_scan: Don't let the operating channel be lastBitterblue Smith1-0/+7
2025-11-20spi: cadence-quadspi: Fix cqspi_probe() error handling for runtime pmSiddharth Vadapalli1-2/+1
2025-11-20drm/amdgpu: Add sriov vf check for VCN per queue reset support.Shikang Fan2-2/+4
2025-11-20drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flagsSrinivasan Shanmugam1-1/+1
2025-11-20drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flagTimur Kristóf1-2/+2
2025-11-20drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabledYifan Zha1-2/+2
2025-11-20drm/amd: Skip power ungate during suspend for VPEMario Limonciello1-1/+2
2025-11-19drm/plane: Fix create_in_format_blob() return valueVille Syrjälä1-2/+2
2025-11-19Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2025-11-19Merge tag 'pwm/for-6.18-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-11-19Merge tag 'hid-for-linus-2025111901' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-20/+57
2025-11-19net: phylink: add missing supported link modes for the fixed-linkWei Fang1-0/+3
2025-11-19Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann262-1118/+2286
2025-11-19ACPI: APEI: EINJ: Fix EINJV2 initialization and injectionTony Luck1-23/+41
2025-11-19gpio: cdev: make sure the cdev fd is still active before emitting eventsBartosz Golaszewski1-2/+7
2025-11-19net/mlx5: Clean up only new IRQ glue on request_irq() failurePradyumn Rahar1-4/+2
2025-11-19pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()Jared Kangas1-0/+1
2025-11-19pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_descJared Kangas1-1/+1
2025-11-19ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-11-19idpf: fix possible vport_config NULL pointer deref in removeEmil Tantilov1-0/+2
2025-11-18drm/xe/irq: Handle msix vector0 interruptVenkata Ramana Nayana1-17/+1
2025-11-18drm/xe: Remove duplicate DRM_EXEC selection from KconfigShuicheng Lin1-1/+0
2025-11-18drm/xe/kunit: Fix forcewake assertion in mocs testMatt Roper1-1/+1
2025-11-18drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin1-2/+4
2025-11-18dm-pcache: zero cache_info before default initLi Chen1-1/+1
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen1-1/+1
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen4-6/+6
2025-11-18drm/radeon: delete radeon_fence_process in is_signaled, no deadlockRobert McClinton1-7/+0
2025-11-18drm/amd/display: Fix pbn to kbps ConversionFangzhi Zuo1-36/+23
2025-11-18HID: uclogic: Fix potential memory leak in error pathAbdun Nihaal1-1/+3
2025-11-18drm/amd/display: Clear the CUR_ENABLE register on DCN20 on DPP5Ivan Lipski1-0/+8
2025-11-18HID: playstation: Fix memory leak in dualshock4_get_calibration_data()Abdun Nihaal1-0/+2
2025-11-18drm/amd/display: Add an HPD filter for HDMIIvan Lipski2-0/+144