index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2023-02-14
ice/ptp: fix the PTP worker retrying indefinitely if the link went down
Daniel Vacek
-2
/
+6
2023-02-14
ice: Add GPIO pin support for E823 products
Karol Kolacinski
-0
/
+90
2023-02-14
drm/amd/display: Add support for multiple overlay planes
Bhawanpreet Lakha
-7
/
+41
2023-02-14
drm/amd/display: move public dc link function implementation to dc_link_exports
Wenjing Liu
-269
/
+442
2023-02-14
drm/amd/display: Update Z8 SR exit/enter latencies
Nicholas Kazlauskas
-2
/
+2
2023-02-14
drm/amd/display: Fix FreeSync active bit issue
Leo (Hanghong) Ma
-3
/
+9
2023-02-14
drm/amd/display: Disable unbounded request mode during rotation
Nasir Osman
-1
/
+2
2023-02-14
drm/amdgpu: Revert programming GRBM_GFX_* in RLCG interface to support GFX9
Yifan Zha
-0
/
+4
2023-02-14
drm/amd/display: Remove the unused variable pre_connection_type
Jiapeng Chong
-2
/
+0
2023-02-14
drm/amd/display: Remove the unused variable ds_port
Jiapeng Chong
-4
/
+0
2023-02-14
drm/amd/display: Remove stutter only configurations
Nasir Osman
-11
/
+73
2023-02-14
drm/amd/display: Fix video glitch while drag window in PSR-SU
Tom Chung
-5
/
+37
2023-02-14
drm/amd/display: clean up some inconsistent indentings
Yang Li
-3
/
+3
2023-02-14
drm/amd/display: Simplify bool conversion
Yang Li
-1
/
+1
2023-02-14
drm/amd/display: add NULL pointer check
Charlene Liu
-6
/
+10
2023-02-14
drm/amd/display: on dp link lost event toggle dpms for master pipe only
Wenjing Liu
-85
/
+108
2023-02-14
drm/amd/display: Extract temp drm mst deallocation wa into its own function
Wenjing Liu
-11
/
+102
2023-02-14
drm/amd/display: enable DPG when disabling plane for phantom pipe
Samson Tam
-1
/
+46
2023-02-14
Revert "drm/amd/display: Correct bw_params population"
Daniel Miess
-21
/
+10
2023-02-14
drm/amd/display: do not set RX back to SST mode for non 0 mst stream count
Wenjing Liu
-41
/
+25
2023-02-14
drm/amd/display: Fix prefetch vratio check
Alvin Lee
-6
/
+29
2023-02-14
drm/amd/display: Enable P-state validation checks for DCN314
Nicholas Kazlauskas
-1
/
+1
2023-02-14
drm/amd/display: fix k1 k2 divider programming for phantom streams
Aurabindo Pillai
-2
/
+2
2023-02-14
iommufd: Make sure to zero vfio_iommu_type1_info before copying to user
Jason Gunthorpe
-1
/
+1
2023-02-14
drm/amd/display: Set max vratio for prefetch to 7.9 for YUV420 MPO
Alvin Lee
-8
/
+52
2023-02-14
drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
Nicholas Kazlauskas
-1
/
+52
2023-02-14
drm/amd/amdgpu: implement mode2 reset on smu_v13_0_10
Kenneth Feng
-2
/
+413
2023-02-14
drm/amdkfd: Prevent user space using both svm and kfd api to register same us...
Xiaogang Chen
-0
/
+14
2023-02-14
drm/amdgpu: Fix the warning info when unload or remove amdgpu
Ma Jun
-1
/
+2
2023-02-14
dm sysfs: make kobj_type structure constant
Thomas Weißschuh
-1
/
+1
2023-02-14
dm: update targets using system workqueues to use a local workqueue
Tetsuo Handa
-9
/
+34
2023-02-14
dm: remove flush_scheduled_work() during local_exit()
Mike Snitzer
-1
/
+0
2023-02-14
dm clone: prefer kvmalloc_array()
Heinz Mauelshagen
-1
/
+1
2023-02-14
dm: declare variables static when sensible
Heinz Mauelshagen
-2
/
+2
2023-02-14
dm: fix suspect indent whitespace
Heinz Mauelshagen
-2
/
+2
2023-02-14
dm ioctl: prefer strscpy() instead of strlcpy()
Heinz Mauelshagen
-2
/
+2
2023-02-14
dm: avoid void function return statements
Heinz Mauelshagen
-11
/
+0
2023-02-14
dm integrity: change macros min/max() -> min_t/max_t where appropriate
Heinz Mauelshagen
-5
/
+5
2023-02-14
dm: fix use of sizeof() macro
Heinz Mauelshagen
-15
/
+15
2023-02-14
dm: avoid 'do {} while(0)' loop in single statement macros
Heinz Mauelshagen
-5
/
+3
2023-02-14
dm log: avoid multiple line dereference
Heinz Mauelshagen
-2
/
+1
2023-02-14
dm log: avoid trailing semicolon in macro
Heinz Mauelshagen
-1
/
+1
2023-02-14
dm ioctl: have constant on the right side of the test
Heinz Mauelshagen
-2
/
+2
2023-02-14
dm: don't indent labels
Heinz Mauelshagen
-4
/
+4
2023-02-14
dm: avoid inline filenames
Heinz Mauelshagen
-5
/
+2
2023-02-14
dm: add missing blank line after declarations/fix those
Heinz Mauelshagen
-6
/
+11
2023-02-14
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
-38
/
+38
2023-02-14
dm: favour __packed versus "__attribute__ ((packed))"
Heinz Mauelshagen
-6
/
+6
2023-02-14
dm: favour __aligned(N) versus "__attribute__ (aligned(N))"
Heinz Mauelshagen
-7
/
+7
2023-02-14
dm: avoid using symbolic permissions
Heinz Mauelshagen
-23
/
+22
[prev]
[next]