aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-29drm/amdkfd: fix dropped interrupt in kfd_int_process_v11Graham Sider1-3/+3
2022-09-29drm/amdgpu: pass queue size and is_aql_queue to MESGraham Sider4-1/+10
2022-09-29drm/amdkfd: fix MQD init for GFX11 in init_mqdGraham Sider1-0/+4
2022-09-29drm/amdgpu: Enable SA software trap.David Belanger3-385/+413
2022-09-29drm/amd/amdgpu: Add missing XGMI hive registers for mmhub 9.4.1Tom St Denis2-0/+12
2022-09-29drm/amdgpu/vcn: update vcn4 fw shared data structureRuijing Dong2-1/+11
2022-09-29drm/amdgpu/sdma6: use common function to init sdma fwLikun Gao1-71/+2
2022-09-29drm/amdgpu: support sdma struct v2 fw initLikun Gao1-16/+60
2022-09-29drm/amdgpu/sdma5: use common function to init sdma fwLikun Gao2-107/+11
2022-09-29drm/amdgpu/sdma4: use common function to init sdma fwLikun Gao1-88/+19
2022-09-29drm/amdgpu: add function to init SDMA microcodeLikun Gao2-0/+93
2022-09-29drm/amdgpu/gfx11: use common function to init cp fwLikun Gao1-139/+16
2022-09-29drm/amdgpu/gfx10: use common function to init CP fwLikun Gao1-78/+8
2022-09-29drm/amdgpu/gfx9: use common function to init cp fwLikun Gao1-88/+10
2022-09-29drm/amdgpu: add function to init CP microcodeLikun Gao2-0/+142
2022-09-29drm/amd/pm: use adverse selection for dpm features unsupported by driverEvan Quan1-61/+24
2022-09-29drm/amd/pm: enable gfxoff feature for SMU 13.0.0Evan Quan1-3/+5
2022-09-29drm/amdgpu: avoid gfx register accessing during gfxoffEvan Quan1-0/+4
2022-09-29drivers/amd/pm: check the return value of amdgpu_bo_kmapLi Zhong1-1/+4
2022-09-29drm/amdgpu: Use simplified API for p2p dist calcLijo Lazar2-4/+4
2022-09-29drm/amdgpu: Disable verbose for p2p dist calcLijo Lazar2-2/+2
2022-09-29drm/amdgpu: Fixed ras warning when uninstalling amdgpuYiPeng Chai1-1/+2
2022-09-29drm/amdgpu/gfx11: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang1-152/+4
2022-09-29drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang1-187/+9
2022-09-29quota: Add more checking after reading from quota fileZhihao Cheng1-2/+17
2022-09-29quota: Replace all block number checking with helper functionZhihao Cheng1-10/+6
2022-09-29quota: Check next/prev free block number after reading from quota fileZhihao Cheng1-0/+38
2022-09-29printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner1-1/+1
2022-09-29printk: Remove bogus comment vs. boot consolesThomas Gleixner1-3/+0
2022-09-29printk: Remove write only variable nr_ext_console_driversThomas Gleixner1-9/+0
2022-09-29printk: Declare log_wait properlyThomas Gleixner2-2/+3
2022-09-29printk: Make pr_flush() staticThomas Gleixner2-9/+3
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2022-09-29perf tests record: Fail the test if the 'errs' counter is not zeroArnaldo Carvalho de Melo1-1/+1
2022-09-29perf test: Fix test case 87 ("perf record tests") for hybrid systemsZhengjun Xing1-1/+1
2022-09-29Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds5-21/+24
2022-09-29Merge tag 'loongarch-fixes-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds3-15/+4
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior1-19/+27
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior1-11/+8
2022-09-29net: cpmac: Add __init/__exit annotations to module init/exit funcsruanjinjie1-2/+2
2022-09-29ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select"Colin Ian King1-4/+4
2022-09-29perf/x86/amd/lbr: Adjust LBR regardless of filteringStephane Eranian1-2/+6
2022-09-29perf/x86/utils: Fix uninitialized var in get_branch_type()Stephane Eranian1-0/+4
2022-09-29perf/uapi: Define PERF_MEM_SNOOPX_PEER in kernel header fileRavi Bangoria1-1/+1
2022-09-29perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria2-2/+9
2022-09-29perf/x86/amd: Support PERF_SAMPLE_ADDRRavi Bangoria1-1/+7
2022-09-29perf/x86/amd: Support PERF_SAMPLE_{WEIGHT|WEIGHT_STRUCT}Ravi Bangoria1-1/+16
2022-09-29perf/x86/amd: Support PERF_SAMPLE_DATA_SRCRavi Bangoria1-6/+312
2022-09-29perf/x86/amd: Add IBS OP_DATA2 DataSrc bit definitionsRavi Bangoria1-0/+16
2022-09-29perf/mem: Introduce PERF_MEM_LVLNUM_{EXTN_MEM|IO}Ravi Bangoria1-1/+3