index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
gma500
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/gma500: Remove generic DRM drivers in probe function
Thomas Zimmermann
2021-10-21
1
-0
/
+12
*
drm/gma500: Rename struct gtt_range to struct psb_gem_object
Thomas Zimmermann
2021-10-19
9
-117
/
+123
*
drm/gma500: Rewrite GTT page insert/remove without struct gtt_range
Thomas Zimmermann
2021-10-19
3
-66
/
+44
*
drm/gma500: Set page-caching flags in GEM pin/unpin
Thomas Zimmermann
2021-10-19
3
-17
/
+11
*
drm/gma500: Inline psb_gtt_{alloc,free}_range() into rsp callers
Thomas Zimmermann
2021-10-19
3
-62
/
+65
*
drm/gma500: Inline psb_gtt_attach_pages() and psb_gtt_detach_pages()
Thomas Zimmermann
2021-10-19
1
-52
/
+42
*
drm/gma500: Rename psb_gtt_{pin,unpin}() to psb_gem_{pin,unpin}()
Thomas Zimmermann
2021-10-19
3
-12
/
+12
*
drm/gma500: Allocate GTT ranges in stolen memory with psb_gem_create()
Thomas Zimmermann
2021-10-19
5
-50
/
+29
*
drm/gma500: Reimplement psb_gem_create()
Thomas Zimmermann
2021-10-19
2
-38
/
+59
*
drm/gma500: Use to_gtt_range() everywhere
Thomas Zimmermann
2021-10-19
2
-6
/
+5
*
drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c
Thomas Zimmermann
2021-10-19
7
-209
/
+147
*
Revert "drm/gma500: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_...
Sean Paul
2021-10-04
1
-12
/
+6
*
drm/gma500: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
2021-10-01
1
-6
/
+12
*
drm/gma500: Fix wrong pointer passed to PTR_ERR()
Yang Yingliang
2021-09-24
1
-1
/
+1
*
drm/gma500: Managed device release
Thomas Zimmermann
2021-09-23
1
-8
/
+11
*
drm/gma500: Remove dev_priv branch from unload function
Thomas Zimmermann
2021-09-23
1
-47
/
+46
*
drm/gma500: Embed struct drm_device in struct drm_psb_private
Thomas Zimmermann
2021-09-23
9
-35
/
+26
*
drm/gma500: Disable PCI device during shutdown
Thomas Zimmermann
2021-09-23
1
-7
/
+3
*
drm/gma500: Replace references to dev_private with helper function
Thomas Zimmermann
2021-09-23
28
-184
/
+178
*
drm/gma500: Convert to Linux IRQ interfaces
Thomas Zimmermann
2021-08-10
5
-15
/
+29
*
drm/gma500: Add the missed drm_gem_object_put() in psb_user_framebuffer_create()
Jing Xiangfeng
2021-07-09
1
-1
/
+6
*
drm/gma500: Fix end of loop tests for list_for_each_entry
Harshvardhan Jha
2021-07-09
1
-1
/
+1
*
drm/gma500/oaktrail_lvds: replace continue with break
Colin Ian King
2021-06-18
1
-2
/
+2
*
drm/gma500: update comment of psb_spank()
Wan Jiabing
2021-05-06
1
-1
/
+1
*
drm/gma500: remove trailing whitespaces
Krzysztof Kozlowski
2021-04-22
2
-28
/
+26
*
drm/gma500: correct kerneldoc
Krzysztof Kozlowski
2021-04-22
2
-2
/
+2
*
gma500: Use DEFINE_SPINLOCK() for spinlock
Guobin Huang
2021-04-08
1
-2
/
+1
*
drm/gma500: use NULL instead of using plain integer as pointer
Yang Li
2021-03-19
1
-1
/
+1
*
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-16
19
-346
/
+51
|
\
|
*
drm/gma500: Never wait for blits
Patrik Jakobsson
2021-02-09
4
-71
/
+0
|
*
drm/gma500: psb_spank() doesn't need it's own file
Patrik Jakobsson
2021-02-09
3
-61
/
+31
|
*
drm/gma500: Unify crtc helpers
Patrik Jakobsson
2021-02-09
7
-18
/
+5
|
*
drm/gma500/cdv: Remove unused tv out paths
Patrik Jakobsson
2021-02-09
1
-10
/
+1
|
*
drm/gma500: Remove unused DPST support
Patrik Jakobsson
2021-02-09
4
-150
/
+0
|
*
drm/gma500/cdv: Remove unused code for crt init
Patrik Jakobsson
2021-02-09
1
-14
/
+1
|
*
drm/gma500: Drop DRM_GMA600 config option
Thomas Zimmermann
2021-02-09
3
-20
/
+11
|
*
drm/gma500: Remove in_atomic() usage.
Sebastian Andrzej Siewior
2021-02-09
1
-2
/
+2
|
*
drm/gma500: Remove dependency on TTM
Thomas Zimmermann
2021-02-01
1
-1
/
+0
|
*
drm/gma500: Remove CONFIG_X86 conditionals from source files
Thomas Zimmermann
2021-02-01
1
-21
/
+0
|
*
drm/gma500: Drop DRM_GMA3600 config option
Thomas Zimmermann
2021-02-01
3
-24
/
+16
|
*
drm/gma500: Remove Medfield support
Thomas Zimmermann
2021-02-01
23
-5835
/
+2
*
|
Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2021-02-22
2
-3
/
+3
|
\
\
|
*
|
drm/gma500: Get rid of duplicate NULL checks
Andy Shevchenko
2021-01-25
1
-12
/
+6
|
*
|
drm/gma500: Convert to use new SCU IPC API
Andy Shevchenko
2021-01-25
7
-14
/
+17
*
|
|
drm/gma500: Remove dependency on TTM
Thomas Zimmermann
2021-02-09
1
-1
/
+0
*
|
|
drm/gma500: Remove CONFIG_X86 conditionals from source files
Thomas Zimmermann
2021-02-09
1
-21
/
+0
*
|
|
drm/gma500: Drop DRM_GMA3600 config option
Thomas Zimmermann
2021-02-09
3
-24
/
+16
*
|
|
drm/gma500: Remove Medfield support
Thomas Zimmermann
2021-02-09
23
-5835
/
+2
|
|
/
|
/
|
*
|
drm/gma500/mdfld_intel_display: Demote three kernel-doc formatting abuses
Lee Jones
2021-01-18
1
-3
/
+3
*
|
drm/gma500/mdfld_dsi_output: Demote a couple of kernel-doc formatting abuses
Lee Jones
2021-01-18
1
-2
/
+2
[next]