summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-20ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-10-20net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-10-20wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang1-1/+1
2022-10-20sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-7/+7
2022-10-19i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue1-5/+8
2022-10-19i2c: xiic: Add platform module aliasMartin Tůma1-0/+1
2022-10-19ACPI: scan: Fix DMA range assignmentRobin Murphy1-3/+4
2022-10-19ethernet: marvell: octeontx2 Fix resource not freed after mallocManank Patel1-0/+2
2022-10-19ACPI: PCI: Fix device reference counting in acpi_get_pci_dev()Rafael J. Wysocki1-0/+1
2022-10-19drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updatesChristian König1-1/+8
2022-10-19nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner1-4/+0
2022-10-19nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg1-1/+1
2022-10-19nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin1-7/+16
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig2-6/+13
2022-10-19drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flagChristian König1-1/+2
2022-10-19nvme-apple: don't limit DMA segement sizeRussell King (Oracle)1-0/+2
2022-10-19nvme-pci: disable write zeroes on various Kingston SSDXander Li1-0/+10
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter1-1/+1
2022-10-19ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-10-19bnxt_en: fix memory leak in bnxt_nvm_test()Vikas Gupta1-5/+6
2022-10-19drm/amdgpu: Fix for BO move issueArunpravin Paneer Selvam1-0/+3
2022-10-19drm/amdgpu: dequeue mes scheduler during finiYuBiao Wang1-3/+39
2022-10-19drm/amd/pm: enable thermal alert on smu_v13_0_10Kenneth Feng1-6/+4
2022-10-19drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11Yifan Zha3-9/+13
2022-10-19drm/amdkfd: Fix type of reset_type parameter in hqd_destroy() callbackNathan Chancellor1-2/+3
2022-10-19drm/amd/display: Increase frame size limit for display_mode_vba_util_32.oGuenter Roeck1-1/+1
2022-10-19drm/amd/pm: add SMU IP v13.0.4 IF version define to V7Tim Huang1-1/+1
2022-10-19drm/amd/pm: update SMU IP v13.0.4 driver interface versionTim Huang1-2/+15
2022-10-19drm/amd/pm: Init pm_attr_list when dpm is disabledZhenGuo Yin1-2/+2
2022-10-19drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan3-0/+25
2022-10-19drm/amd/pm: fulfill SMU13.0.7 cstate control interfaceEvan Quan1-0/+12
2022-10-19drm/amd/pm: fulfill SMU13.0.0 cstate control interfaceEvan Quan1-0/+11
2022-10-19drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supportedYiPeng Chai1-5/+9
2022-10-19drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10YiPeng Chai1-0/+10
2022-10-19drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3YiPeng Chai1-0/+1
2022-10-19drm/amdgpu: skip mes self test for gc 11.0.3Likun Gao1-1/+2
2022-10-19drm/amd/pm: skip loading pptable from driver on secure board for smu_v13_0_10Kenneth Feng1-1/+2
2022-10-19drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10Kenneth Feng2-1/+6
2022-10-19drm/amd/pm: remove the pptable id override on smu_v13_0_10Kenneth Feng1-3/+0
2022-10-19drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10Kenneth Feng1-4/+6
2022-10-19drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"Asher Song1-12/+13
2022-10-19drm/amdgpu: Refactor mode2 reset logic for v11.0.7Victor Zhao1-8/+17
2022-10-19Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao9-20/+2
2022-10-19Revert "drm/amdgpu: add debugfs amdgpu_reset_level"Victor Zhao4-17/+0
2022-10-19drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV caseDanijel Slivka3-1/+15
2022-10-19dm clone: Fix typo in block_device format specifierNikos Tsironis1-1/+1
2022-10-19dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang1-1/+0
2022-10-19dm cache: delete the redundant word 'each' in commentShaomin Deng1-1/+1
2022-10-19dm raid: fix typo in analyse_superblocks code commentJiangshan Yi1-1/+1
2022-10-19dm verity: enable WQ_HIGHPRI on verify_wqNathan Huckleberry1-8/+10