aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-18mei: bus: demote error on connectAlexander Usyskin1-1/+1
2025-09-18mei: retry connect if interrupted by link resetAlexander Usyskin4-0/+32
2025-09-18mei: make a local copy of client uuid in connectAlexander Usyskin1-9/+9
2025-09-18mei: me: trigger link reset if hw ready is unexpectedAlexander Usyskin3-5/+17
2025-09-18mei: gsc: fix remove operations orderAlexander Usyskin2-7/+11
2025-09-18Merge tag 'platform-drivers-x86-v6.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds4-0/+25
2025-09-18binder: fix double-free in dbitmapCarlos Llamas1-0/+1
2025-09-18octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()Duoming Zhou1-1/+1
2025-09-18cnic: Fix use-after-free bugs in cnic_delete_taskDuoming Zhou1-2/+1
2025-09-18net: liquidio: fix overflow in octeon_init_instr_queue()Alexey Nepomnyashih1-1/+1
2025-09-18Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"Tariq Toukan1-2/+0
2025-09-18perf: arm_spe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-09-18coresight: trbe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-09-18drivers/perf: riscv: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-09-18net: virtio_net: add get_rxrings ethtool callback for RX ring queriesBreno Leitao1-12/+3
2025-09-18drivers/perf: hisi: Add support for HiSilicon MN PMU driverJunhao He2-1/+412
2025-09-18drivers/perf: hisi: Add support for HiSilicon NoC PMUYicong Yang2-1/+445
2025-09-18drm/amdgpu: add missing comment for the new argumentSunil Khatri1-0/+1
2025-09-18drm/amdgpu: suspend KFD and KGD user queues for S0ixAlex Deucher1-14/+10
2025-09-18drm/amdgpu/userq: Optimize S0ix handlingAlex Deucher1-2/+8
2025-09-18drm/amdgpu: Fix PRT flag for gfx12Joe.Wang1-0/+1
2025-09-18drm/amdgpu: Check VF critical region before RAS poison injectionXiang Liu1-0/+7
2025-09-18drm/amdkfd: add proper handling for S0ixAlex Deucher3-4/+60
2025-09-18drm/amdgpu: Introduce VF critical region check for RAS poison injectionXiang Liu5-0/+79
2025-09-18drm/amdgpu: remove non-DC DCE 11 codeAlex Deucher5-3865/+0
2025-09-18drm/amd/pm: Enable npm metrics dataAsad Kamal1-2/+4
2025-09-18drm/amd/pm: Fetch npm data from system metrics tableAsad Kamal3-0/+61
2025-09-18drm/amd/pm: Add sysfs node for node powerAsad Kamal2-2/+153
2025-09-18drm/amd/pm: Allow system metrics table in 1vf modeAsad Kamal2-1/+3
2025-09-18perf: arm_pmuv3: Factor out PMCCNTR_EL0 use conditionsYicong Yang1-2/+27
2025-09-18perf: arm_spe: Add support for FEAT_SPE_EFT extended filteringJames Clark1-0/+66
2025-09-18perf: arm_spe: Expose event filterLeo Yan1-2/+20
2025-09-18perf: arm_spe: Support FEAT_SPEv1p4 filtersJames Clark1-16/+7
2025-09-18perf/dwc_pcie: Support counting multiple lane events in parallelIlkka Koskinen1-31/+130
2025-09-18drivers: perf: use us_to_ktime() where appropriateXichao Zhao1-1/+1
2025-09-18perf: imx_perf: add support for i.MX94 platformXu Yang1-0/+6
2025-09-18EDAC/versalnet: Return the correct error in mc_probe()Dan Carpenter1-1/+3
2025-09-18bnxt_en: Implement ethtool .set_tunable() for ETHTOOL_PFC_PREVENTION_TOUTMichael Chan1-1/+23
2025-09-18bnxt_en: Implement ethtool .get_tunable() for ETHTOOL_PFC_PREVENTION_TOUTMichael Chan3-0/+41
2025-09-18bnxt_en: Use VLAN_ETH_HLEN when possibleKalesh AP2-3/+3
2025-09-18bnxt_en: Support for RoCE resources dynamically shared within VFs.Anantha Prabhu3-2/+16
2025-09-18bnxt_en: Add err_qpc backing store handlingKashyap Desai4-3/+7
2025-09-18bnxt_en: Add fw log trace support for 5731X/5741X chipsShruti Parab4-4/+12
2025-09-18bnxt_en: Improve bnxt_backing_store_cfg_v2()Michael Chan1-7/+8
2025-09-18bnxt_en: Optimize bnxt_sriov_disable()Kalesh AP3-4/+12
2025-09-18bnxt_en: Remove unnecessary VF check in bnxt_hwrm_nvm_req()Kalesh AP1-7/+0
2025-09-18bnxt_en: Drop redundant if block in bnxt_dl_flash_update()Kalesh AP1-6/+0
2025-09-18dm: optimize REQ_PREFLUSH with data when using the linear targetMikulas Patocka2-8/+25
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-nextBartosz Golaszewski19-2/+1455
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni15-19/+1461