index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-08
drm/mgag200: Abstract pixel PLL via struct mgag200_pll
Thomas Zimmermann
4
-903
/
+1019
2021-08-08
drm/mgag200: Declare PLL clock constants static const
Thomas Zimmermann
1
-44
/
+31
2021-08-08
drm/mgag200: Split PLL compute function for G200SE by rev
Thomas Zimmermann
1
-70
/
+96
2021-08-08
drm/mgag200: Split PLL compute functions by device type
Thomas Zimmermann
1
-110
/
+146
2021-08-08
drm/mgag200: Store values (not bits) in struct mgag200_pll_values
Thomas Zimmermann
1
-62
/
+91
2021-08-08
drm/mgag200: Introduce separate variable for PLL S parameter
Thomas Zimmermann
1
-20
/
+16
2021-08-08
drm/mgag200: Split PLL setup into compute and update functions
Thomas Zimmermann
2
-52
/
+198
2021-08-08
drm/mgag200: Remove P_ARRAY_SIZE
Thomas Zimmermann
1
-4
/
+3
2021-08-08
drm/mgag200: Return errno codes from PLL compute functions
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/mgag200: Select clock in PLL update functions
Thomas Zimmermann
3
-12
/
+33
2021-08-06
drm/bridge: anx7625: Tune K value for IVO panel
Xin Ji
2
-4
/
+24
2021-08-06
drm: bridge: it66121: Check drm_bridge_attach retval
Robert Foss
1
-0
/
+2
2021-08-05
drm/panel: simple: add LOGIC Technologies LTTD800480070-L6WH-RT
Søren Andersen
1
-0
/
+35
2021-08-05
drm/panel: simple: add Multi-Innotechnology MI1010AIT-1CP1
Sam Ravnborg
1
-0
/
+34
2021-08-05
drm: nouveau: fix disp.c build when NOUVEAU_BACKLIGHT is not enabled
Randy Dunlap
1
-2
/
+6
2021-08-05
drm: add lockdep assert to drm_is_current_master_locked
Desmond Cheong Zhi Xi
1
-3
/
+3
2021-08-05
drm/panel: Add ilitek ili9341 panel driver
Dillon Min
3
-0
/
+805
2021-08-05
drm/panel-simple: add Gopher 2b LCD panel
Artjom Vejsel
1
-0
/
+43
2021-08-02
drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()
Thomas Zimmermann
3
-14
/
+22
2021-08-02
drm/gud: Map framebuffer BOs with drm_gem_fb_vmap()
Thomas Zimmermann
1
-5
/
+5
2021-08-02
drm/gem: Clear mapping addresses for unused framebuffer planes
Thomas Zimmermann
1
-1
/
+5
2021-08-02
drm/gem: Provide drm_gem_fb_{vmap,vunmap}()
Thomas Zimmermann
2
-33
/
+74
2021-08-02
drm: Define DRM_FORMAT_MAX_PLANES
Thomas Zimmermann
1
-8
/
+11
2021-08-02
drm: Fix oops in damage self-tests by mocking damage property
Daniel Vetter
1
-216
/
+71
2021-08-02
drm: Fix typo in comments
Cai Huoqing
36
-58
/
+58
2021-08-01
DRM: ast: Fixed coding style issues of ast_mode.c
Gregory Williams
1
-11
/
+20
2021-08-01
drm/panel: Add support for E Ink VB3300-KCA
Alistair Francis
1
-0
/
+30
2021-07-31
drm/pl111: Remove unused including <linux/version.h>
Cai Huoqing
2
-2
/
+0
2021-07-31
drm/panel: atna33xc20: Introduce the Samsung ATNA33XC20 panel
Douglas Anderson
3
-0
/
+378
2021-07-31
Revert "drm/panel-simple: Support for delays between GPIO & regulator"
Douglas Anderson
1
-28
/
+0
2021-07-31
Revert "drm/panel-simple: Add Samsung ATNA33XC20"
Douglas Anderson
1
-33
/
+0
2021-07-31
drm/bridge: ti-sn65dsi86: Add some 100 us delays
Douglas Anderson
1
-0
/
+6
2021-07-31
drm/bridge: ti-sn65dsi86: Fix power off sequence
Douglas Anderson
1
-4
/
+7
2021-07-31
drm/dp: Don't zero PWMGEN_BIT_COUNT when driver_pwm_freq_hz not specified
Douglas Anderson
1
-4
/
+6
2021-07-30
drm: clean up unused kerneldoc in drm_lease.c
Desmond Cheong Zhi Xi
1
-123
/
+8
2021-07-30
Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...
Dave Airlie
162
-2654
/
+6845
2021-07-30
Merge tag 'drm-msm-next-2021-07-28' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
24
-531
/
+852
2021-07-30
Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
66
-546
/
+1331
2021-07-29
drm/vc4: hdmi: Remove unused struct
Maxime Ripard
1
-12
/
+0
2021-07-29
drm/vc4: hdmi: Remove redundant variables
Maxime Ripard
2
-16
/
+12
2021-07-29
drm: clarify usage of drm leases
Desmond Cheong Zhi Xi
1
-0
/
+51
2021-07-29
drm/amd/pm: Fix a bug in semaphore double-lock
Luben Tuikov
1
-2
/
+0
2021-07-29
drm/amdgpu: enable psp front door loading by default for cyan_skillfish2
Huang Rui
1
-3
/
+4
2021-07-29
drm/amdgpu: adjust fence driver enable sequence
Likun Gao
3
-47
/
+14
2021-07-29
drm/amdgpu: Added PSP13 BL loading support for additional drivers
John Clements
1
-0
/
+18
2021-07-29
drm/amdgpu: Consolidated PSP13 BL FW loading
John Clements
1
-35
/
+11
2021-07-29
drm/amdgpu: Added support for added psp driver binaries FW
John Clements
3
-7
/
+70
2021-07-29
drm/amdgpu: Added latest PSP FW header
John Clements
2
-21
/
+116
2021-07-29
drm/amdgpu: remove the access of xxx_PSP_DEBUG on cycan_skillfish
Huang Rui
1
-2
/
+0
2021-07-29
drm/amdgpu/display: add support for multiple backlights
Alex Deucher
3
-71
/
+84
[next]