summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-02-14ice: add support BIG TCP on IPv6Pawel Chmielewski
2023-02-14ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek
2023-02-14ice: Add GPIO pin support for E823 productsKarol Kolacinski
2023-02-14drm/amd/display: Add support for multiple overlay planesBhawanpreet Lakha
2023-02-14drm/amd/display: move public dc link function implementation to dc_link_exportsWenjing Liu
2023-02-14drm/amd/display: Update Z8 SR exit/enter latenciesNicholas Kazlauskas
2023-02-14drm/amd/display: Fix FreeSync active bit issueLeo (Hanghong) Ma
2023-02-14drm/amd/display: Disable unbounded request mode during rotationNasir Osman
2023-02-14drm/amdgpu: Revert programming GRBM_GFX_* in RLCG interface to support GFX9Yifan Zha
2023-02-14drm/amd/display: Remove the unused variable pre_connection_typeJiapeng Chong
2023-02-14drm/amd/display: Remove the unused variable ds_portJiapeng Chong
2023-02-14drm/amd/display: Remove stutter only configurationsNasir Osman
2023-02-14drm/amd/display: Fix video glitch while drag window in PSR-SUTom Chung
2023-02-14drm/amd/display: clean up some inconsistent indentingsYang Li
2023-02-14drm/amd/display: Simplify bool conversionYang Li
2023-02-14drm/amd/display: add NULL pointer checkCharlene Liu
2023-02-14drm/amd/display: on dp link lost event toggle dpms for master pipe onlyWenjing Liu
2023-02-14drm/amd/display: Extract temp drm mst deallocation wa into its own functionWenjing Liu
2023-02-14drm/amd/display: enable DPG when disabling plane for phantom pipeSamson Tam
2023-02-14Revert "drm/amd/display: Correct bw_params population"Daniel Miess
2023-02-14drm/amd/display: do not set RX back to SST mode for non 0 mst stream countWenjing Liu
2023-02-14drm/amd/display: Fix prefetch vratio checkAlvin Lee
2023-02-14drm/amd/display: Enable P-state validation checks for DCN314Nicholas Kazlauskas
2023-02-14drm/amd/display: fix k1 k2 divider programming for phantom streamsAurabindo Pillai
2023-02-14iommufd: Make sure to zero vfio_iommu_type1_info before copying to userJason Gunthorpe
2023-02-14drm/amd/display: Set max vratio for prefetch to 7.9 for YUV420 MPOAlvin Lee
2023-02-14drm/amd/display: Move DCN314 DOMAIN power control to DMCUBNicholas Kazlauskas
2023-02-14drm/amd/amdgpu: implement mode2 reset on smu_v13_0_10Kenneth Feng
2023-02-14drm/amdkfd: Prevent user space using both svm and kfd api to register same us...Xiaogang Chen
2023-02-14drm/amdgpu: Fix the warning info when unload or remove amdgpuMa Jun
2023-02-14dm sysfs: make kobj_type structure constantThomas Weißschuh
2023-02-14dm: update targets using system workqueues to use a local workqueueTetsuo Handa
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2023-02-14dm clone: prefer kvmalloc_array()Heinz Mauelshagen
2023-02-14dm: declare variables static when sensibleHeinz Mauelshagen
2023-02-14dm: fix suspect indent whitespaceHeinz Mauelshagen
2023-02-14dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen
2023-02-14dm: avoid void function return statementsHeinz Mauelshagen
2023-02-14dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen
2023-02-14dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen
2023-02-14dm log: avoid multiple line dereferenceHeinz Mauelshagen
2023-02-14dm log: avoid trailing semicolon in macroHeinz Mauelshagen
2023-02-14dm ioctl: have constant on the right side of the testHeinz Mauelshagen
2023-02-14dm: don't indent labelsHeinz Mauelshagen
2023-02-14dm: avoid inline filenamesHeinz Mauelshagen
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen
2023-02-14dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen
2023-02-14dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen