summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-09net/mlx5: Explicitly set scheduling element and TSAR typeCarolina Jubran1-0/+7
2024-09-09net/mlx5e: Add missing link mode to ptys2ext_ethtool_mapShahar Shitrit1-0/+6
2024-09-09net/mlx5e: Add missing link modes to ptys2ethtool_mapShahar Shitrit1-0/+4
2024-09-09net/mlx5: Update the list of the PCI supported devicesMaher Sanalla1-0/+1
2024-09-09ieee802154: Fix build errorJinjie Ruan1-0/+1
2024-09-09cxl/region: Remove lock from memory notifier callbackIra Weiny1-24/+30
2024-09-09cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init()Yanfei Xu1-10/+11
2024-09-09cxl/pci: Check Mem_info_valid bit for each applicable DVSECYanfei Xu1-4/+4
2024-09-09cxl/pci: Remove duplicated implementation of waiting for memory_info_validYanfei Xu3-38/+7
2024-09-09cxl/pci: Fix to record only non-zero rangesYanfei Xu1-7/+1
2024-09-09RDMA/bnxt_re: Fix the max WQE size for static WQE supportSelvin Xavier2-11/+12
2024-09-09RDMA/bnxt_re: Fix the compatibility flag for variable size WQESelvin Xavier1-1/+2
2024-09-09RDMA/mlx5: Fix MR cache temp entries cleanupMichael Guralnik2-52/+32
2024-09-09RDMA/mlx5: Limit usage of over-sized mkeys from the MR cacheMichael Guralnik1-2/+12
2024-09-09RDMA/mlx5: Fix counter update on MR cache mkey creationMichael Guralnik1-1/+1
2024-09-09RDMA/mlx5: Drop redundant work canceling from clean_keys()Michael Guralnik1-1/+0
2024-09-09RDMA/erdma: Return QP state in erdma_query_qpCheng Xu1-1/+24
2024-09-09RDMA/erdma: Add disassociate ucontext supportCheng Xu3-0/+6
2024-09-09RDMA/erdma: Refactor the initialization and destruction of EQCheng Xu4-69/+51
2024-09-09RDMA/mlx5: Enable ATS when allocating kernel MRsMaher Sanalla1-0/+5
2024-09-09net/mlx5: HWS, added API and enabled HWS supportYevgeny Kliteynik5-4/+991
2024-09-09net/mlx5: HWS, added send engine and context handlingYevgeny Kliteynik4-0/+1803
2024-09-09net/mlx5: HWS, added debug dump and internal headersYevgeny Kliteynik4-0/+1093
2024-09-09net/mlx5: HWS, added backward-compatible API handlingYevgeny Kliteynik4-0/+1185
2024-09-09net/mlx5: HWS, added memory management handlingYevgeny Kliteynik4-0/+961
2024-09-09net/mlx5: HWS, added vport handlingYevgeny Kliteynik2-0/+99
2024-09-09net/mlx5: HWS, added modify header pattern and args handlingYevgeny Kliteynik2-0/+680
2024-09-09net/mlx5: HWS, added FW commands handlingYevgeny Kliteynik2-0/+1661
2024-09-09net/mlx5: HWS, added matchers functionalityYevgeny Kliteynik2-0/+1323
2024-09-09net/mlx5: HWS, added definers handlingYevgeny Kliteynik2-0/+2980
2024-09-09net/mlx5: HWS, added rules handlingYevgeny Kliteynik2-0/+864
2024-09-09net/mlx5: HWS, added tables handlingYevgeny Kliteynik2-0/+561
2024-09-09net/mlx5: HWS, added actions handlingYevgeny Kliteynik2-0/+2911
2024-09-09net/mlx5: Added missing definitions in preparation for HW SteeringYevgeny Kliteynik1-2/+6
2024-09-09net/mlx5: Added missing mlx5_ifc definition for HW SteeringYevgeny Kliteynik1-6/+6
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman1-4/+13
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt1-1/+1
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel1-2/+0
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw1-7/+8
2024-09-09hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2Patryk Biel2-3/+20
2024-09-09platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf arrayHans de Goede1-1/+8
2024-09-09platform/x86: panasonic-laptop: Fix SINF array out of bounds accessesHans de Goede1-10/+39
2024-09-09Merge tag 'ath-next-20240909' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo6-65/+46
2024-09-09Merge tag 'mt76-for-kvalo-2024-09-06' of https://github.com/nbd168/wirelessKalle Valo62-406/+622
2024-09-09regulator: da9211: Constify struct regulator_descChristophe JAILLET1-1/+1
2024-09-09regulator: mp5416: Constify struct regulator_descChristophe JAILLET1-2/+2
2024-09-09Merge tag 'devfreq-next-for-6.12' of ssh://gitolite.kernel.org/pub/scm/linux/...Rafael J. Wysocki6-18/+10
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-12/+20
2024-09-09Merge branch 'thermal-core'Rafael J. Wysocki4-52/+49