aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-18riscv: mm: Use mmu-type from FDT to limit SATP modeJunhui Liu3-3/+49
2025-09-18jfs: replace hardcoded magic number with DTPAGEMAXSLOT constantZheng Yu1-2/+2
2025-09-18JFS: Remove redundant 0 value initializationLiao Yuanhong1-1/+0
2025-09-18JFS: Remove unnecessary parenthesesLiao Yuanhong1-5/+5
2025-09-18jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-09-18jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-09-18Merge branch 'net-ethtool-add-dedicated-grxrings-driver-callbacks'Jakub Kicinski6-41/+82
2025-09-18net: virtio_net: add get_rxrings ethtool callback for RX ring queriesBreno Leitao1-12/+3
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao1-8/+7
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao1-8/+8
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao1-7/+9
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao4-5/+27
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao1-23/+10
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao1-0/+40
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao1-5/+5
2025-09-18psp: rename our psp_dev_destroy()Eric Dumazet2-4/+4
2025-09-18MAINTAINERS: Remove myself from HiSilicon PMU maintainersYicong Yang1-1/+0
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 Yang3-1/+456
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-18arm64/boot: Enable EL2 requirements for SPE_FEAT_FDSJames Clark2-0/+22
2025-09-18arm64/boot: Factor out a macro to check SPE versionJames Clark1-6/+11
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 Clark2-25/+7
2025-09-18arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 registerJames Clark1-2/+11
2025-09-18perf/dwc_pcie: Support counting multiple lane events in parallelIlkka Koskinen2-33/+132
2025-09-18drivers: perf: use us_to_ktime() where appropriateXichao Zhao1-1/+1
2025-09-18MAINTAINERS: include fsl_imx9_ddr_perf.c and some perf metric filesXu Yang1-0/+3
2025-09-18perf: imx_perf: add support for i.MX94 platformXu Yang1-0/+6
2025-09-18dt-bindings: perf: fsl-imx-ddr: Add a compatible string fsl,imx94-ddr-pmu for i.MX94Xu Yang1-0/+1
2025-09-18EDAC/versalnet: Return the correct error in mc_probe()Dan Carpenter1-1/+3
2025-09-18s390/bitops: Cleanup __flogr()Heiko Carstens1-4/+3
2025-09-18s390/bitops: Use __assume() for __flogr() inline assembly return valueHeiko Carstens1-3/+11
2025-09-18compiler_types: Add __assume macroHeiko Carstens2-0/+33
2025-09-18s390/bitops: Limit return value range of __flogr()Heiko Carstens1-1/+1
2025-09-18kselftest/arm64: Check that unsupported regsets fail in sve-ptraceMark Brown1-0/+46
2025-09-18kselftest/arm64: Verify that we reject out of bounds VLs in sve-ptraceMark Brown1-1/+31