summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-08-21net: phy: micrel: Replace hardcoded pages with definesHoratiu Vultur
2025-08-21net: phy: micrel: Introduce lanphy_modify_page_regHoratiu Vultur
2025-08-21net: phy: micrel: Start using PHY_ID_MATCH_MODELHoratiu Vultur
2025-08-21Merge tag 'mlx5-next-vhca-id' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Abeni
2025-08-21bonding: send LACPDUs periodically in passive mode after receiving partner's ...Hangbin Liu
2025-08-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu
2025-08-21Merge tag 'amd-drm-fixes-6.17-2025-08-20' of https://gitlab.freedesktop.org/a...Dave Airlie
2025-08-21tty: serial: Modify the use of dev_err_probe()Xichao Zhao
2025-08-21usb: typec: mux: Remove the use of dev_err_probe()Xichao Zhao
2025-08-21usb: typec: qcom-pmic-typec: use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-21drm/i915/backlight: Fix divide by 0 error in i9xx_set_backlightSuraj Kandpal
2025-08-20bnxt_en: Add Hyper-V VF IDPavan Chebbi
2025-08-20bnxt_en: Add pcie_ctx_v2 support for ethtool -dShruti Parab
2025-08-20bnxt_en: Add pcie_stat_len to struct bpShruti Parab
2025-08-20bnxt_en: Refactor bnxt_get_regs()Shruti Parab
2025-08-20Revert "net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag"Ryan Wanner
2025-08-20net: dsa: microchip: Fix KSZ9477 HSR port setup issueTristram Ha
2025-08-20igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS
2025-08-20ixgbe: fix ndo_xdp_xmit() workloadsMaciej Fijalkowski
2025-08-20ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zcJason Xing
2025-08-20of: dynamic: Fix memleak when of_pci_add_properties() failedLizhi Hou
2025-08-20drm/xe: Use for_each_gt to define gt_countGustavo Sousa
2025-08-20drm/xe: Probe for tile count during device info initializationGustavo Sousa
2025-08-20wifi: ath12k: Remove HAL define dependencies from shared AHB codeKiran Venkatappa
2025-08-20wifi: ath12k: Remove HAL defines from shared PCI codeKiran Venkatappa
2025-08-20wifi: ath12k: Rename ath12k_* symbols to ath12k_wifi7_* for clarityKiran Venkatappa
2025-08-20wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific componentsKiran Venkatappa
2025-08-20wifi: ath12k: Move hw_init invocation to target-specific probeKiran Venkatappa
2025-08-20wifi: ath12k: Move Wi-Fi 7 specific init routines to dedicated fileKiran Venkatappa
2025-08-20wifi: ath12k: Restructure ahb.c into common and Wi-Fi 7 specific modulesKiran Venkatappa
2025-08-20wifi: ath12k: Rename ahb_hif_ops to reflect generic usageKiran Venkatappa
2025-08-20wifi: ath12k: Rename hw.c to Wi-Fi 7 specific implementation fileKiran Venkatappa
2025-08-20wifi: ath12k: Move Wi-Fi 7 MHI configuration to dedicated fileKiran Venkatappa
2025-08-20wifi: ath12k: Move Wi-Fi 7 WMI configuration to dedicated fileKiran Venkatappa
2025-08-20wifi: ath12k: Move Copy Engine configuration to Wi-Fi 7 specific fileKiran Venkatappa
2025-08-20wifi: ath12k: Restructure PCI code to common and Wi-Fi 7 specific logicKiran Venkatappa
2025-08-20PCI: cadence: Use cdns_pcie_find_*capability() to avoid hardcoding offsetsHans Zhang
2025-08-20PCI: cadence: Implement capability search using PCI core APIsHans Zhang
2025-08-20PCI: dwc: ep: Implement capability search using PCI core APIsHans Zhang
2025-08-20Merge tag 'pci-v6.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-20PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() callSungho Kim
2025-08-20remoteproc: k3: Remove remote processor mailbox pingHiago De Franco
2025-08-20remoteproc: imx_dsp_rproc: Add support of recovery and coredump processShengjiu Wang
2025-08-20HID: logitech: Add ids for G PRO 2 LIGHTSPEEDMatt Coffin
2025-08-20HID: input: report battery status changes immediatelyJosé Expósito
2025-08-20HID: input: rename hidinput_set_battery_charge_status()José Expósito
2025-08-20dmaengine: ppc4xx: Remove space before newlineColin Ian King
2025-08-20dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platformsAnil S Keshavamurthy
2025-08-20dmaengine: idxd: Fix double free in idxd_setup_wqs()Dan Carpenter
2025-08-20dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum