summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-10-17can: m_can: add support for optional resetMarc Kleine-Budde
2025-10-17devcoredump: Fix circular locking dependency with devcd->mutex.Maarten Lankhorst
2025-10-17driver core: fw_devlink: Don't warn about sync_state() pendingUlf Hansson
2025-10-16Input: cyttsp5 - use %pe format specifierRicardo Ribalda
2025-10-16net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel
2025-10-16net: macb: sort #includesThéo Lebrun
2025-10-16net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun
2025-10-16net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun
2025-10-16net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun
2025-10-16net: macb: replace min() with umin() callsThéo Lebrun
2025-10-16net: macb: remove bp->queue_maskThéo Lebrun
2025-10-16net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun
2025-10-16net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun
2025-10-16net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun
2025-10-16net: macb: simplify macb_dma_desc_get_size()Théo Lebrun
2025-10-16net: macb: drop macb_config NULL checkingThéo Lebrun
2025-10-16net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun
2025-10-16net: macb: remove gap in MACB_CAPS_* flagsThéo Lebrun
2025-10-16net: macb: use BIT() macro for capability definitionsThéo Lebrun
2025-10-17Merge tag 'drm-xe-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2025-10-17Merge tag 'drm-misc-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2025-10-16net: stmmac: add Eswin EIC7700 glue driverShangjuan Wei
2025-10-16net: stmmac: rename stmmac_phy_setup() to include phylinkRussell King (Oracle)
2025-10-16net: stmmac: rearrange tc_init()Russell King (Oracle)
2025-10-16net: stmmac: avoid PHY speed change when configuring MTURussell King (Oracle)
2025-10-16net: stmmac: place .mac_finish() method more appropriatelyRussell King (Oracle)
2025-10-16net: stmmac: dwc-qos-eth: move MDIO bus locking into stmmac_mdioRussell King (Oracle)
2025-10-16Octeontx2-af: Fix pci_alloc_irq_vectors() return value checkHarshit Mogalapalli
2025-10-16netdevsim: add ipsec hw_featuresHangbin Liu
2025-10-16net/mlx5e: psp, avoid 'accel' NULL pointer dereferenceCosmin Ratiu
2025-10-16net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45Alok Tiwari
2025-10-16net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor
2025-10-16net: usb: rtl8150: Fix frame paddingMichal Pecio
2025-10-16drm/i915: Fix conversion between clock ticks and nanosecondsUmesh Nerlige Ramappa
2025-10-17drm/i915: Include the per-crtc minimum cdclk in the crtc state dumpVille Syrjälä
2025-10-17drm/i915: Compute per-crtc min_cdclk earlierVille Syrjälä
2025-10-17drm/i915: s/min_cdck[]/plane_min_cdclk[]/Ville Syrjälä
2025-10-17drm/i915/fbc: Decouple FBC from intel_cdclk_atomic_check()Ville Syrjälä
2025-10-17drm/i915/ips: Eliminate the cdclk_state stuff from hsw_ips_compute_config()Ville Syrjälä
2025-10-17drm/i915/bw: Relocate intel_bw_crtc_min_cdclk()Ville Syrjälä
2025-10-17drm/i915: s/"not not"/"not"/Ville Syrjälä
2025-10-17drm/i915/bw: Untangle dbuf bw from the sagv/mem bw stuffVille Syrjälä
2025-10-17Merge tag 'amd-drm-fixes-6.18-2025-10-16' of https://gitlab.freedesktop.org/a...Dave Airlie
2025-10-16hwmon: (adt7410): Support adt7422 chipNuno Sá
2025-10-16hwmon: (adt7410): Add OF match tableNuno Sá
2025-10-16drm/i915: move and rename reg_in_range_tableMatt Atwood
2025-10-16PCI/MSI: Delete pci_msi_create_irq_domain()Nam Cao
2025-10-16drm/xe: Prevent runtime PM wake while reading rp0 frequencyBadal Nilawar
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski