aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-17Merge tag 'wireless-2025-09-17' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-1/+1
2025-09-17octeon_ep: fix VF MAC address lifecycle handlingSathesh B Edara1-0/+3
2025-09-17bonding: don't set oif to bond dev when getting NS target destinationHangbin Liu1-1/+0
2025-09-17drm/xe: Fix error handling if PXP fails to startDaniele Ceraolo Spurio6-41/+72
2025-09-17drm/xe/sysfs: Add cleanup action in xe_device_sysfs_initZongyao Bai1-2/+6
2025-09-17Merge tag 'for-6.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds3-6/+12
2025-09-17drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi1-0/+1
2025-09-17dm-raid: don't set io_min and io_opt for raid1Mikulas Patocka1-2/+4
2025-09-17Merge tag 'iwlwifi-fixes-2025-09-15' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohannes Berg1-1/+1
2025-09-16net/mlx5e: Add a miss level for ipsec crypto offloadLama Kayal4-3/+6
2025-09-16net/mlx5e: Harden uplink netdev access against device unbindJianbo Liu3-6/+37
2025-09-16drm/amd: Only restore cached manual clock settings in restore if OD enabledMario Limonciello1-1/+1
2025-09-16igc: don't fail igc_probe() on LED setup errorKohei Enju2-3/+10
2025-09-16ixgbe: destroy aci.lock later within ixgbe_remove pathJedrzej Jagielski1-3/+4
2025-09-16ixgbe: initialize aci.lock before it's usedJedrzej Jagielski1-7/+8
2025-09-16i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski1-3/+0
2025-09-16ice: fix Rx page leak on multi-buffer framesJacob Keller2-47/+34
2025-09-17md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi5-0/+5
2025-09-16drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter1-2/+2
2025-09-16drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error pathQi Xi1-2/+4
2025-09-16Merge tag 'intel-gpio-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-currentBartosz Golaszewski2-2/+21
2025-09-16platform/x86: asus-wmi: Re-add extra keys to ignore_key_wlan quirkAntheas Kapenekakis1-0/+2
2025-09-16platform/x86/amd/pmf: Support new ACPI ID AMDI0108Shyam Sundar S K1-0/+1
2025-09-16drm/i915/backlight: Honor VESA eDP backlight luminance control capabilityAaron Ma1-1/+1
2025-09-15zram: fix slot write race conditionSergey Senozhatsky1-5/+3
2025-09-15net: natsemi: fix `rx_dropped` double accounting on `netif_rx()` failureYeounsu Moon1-7/+6
2025-09-15bonding: set random address only when slaves already existHangbin Liu1-0/+1
2025-09-15vhost-scsi: fix argument order in tport allocation error messageAlok Tiwari1-1/+1
2025-09-15drm/amd/display: Allow RX6xxx & RX7700 to invoke amdgpu_irq_get/putIvan Lipski1-1/+38
2025-09-15drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.0.1/11.0.4 GPUsSrinivasan Shanmugam1-0/+15
2025-09-15drm: bridge: anx7625: Fix NULL pointer dereference with early IRQLoic Poulain1-2/+4
2025-09-15drm/xe: defer free of NVM auxiliary container to device release callbackNitin Gote1-1/+4
2025-09-15drm/xe/hwmon: Remove type castingMallesh Koujalagi1-16/+19
2025-09-15firmware: tegra: Do not warn on missing memory-region propertyThierry Reding1-1/+4
2025-09-15Merge tag 'for-v6.17-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-2/+2
2025-09-15drm/xe/pf: Drop rounddown_pow_of_two fair LMEM limitationMichal Wajdeczko1-1/+0
2025-09-15drm/xe/tile: Release kobject for the failure pathShuicheng Lin1-5/+7
2025-09-15wifi: iwlwifi: pcie: fix byte count table for some devicesJohannes Berg1-1/+1
2025-09-15gpiolib: acpi: initialize acpi_gpio_info structSébastien Szymanski1-2/+2
2025-09-14qed: Don't collect too many protection override GRC elementsJamie Bainbridge1-3/+4
2025-09-14Merge tag 'phy-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds6-17/+91
2025-09-14octeon_ep: Validate the VF IDKamal Heib1-0/+16
2025-09-14Merge tag 'dmaengine-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds4-26/+40
2025-09-14dpll: fix clock quality level reportingIvan Vecera1-2/+2
2025-09-14Merge tag 'tty-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-20/+10
2025-09-14Merge tag 'usb-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-40/+108
2025-09-14Merge tag 'input-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-1/+23
2025-09-13Merge tag 'regulator-fix-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-3/+4
2025-09-13Revert "drm: Add directive to format code in comment"Bagas Sanjaya1-2/+0
2025-09-13iommu/amd: Fix alias device DTE settingVasant Hegde1-3/+3