summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-08-28drm/xe/tests: Make cross-device dma-buf BOs CPU-visible on small BARMarcin Bernatowicz
2025-08-28wifi: iwlwifi: uefi: check DSM item validityJohannes Berg
2025-08-28wifi: iwlwifi: acpi: check DSM func validityJohannes Berg
2025-08-28wifi: iwlwifi: if scratch is ~0U, consider it a failureEmmanuel Grumbach
2025-08-28drm/panthor: Simplify mmu_hw_do_operation_lockedSteven Price
2025-08-28gpuvm: remove gem.gpuva.lock_dep_mapAlice Ryhl
2025-08-28panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lockAlice Ryhl
2025-08-28drm_gem: add mutex to drm_gem_object.gpuvaAlice Ryhl
2025-08-28drm/vesadrm: Remove unneeded semicolonChen Ni
2025-08-28spi: Drop dev_pm_domain_detach() callClaudiu Beznea
2025-08-28spi: rb4xx: use devm for clk_prepare_enableRosen Penev
2025-08-28spi: rb4xx: add COMPILE_TEST supportRosen Penev
2025-08-28spi: rb4xx: depend on OFRosen Penev
2025-08-28drm/xe/migrate: make MI_TLB_INVALIDATE conditionalMatthew Auld
2025-08-28drm/sched: Document race condition in drm_sched_fini()Philipp Stanner
2025-08-28drm/sched/tests: Remove redundant header filesLiao Yuanhong
2025-08-28net: macb: Disable clocks onceNeil Mandir
2025-08-28drm/sched: Remove mention of indirect buffersTvrtko Ursulin
2025-08-28wifi: iwlwifi: refactor iwl_pnvm_get_from_fsMiri Korenblit
2025-08-28wifi: iwlwifi: iwl-config: include module.hJohannes Berg
2025-08-28wifi: iwlwifi: mld: don't modify trans state where not neededMiri Korenblit
2025-08-28wifi: iwlwifi: simplify iwl_trans_pcie_d3_resumeMiri Korenblit
2025-08-28wifi: iwlwifi: trans: remove STATUS_SUSPENDEDMiri Korenblit
2025-08-28wifi: iwlwifi: trans: remove d3 test codeMiri Korenblit
2025-08-28wifi: iwlwifi: remove dump file name extension supportMiri Korenblit
2025-08-28wifi: iwlwifi: mvm: remove d3 test codeMiri Korenblit
2025-08-28wifi: iwlwifi: add a new FW file numbering schemeJohannes Berg
2025-08-28wifi: iwlwifi: mld: add few missing hcmd/notif namesDaniel Gabay
2025-08-28wifi: iwlwifi: mld: Add debug log for second linkSomashekhar Puttagangaiah
2025-08-28wifi: iwlwifi: simplify iwl_poll_prph_bit return valueItamar Shalev
2025-08-28wifi: iwlwifi: pcie: relocate finish_nic_init logic to gen1_2Itamar Shalev
2025-08-28wifi: iwlwifi: mld: trigger mlo scan only when not in EMLSRSomashekhar Puttagangaiah
2025-08-28wifi: iwlwifi: mld: don't check the cipher on resumeMiri Korenblit
2025-08-27of_numa: fix uninitialized memory nodes causing kernel panicYin Tirui
2025-08-28ata: ahci_xgene: Use int type for 'rc' to store error codesQianfeng Rong
2025-08-27fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck
2025-08-27fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox codeAlexander Duyck
2025-08-27eth: fbnic: Add pause stats supportMohsin Bashir
2025-08-27eth: fbnic: Read PHY stats via the ethtool APIMohsin Bashir
2025-08-27eth: fbnic: Fetch PHY stats from deviceMohsin Bashir
2025-08-27eth: fbnic: Reset MAC statsMohsin Bashir
2025-08-27eth: fbnic: Reset hw stats upon PCI errorMohsin Bashir
2025-08-27eth: fbnic: Move hw_stats_lock out of fbnic_devMohsin Bashir
2025-08-27macsec: replace custom check on IFLA_MACSEC_ENCODING_SA with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: replace custom checks for IFLA_MACSEC_* flags with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: validate IFLA_MACSEC_VALIDATION with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITESabrina Dubroca
2025-08-27macsec: replace custom checks on IFLA_MACSEC_ICV_LEN with NLA_POLICY_RANGESabrina Dubroca
2025-08-27macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOADSabrina Dubroca
2025-08-27macsec: remove validate_add_rxscSabrina Dubroca