aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-08lkdtm: fortify: Fix potential NULL dereference on kmalloc failureJunjie Cao1-0/+6
2025-09-09drm/i915/backlight: Disable backlight when using luminance controlSuraj Kandpal1-3/+0
2025-09-08net: phy: NXP_TJA11XX: Update Kconfig with TJA1102 supportJonas Rebmann1-1/+1
2025-09-09wifi: rtw89: Add USB ID 2001:3327 for D-Link AX18U rev. A1Zenm Chen1-0/+2
2025-09-09wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1Zenm Chen1-0/+3
2025-09-09wifi: rtl8xxxu: expose efuse via debugfsMartin Kaistra1-0/+22
2025-09-08net: stmmac: use STMMAC_CSR_xxx definitions in platform glueRussell King (Oracle)3-5/+8
2025-09-08net: stmmac: mdio: remove redundant clock rate testsRussell King (Oracle)1-7/+7
2025-09-08net: stmmac: mdio: return clk_csr value from stmmac_clk_csr_set()Russell King (Oracle)2-35/+34
2025-09-08net: stmmac: mdio: move initialisation of priv->clk_csr to stmmac_mdioRussell King (Oracle)2-84/+86
2025-09-08net: stmmac: mdio: improve mdio register field definitionsRussell King (Oracle)1-8/+8
2025-09-08net: stmmac: mdio: move runtime PM into stmmac_mdio_access()Russell King (Oracle)1-51/+20
2025-09-08net: stmmac: mdio: merge stmmac_mdio_read() and stmmac_mdio_write()Russell King (Oracle)1-35/+24
2025-09-08net: stmmac: mdio: move stmmac_mdio_format_addr() into read/writeRussell King (Oracle)1-21/+25
2025-09-08net: stmmac: mdio: provide priv->gmii_address_bus_configRussell King (Oracle)2-9/+18
2025-09-08net: stmmac: mdio: provide stmmac_mdio_wait()Russell King (Oracle)1-37/+33
2025-09-08net: stmmac: mdio: provide address register formatterRussell King (Oracle)1-27/+28
2025-09-08net: dsa: b53: fix ageing time for BCM53101Jonas Gorski1-4/+13
2025-09-08ixgbe: fix typo in function comment for ixgbe_get_num_per_func()Alok Tiwari1-1/+1
2025-09-09power: supply: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-2/+4
2025-09-09power: supply: replace use of system_wq with system_percpu_wqMarco Crivellari6-12/+12
2025-09-09power: supply: Use devm_mutex_init()Christophe JAILLET3-50/+5
2025-09-08Drivers: hv: Simplify data structures for VMBus channel close messageMichael Kelley1-1/+1
2025-09-08Drivers: hv: util: Cosmetic changes for hv_utils_transport.cAbhishek Tiwari1-5/+5
2025-09-08mshv: Add support for a new parent partition configurationNuno Das Neves2-22/+26
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu1-1/+9
2025-09-08PCI: Test for bit underflow in pcie_set_readrq()Kees Cook1-1/+5
2025-09-09drm/bridge: simple: add Realtek RTD2171 DP-to-HDMI bridgeNeil Armstrong1-0/+5
2025-09-08pinctrl: airoha: fix wrong MDIO function bitmaksChristian Marangi1-6/+9
2025-09-08PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARsMarek Vasut1-1/+6
2025-09-08PCI: mvebu: Fix use of for_each_of_range() iteratorKlaus Kudielka1-17/+4
2025-09-08rust: drm: gem: Simplify use of genericsLyude Paul1-5/+3
2025-09-08hwmon: add GPD devices sensor driverCryolitia PukNgae3-0/+726
2025-09-08hwmon: (sht21) Add support for SHT20, SHT25 chipsKurt Borja2-2/+4
2025-09-08idpf: add XDP RSS hash hintAlexander Lobakin2-1/+91
2025-09-08idpf: add support for .ndo_xdp_xmit()Alexander Lobakin3-0/+23
2025-09-08idpf: add support for XDP on RxAlexander Lobakin5-20/+248
2025-09-08idpf: use generic functions to build xdp_buff and skbAlexander Lobakin3-176/+90
2025-09-08idpf: implement XDP_SETUP_PROG in ndo_bpf for splitqMichal Kubiak5-1/+112
2025-09-08idpf: prepare structures to support XDPMichal Kubiak11-85/+381
2025-09-08idpf: add support for nointerrupt queuesAlexander Lobakin7-17/+81
2025-09-08idpf: remove SW marker handling from NAPIMichal Kubiak5-72/+72
2025-09-08idpf: add 4-byte completion descriptor definitionMichal Kubiak3-18/+33
2025-09-08idpf: link NAPIs to queuesAlexander Lobakin2-10/+45
2025-09-08idpf: use a saner limit for default number of queues to allocateAlexander Lobakin3-33/+38
2025-09-08ACPI: processor: thermal: Release policy references using __free()Zihuan Zhang1-25/+27
2025-09-08idpf: fix Rx descriptor ready check barrier in splitqAlexander Lobakin1-6/+2
2025-09-08clk: scmi: migrate round_rate() to determine_rate()Brian Masney1-19/+16
2025-09-08clk: ti: fapll: convert from round_rate() to determine_rate()Brian Masney1-21/+27
2025-09-08clk: ti: dra7-atl: convert from round_rate() to determine_rate()Brian Masney1-5/+7