summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-06-12drm/i915/pmu: Fix build error with GCOV and AutoFDO enabledTzung-Bi Shih1-2/+2
2025-06-12optee: ffa: fix sleep in atomic contextJens Wiklander2-9/+34
2025-06-12platform/x86/intel-uncore-freq: avoid non-literal format stringArnd Bergmann1-1/+1
2025-06-12platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM TelemetryXi Pardee2-0/+6
2025-06-12platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM TelemetryXi Pardee2-0/+4
2025-06-12RDMA/mana_ib: Add device statistics supportShiraz Saleem4-2/+93
2025-06-12RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanupArnd Bergmann1-1/+7
2025-06-12RDMA/cxgb4: Delete an unnecessary check before kfree() in c4iw_rdev_open()Markus Elfring1-2/+1
2025-06-12IB/iser: Remove unnecessary local variableLi Jun1-5/+1
2025-06-12RDMA/hns: Remove MW supportJunxian Huang5-191/+1
2025-06-12RDMA/hns: ZERO_OR_NULL_PTR macro overdetectionluoqing2-5/+5
2025-06-12RDMA/rxe: Enable asynchronous prefetch for ODP MRsDaisuke Matsuda1-2/+85
2025-06-12RDMA/rxe: Implement synchronous prefetch for ODP MRsDaisuke Matsuda3-0/+103
2025-06-12i2c: use inclusive callbacks in struct i2c_algorithmWolfram Sang43-101/+101
2025-06-12drivers/rapidio/rio_cm.c: prevent possible heap overwriteAndrew Morton1-0/+3
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar1-2/+2
2025-06-12net: bcmgenet: enable GRO software interrupt coalescing by defaultZak Kemble1-0/+2
2025-06-12net: bcmgenet: use napi_complete_done return valueZak Kemble1-3/+1
2025-06-12net: macb: Add shutdown operation supportAbin Joseph1-0/+15
2025-06-12net: phy: micrel: add cable test support for KSZ9477-class PHYsOleksij Rempel1-2/+13
2025-06-12net: phy: micrel: Add RX error counter support for KSZ9477 switch-integrated ...Oleksij Rempel1-0/+37
2025-06-12net: phy: micrel: add MDI/MDI-X control support for KSZ9477 switch-integrated...Oleksij Rempel1-0/+59
2025-06-12eth: fbnic: Expand coverage of mac statsMohsin Bashir5-0/+273
2025-06-12efi_secret: clean securityfs use upAl Viro1-29/+8
2025-06-12drm/xe/lrc: Prepare WA BB setup for more usersLucas De Marchi1-14/+55
2025-06-12drm/xe/lrc: Use a temporary buffer for WA BBLucas De Marchi1-4/+20
2025-06-12fix locking in efi_secret_unlink()Al Viro1-9/+1
2025-06-12net/mlx5e: Fix number of lanes to UNKNOWN when using data_rate_operShahar Shitrit1-4/+1
2025-06-12net/mlx5e: Fix leak of Geneve TLV option objectJianbo Liu1-6/+6
2025-06-12net/mlx5: HWS, make sure the uplink is the last destinationVlad Dogaru3-7/+11
2025-06-12net/mlx5: HWS, fix missing ip_version handling in definerYevgeny Kliteynik1-0/+3
2025-06-12net/mlx5: HWS, Init mutex on the correct pathVlad Dogaru1-1/+1
2025-06-12net/mlx5: Fix return value when searching for existing flow groupPatrisious Haddad1-1/+4
2025-06-12net/mlx5: Fix ECVF vports unload on shutdown flowAmir Tzin1-8/+13
2025-06-12net/mlx5: Ensure fw pages are always allocated on same NUMAMoshe Shemesh1-1/+1
2025-06-12Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-8/+40
2025-06-12net: fman_memac: Don't use of_property_read_bool on non-boolean property managedAlexander Stein1-1/+1
2025-06-12net: usb: lan78xx: make struct fphy_status static constHeiner Kallweit1-1/+1
2025-06-12ppp: convert to percpu netstatsQingfang Deng1-33/+19
2025-06-12r8169: remove redundant pci_tbl entryHeiner Kallweit1-2/+0
2025-06-12r8169: enable EEE at 5Gbps on RTL8126Heiner Kallweit1-1/+0
2025-06-12net/mlx5: Expose serial numbers in devlink infoJiri Pirko1-0/+53
2025-06-11PCI: hotplug: Remove TODO about unused .get_power(), .hardware_test()Guilherme Giacomo Simoes1-4/+0
2025-06-11igc: add preemptible queue support in mqprioFaizal Rahim3-7/+12
2025-06-11igc: add preemptible queue support in taprioFaizal Rahim5-3/+100
2025-06-11igc: add private flag to reverse TX queue priority in TSN modeFaizal Rahim4-4/+15
2025-06-11igc: assign highest TX queue number as highest priority in mqprioFaizal Rahim2-13/+42
2025-06-11igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASKFaizal Rahim2-9/+12
2025-06-11igc: add DCTL prefix to related macrosFaizal Rahim2-12/+12
2025-06-11igc: move TXDCTL and RXDCTL related macrosFaizal Rahim2-9/+10