aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-13net: ethernet: ti: cpsw_ale: add Policer and Thread control register fieldsRoger Quadros2-0/+127
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for number of Entries and PolicersRoger Quadros2-6/+22
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for ALE registersRoger Quadros2-22/+79
2024-09-13net: ethernet: ti: am65-cpsw: Introduce multi queue RxRoger Quadros3-230/+269
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka16-284/+548
2024-09-13Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-nextVlastimil Babka13-128/+528
2024-09-13mm, slab: restore kerneldoc for kmem_cache_create()Vlastimil Babka2-26/+98
2024-09-13efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel1-1/+1
2024-09-13Merge tag 'drm-intel-next-fixes-2024-09-12' of https://gitlab.freedesktop.org...Dave Airlie2-1/+4
2024-09-13USB: misc: yurex: fix race between read and writeOliver Neukum1-4/+6
2024-09-13USB: misc: cypress_cy7c63: check for short transferOliver Neukum1-0/+4
2024-09-13USB: appledisplay: close race between probe and completion handlerOliver Neukum1-4/+11
2024-09-13USB: class: CDC-ACM: fix race between get_serial and set_serialOliver Neukum1-0/+2
2024-09-13usb: r8a66597-hcd: make read-only const arrays staticColin Ian King1-3/+3
2024-09-13usb: typec: ucsi: Fix busy loop on ASUS VivoBooksChristian A. Ehrhardt1-6/+12
2024-09-13usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed()Dan Carpenter1-1/+1
2024-09-13usb: storage: ene_ub6250: Fix right shift warningsAbhishek Tamboli1-1/+1
2024-09-13usb: roles: Improve the fix for a false positive recursive locking complaintBart Van Assche1-9/+5
2024-09-13locking/mutex: Introduce mutex_init_with_key()Bart Van Assche1-0/+11
2024-09-13locking/mutex: Define mutex_init() onceBart Van Assche1-7/+1
2024-09-13staging: vt6655: Rename variable apTD1RingsXingquan Liu3-11/+11
2024-09-13staging: vt6655: Rename variable apTD0RingsXingquan Liu3-11/+11
2024-09-13staging: rtl8723bs: remove unused 'poll_cnt' from rtw_set_rpwm()Ping-Ke Shih1-2/+0
2024-09-13staging: rtl8723bs: remove unused cnt from recv_func()Ping-Ke Shih1-4/+1
2024-09-13staging: rtl8723bs: remove unused efuseValue from efuse_OneByteWrite()Ping-Ke Shih1-9/+0
2024-09-13staging: rtl8712: remove unused drvinfo_sz from update_recvframe_attribPing-Ke Shih1-4/+0
2024-09-13staging: vt6655: mac.h: Fix possible precedence issue in macrosDominik Karol PiÄ…tkowski1-2/+2
2024-09-13staging: rtl8723bs: include: Remove spaces before tabs in rtw_security.hSayyad Abid1-6/+6
2024-09-13staging: rtl8723bs: include: Fix trailing */ position in rtw_security.hSayyad Abid1-1/+2
2024-09-13staging: rtl8723bs: include: Fix indent for else block struct in rtw_security.hSayyad Abid1-8/+8
2024-09-13staging: rtl8723bs: include: Fix indent for struct _byte_ in rtw_security.hSayyad Abid1-8/+8
2024-09-13staging: rtl8723bs: include: Fix use of tabs for indent in rtw_security.hSayyad Abid1-2/+2
2024-09-13staging: rtl8723bs: include: Fix indent for switch block in rtw_security.hSayyad Abid1-14/+14
2024-09-13staging: rtl8723bs: include: Fix indent for switch case in rtw_security.hSayyad Abid1-21/+21
2024-09-13staging: rtl8723bs: include: Fix open brace position in rtw_security.hSayyad Abid1-2/+1
2024-09-13staging: nvec: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-09-13RDMA/bnxt_re: Recover the device when FW error is detectedSelvin Xavier3-31/+55
2024-09-13RDMA/bnxt_re: Group all operations under add_device and remove_deviceSelvin Xavier1-32/+33
2024-09-13RDMA/bnxt_re: Use the aux device for L2 ULP callbacksChandramohan Akula1-6/+20
2024-09-13RDMA/bnxt_re: Change aux driver data to en_info to hold more informationChandramohan Akula2-11/+66
2024-09-13RDMA/nldev: Expose whether RDMA monitoring is supportedChiara Meiohas2-0/+7
2024-09-13RDMA/nldev: Add support for RDMA monitoringChiara Meiohas5-0/+187
2024-09-13RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas8-103/+191
2024-09-13RDMA/device: Remove optimization in ib_device_get_netdev()Chiara Meiohas1-9/+0
2024-09-13RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creationChiara Meiohas2-1/+3
2024-09-13RDMA/mlx5: Obtain upper net device only when neededMark Bloch1-1/+1
2024-09-13RDMA/mlx5: Check RoCE LAG status before getting netdevMark Bloch1-6/+13
2024-09-13RDMA/mlx5: Consider the query_vuid cap for data_directYishai Hadas1-2/+4
2024-09-13net/mlx5: Handle memory scheme ODP capabilitiesMichael Guralnik2-7/+25
2024-09-13Merge tag 'drm-xe-fixes-2024-09-12' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie8-10/+53