summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-10-28fbdev: valkyriefb: Fix reference count leak in valkyriefb_initMiaoqian Lin-0/+2
2025-10-28vfio/type1: handle DMA map/unmap up to the addressable limitAlex Mastro-35/+42
2025-10-28vfio/type1: move iova increment to unmap_unpin_*() callerAlex Mastro-10/+10
2025-10-28vfio/type1: sanitize for overflow using check_*_overflow()Alex Mastro-23/+63
2025-10-28drm/i915: Unify the logic in {skl,glk}_plane_has_*()Ville Syrjälä-10/+6
2025-10-28drm/i915: Extract glk_plane_has_planar()Ville Syrjälä-2/+11
2025-10-28drm/i915: Remove pointless crtc hw.enable checkVille Syrjälä-2/+1
2025-10-28drm/i915: Introduce intel_plane_min_height()Ville Syrjälä-6/+16
2025-10-28drm/i915: Start checking plane min size for the chroma planeVille Syrjälä-13/+5
2025-10-28drm/i915: Implement .min_plane_width() for PTL+Ville Syrjälä-0/+1
2025-10-28drm/i915: Drop the min plane width w/a adl+Ville Syrjälä-1/+11
2025-10-28drm/i915: Rewrite icl_min_plane_width()Ville Syrjälä-33/+10
2025-10-28drm/i915/dmc: Clear HRR EVT_CTL/HTP to zero on ADL-SVille Syrjälä-1/+54
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju-1/+1
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju-1/+1
2025-10-28igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()Kohei Enju-1/+1
2025-10-28igc: power up the PHY before the link testKohei Enju-0/+3
2025-10-28ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()Kohei Enju-1/+1
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka-1/+1
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka-2/+25
2025-10-28ice: fix lane number calculationGrzegorz Nitka-0/+9
2025-10-28drm/atomic: WARN about invalid drm_foo_get_state() usageVille Syrjälä-0/+8
2025-10-28drm/atomic: WARN about missing acquire_ctx in drm_atomic_get_private_obj_state()Ville Syrjälä-0/+2
2025-10-28platform: x86: Kconfig: fix minor typo in help for WIRELESS_HOTKEYLazar Aleksic-1/+1
2025-10-28PCI: brcmstb: Fix disabling L0s capabilityJim Quinlan-7/+3
2025-10-28i2c: i801: Fix the Intel Diamond Rapids featuresHeikki Krogerus-1/+2
2025-10-28PCI: vmd: Switch to pci_bus_find_emul_domain_nr()Dan Williams-23/+17
2025-10-28PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platformsDan Williams-55/+39
2025-10-29bus: sunxi-rsb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-2/+0
2025-10-28mtd: intel-dg: wake card on operationsAlexander Usyskin-12/+62
2025-10-28mtd: rawnand: sunxi: Add support for H616 nand controllerRichard Genoud-8/+177
2025-10-28mtd: rawnand: sunxi: introduce sram_size in sunxi_nfc_capsRichard Genoud-5/+7
2025-10-28mtd: rawnand: sunxi: introduce ecc_err_mask in sunxi_nfc_capsRichard Genoud-2/+6
2025-10-28mtd: rawnand: sunxi: introduce reg_spare_area in sunxi_nfc_capsRichard Genoud-2/+7
2025-10-28mtd: rawnand: sunxi: introduce reg_pat_id in sunxi_nfc_capsRichard Genoud-2/+7
2025-10-28mtd: rawnand: sunxi: introduce random en/dir in sunxi_nfc_capsRichard Genoud-4/+12
2025-10-28mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_capsRichard Genoud-4/+9
2025-10-28mtd: rawnand: sunxi: add has_ecc_block_512 capabilityRichard Genoud-2/+12
2025-10-28mtd: rawnand: sunxi: rework pattern found registersRichard Genoud-5/+31
2025-10-28mtd: rawnand: sunxi: introduce reg_user_data in sunxi_nfc_capsRichard Genoud-4/+8
2025-10-28mtd: rawnand: sunxi: introduce reg_ecc_err_cnt in sunxi_nfc_capsRichard Genoud-2/+7
2025-10-28mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_capsRichard Genoud-4/+16
2025-10-28mtd: rawnand: sunxi: Replace hard coded value by a defineRichard Genoud-26/+37
2025-10-28mtd: rawnand: sunxi: Remove superfluous register readingsRichard Genoud-2/+1
2025-10-28i2c: pcf8584: Change pcf_doAdress() to pcf_send_address()Cezar Chiru-2/+2
2025-10-28i2c: pcf8584: Make pcf_doAddress() function voidCezar Chiru-4/+2
2025-10-28i2c: pcf8584: Move 'ret' variable inside for loop, goto out if ret < 0.Cezar Chiru-4/+8
2025-10-28mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and removeHaotian Zhang-0/+2
2025-10-28mtd: rawnand: gpmi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-3/+0
2025-10-28mtd: rawnand: cadence: Add support for NV-DDR interface modeNiravkumar L Rabara-9/+264