summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-06-26platform/x86: Use i2c adapter name to fix build errorsPratap Nirujogi1-1/+2
2025-06-26i2c: amd-isp: Initialize unique adapter namePratap Nirujogi1-0/+2
2025-06-26i2c: designware: Initialize adapter name only when not setPratap Nirujogi1-2/+3
2025-06-25i2c: tiny-usb: disable zero-length read messagesWolfram Sang1-0/+6
2025-06-25i2c: robotfuzz-osif: disable zero-length read messagesWolfram Sang1-0/+6
2025-06-25i2c: imx: fix emulated smbus block readLukasz Kucharczyk1-1/+2
2025-06-25cxl/edac: Fix using wrong repair type to check dram event recordLi Ming1-1/+1
2025-06-25Merge tag 'spi-fix-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+7
2025-06-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds7-42/+161
2025-06-25Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-3/+4
2025-06-25drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector typeJayesh Choudhary1-9/+60
2025-06-25EDAC/amd64: Fix size calculation for Non-Power-of-Two DIMMsAvadhut Naik1-21/+36
2025-06-25ata: ahci: Use correct DMI identifier for ASUSPRO-D840SA LPM quirkNiklas Cassel1-1/+1
2025-06-25Merge tag 'iwlwifi-fixes-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Johannes Berg1-2/+2
2025-06-25drm/i915: fix build error some moreArnd Bergmann1-1/+1
2025-06-25ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei1-10/+25
2025-06-25ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei1-1/+10
2025-06-25bnxt: properly flush XDP redirect listsYan Zhai1-1/+4
2025-06-24drm/xe/hwmon: Fix xe_hwmon_power_max_writeKarthik Poosa2-19/+16
2025-06-24drm/xe/display: Add check for alloc_ordered_workqueue()Haoxiang Li1-0/+2
2025-06-24spi: spi-cadence-quadspi: Fix pm runtime unbalanceKhairul Anuar Romli1-5/+7
2025-06-24drm/amd/display: Add sanity checks for drm_edid_raw()Takashi Iwai1-0/+4
2025-06-24drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL valueMario Limonciello1-5/+5
2025-06-24drm/amdgpu/sdma7: add ucode version checks for userq supportAlex Deucher1-3/+9
2025-06-24drm/amdgpu/sdma6: add ucode version checks for userq supportAlex Deucher1-3/+16
2025-06-24drm/amd: Adjust output for discovery error handlingMario Limonciello1-15/+13
2025-06-24drm/amdgpu/mes: add compatibility checks for set_hw_resource_1Alex Deucher2-5/+8
2025-06-24drm/amdgpu/gfx9: Add Cleaner Shader Support for GFX9.x GPUsSrinivasan Shanmugam1-0/+19
2025-06-24serial: imx: Restore original RXTL for console to fix data lossFabio Estevam1-5/+12
2025-06-24Merge tag 'for-net-2025-06-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2-5/+41
2025-06-24wifi: iwlwifi: mvm: assume '1' as the default mac_config_cmd versionMiri Korenblit1-2/+2
2025-06-24wifi: iwlegacy: work around excessive stack usage on clang/kasanArnd Bergmann1-1/+2
2025-06-24ethernet: ionic: Fix DMA mapping testsThomas Fourier1-6/+6
2025-06-24drm/bridge-connector: Fix bridge in drm_connector_hdmi_audio_init()Chaoyi Chen1-2/+5
2025-06-24Merge tag 'for-6.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+8
2025-06-23Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"Zhe Qiao1-13/+10
2025-06-23PCI/PTM: Build debugfs code only if CONFIG_DEBUG_FS is enabledManivannan Sadhasivam1-0/+2
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds12-233/+217
2025-06-23dm-raid: fix variable in journal device checkHeinz Mauelshagen1-1/+1
2025-06-23net: qed: reduce stack usage for TLV processingArnd Bergmann1-4/+4
2025-06-23drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUSImre Deak1-1/+1
2025-06-23drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using div64_u64Ankit Nautiyal1-2/+2
2025-06-23dm-crypt: Extend state buffer size in crypt_iv_lmk_oneHerbert Xu1-4/+7
2025-06-23drm: writeback: Fix drm_writeback_connector_cleanup signatureLouis Chauvet1-3/+4
2025-06-22Merge tag 'i2c-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds44-102/+102
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-18/+2
2025-06-22Merge tag 'edac_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+14
2025-06-21i2c: k1: check for transfer errorAlex Elder1-1/+1
2025-06-21Merge tag 'acpi-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+7
2025-06-21Merge tag 'pci-v6.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+4