summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-03iavf: fix netdev->max_mtu to respect actual hardware limitKohei Enju-1/+16
2026-03-03libie: don't unroll if fwlog isn't supportedMichal Swiatkowski-0/+4
2026-03-03ice: Fix memory leak in ice_set_ringparam()Zilin Guan-2/+9
2026-03-03ice: fix retry for AQ command 0x06EEJakub Staniszewski-21/+15
2026-03-03ice: reintroduce retry mechanism for indirect AQJakub Staniszewski-3/+9
2026-03-03ice: fix adding AQ LLDP filter for VFLarysa Zaremba-1/+1
2026-03-03drm/msm: Fix dma_free_attrs() buffer sizeThomas Fourier-1/+1
2026-03-03drm/msm/a6xx: Fix the bogus protect error on X2-85Akhil P Oommen-2/+1
2026-03-03cxl/port: Fix use after free of parent_port in cxl_detach_ep()Alison Schofield-2/+6
2026-03-03drm/i915/overlay: Fix oops on unloadVille Syrjälä-2/+2
2026-03-03soc: microchip: mpfs-sys-controller: add support for pic64gxPierre-Henry Moussay-20/+54
2026-03-03ixgbe: refactor: use DECLARE_BITMAP for ring state fieldAleksandr Loktionov-44/+45
2026-03-03i40e: Add missing wordpart.h headerAndy Shevchenko-0/+2
2026-03-03i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()Yury Norov (NVIDIA)-13/+8
2026-03-03ice: Make name member of struct ice_cgu_pin_desc constSimon Horman-1/+1
2026-03-03drm/i915/dp: Ack only the handled link service IRQsImre Deak-1/+16
2026-03-03drm/i915/dp: Ack only the handled device service IRQsImre Deak-0/+14
2026-03-03drm/i915/dp_mst: Reuse intel_dp_handle_link_service_irq()Imre Deak-9/+4
2026-03-03drm/i915/dp: Check SST link status while handling link service IRQsImre Deak-2/+9
2026-03-03drm/i915/dp: Print debug message for a sink connected off requestImre Deak-0/+8
2026-03-03drm/i915/dp: Read/ack sink count and sink IRQs for SST as it's done for MSTImre Deak-63/+79
2026-03-03drm/i915/dp: Return early if getting/ackink link service IRQs failsImre Deak-16/+29
2026-03-03drm/i915/dp: Return early if getting/acking device service IRQs failsImre Deak-12/+23
2026-03-03drm/i915/dp: Reprobe connector if getting/acking link service IRQs failsImre Deak-2/+10
2026-03-03drm/i915/dp: Reprobe connector if getting/acking device IRQs failsImre Deak-6/+19
2026-03-03drm/i915/dp: Fix the link service IRQ DPCD_REV checkImre Deak-1/+1
2026-03-03drm/i915/dp: Fix the device service IRQ DPCD_REV checkImre Deak-3/+0
2026-03-03drm/i915/dp: Remove the device service IRQ handling from connector detectImre Deak-2/+0
2026-03-03drm/i915/dp: Don't clobber the encoder state in the HPD IRQ handlerImre Deak-6/+2
2026-03-03drm/i915/dp: Handle the DOWNSTREAM_PORT_STATUS_CHANGED eventImre Deak-1/+16
2026-03-03drm/i915/dp: Handle the RX_CAP_CHANGED HPD IRQImre Deak-1/+7
2026-03-03drm/i915/dp: Handle a tunneling IRQ after acking itImre Deak-14/+11
2026-03-03drm/i915/dp_mst: Reuse intel_dp_check_link_state() in the HPD IRQ handlerImre Deak-30/+4
2026-03-03drm/i915/dp_mst: Verify the link status always the same wayImre Deak-2/+18
2026-03-03drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failedImre Deak-1/+1
2026-03-03drm/xe/tests: Change TEST_VRAM to work with 32-bit resource_size_tMichal Wajdeczko-1/+1
2026-03-03Revert "ACPI: PM: Let acpi_dev_pm_attach() skip devices without ACPI PM"Rafael J. Wysocki-9/+0
2026-03-03drm/xe/display: clean up xe_initial_plane.c includesJani Nikula-9/+3
2026-03-03drm/xe/compat: remove i915_vma.h from compatJani Nikula-39/+23
2026-03-03drm/i915: add VMA to parent interfaceJani Nikula-10/+27
2026-03-03drm/i915/fbdev: stop debug logging i915_ggtt_offset()Jani Nikula-4/+1
2026-03-03xen/acpi-processor: fix _CST detection using undersized evaluation bufferDavid Thomson-5/+2
2026-03-03drm/bridge: waveshare-dsi: Add support for 1..4 DSI data lanesMarek Vasut-1/+6
2026-03-03regcache: Factor out regcache_hw_exit() helperAndy Shevchenko-6/+9
2026-03-03drm/xe: Fix memory leak in xe_vm_madvise_ioctlVarun Gupta-1/+2
2026-03-03platform/x86: dell-wmi-sysman: Don't hex dump plaintext password dataThorsten Blum-1/+0
2026-03-03net: phy: improve mdiobus_stats_acctHeiner Kallweit-8/+3
2026-03-03net: phy: inline helper mdio_bus_get_global_statHeiner Kallweit-15/+8
2026-03-03net: mdio: use macro __ATTRIBUTE_GROUPSHeiner Kallweit-12/+4
2026-03-03net: mdio: constify attributes and attribute arraysHeiner Kallweit-9/+10