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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-16
drm/v3d: Fix and extend MMU error handling.
Eric Anholt
5
-7
/
+37
2019-05-16
drm/v3d: Dump V3D error debug registers in debugfs, and one at reset.
Eric Anholt
3
-1
/
+46
2019-05-16
drm/v3d: Set the correct DMA mask according to the MMU's limits.
Eric Anholt
3
-1
/
+14
2019-05-16
drm/v3d: Fix debugfs reads of MMU regs.
Eric Anholt
1
-3
/
+4
2019-05-16
drm/doc: Document expectation that userspace review looks at kernel uAPI.
Eric Anholt
1
-1
/
+3
2019-05-16
drm/doc: Allow new UAPI to be used once it's in drm-next/drm-misc-next.
Eric Anholt
1
-3
/
+3
2019-05-16
drm/fb-helper: Fix drm_fb_helper_hotplug_event() NULL ptr argument
Noralf Trønnes
1
-3
/
+2
2019-05-16
drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transfer
Jagan Teki
1
-0
/
+1
2019-05-15
drm/hisilicon: Convert hibmc-drm driver to VRAM MM
Thomas Zimmermann
4
-145
/
+12
2019-05-15
drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
Thomas Zimmermann
6
-248
/
+44
2019-05-15
drm/vboxvideo: Convert vboxvideo driver to VRAM MM
Thomas Zimmermann
5
-165
/
+13
2019-05-15
drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
Thomas Zimmermann
7
-372
/
+45
2019-05-15
drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
4
-32
/
+37
2019-05-15
drm/mgag200: Convert mgag200 driver to VRAM MM
Thomas Zimmermann
5
-161
/
+15
2019-05-15
drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
Thomas Zimmermann
8
-348
/
+107
2019-05-15
drm/bochs: Convert bochs driver to VRAM MM
Thomas Zimmermann
4
-166
/
+11
2019-05-15
drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|
Thomas Zimmermann
5
-342
/
+21
2019-05-15
drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
3
-25
/
+53
2019-05-15
drm/ast: Convert AST driver to VRAM MM
Thomas Zimmermann
5
-167
/
+13
2019-05-15
drm/ast: Convert AST driver to |struct drm_gem_vram_object|
Thomas Zimmermann
7
-331
/
+75
2019-05-15
drm: Integrate VRAM MM into struct drm_device
Thomas Zimmermann
7
-1
/
+266
2019-05-15
drm: Add default instance for VRAM MM callback functions
Thomas Zimmermann
2
-0
/
+17
2019-05-15
drm: Add VRAM MM, a simple memory manager for dedicated VRAM
Thomas Zimmermann
4
-2
/
+293
2019-05-15
drm: Add simple PRIME helpers for GEM VRAM
Thomas Zimmermann
2
-0
/
+118
2019-05-15
drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers
Thomas Zimmermann
2
-0
/
+70
2019-05-15
drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|
Thomas Zimmermann
2
-0
/
+59
2019-05-15
drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|
Thomas Zimmermann
2
-0
/
+60
2019-05-15
drm: Add |struct drm_gem_vram_object| and helpers
Thomas Zimmermann
6
-0
/
+536
2019-05-14
drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}
Noralf Trønnes
2
-10
/
+4
2019-05-14
drm/fb-helper: No need to cache rotation and sw_rotations
Noralf Trønnes
2
-74
/
+65
2019-05-14
drm/fb-helper: Avoid race with DRM userspace
Noralf Trønnes
4
-46
/
+86
2019-05-09
drm: Some ocd in drm_file.c
Daniel Vetter
3
-72
/
+72
2019-05-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1397
-16109
/
+23234
2019-05-09
Merge tag 'drm-misc-next-fixes-2019-05-08' of git://anongit.freedesktop.org/d...
Dave Airlie
17
-48
/
+75
2019-05-09
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...
Dave Airlie
18
-48
/
+1700
2019-05-08
drm/msm/a6xx: No zap shader is not an error
Rob Clark
1
-0
/
+1
2019-05-08
drm/cma-helper: Fix drm_gem_cma_free_object()
Noralf Trønnes
1
-4
/
+4
2019-05-07
drm/panel: simple: Add FriendlyELEC HD702E 800x1280 LCD panel
Jagan Teki
1
-0
/
+26
2019-05-07
dt-bindings: display: Document FriendlyELEC HD702E LCD panel
Jagan Teki
1
-0
/
+32
2019-05-07
drm: Fix timestamp docs for variable refresh properties.
Mario Kleiner
1
-6
/
+0
2019-05-07
drm/komeda: Mark the local functions as static
james qian wang (Arm Technology China)
6
-17
/
+21
2019-05-07
drm/komeda: Fixed warning: Function parameter or member not described
james qian wang (Arm Technology China)
6
-23
/
+85
2019-05-07
drm/komeda: Expose bus_width to Komeda-CORE
james qian wang (Arm Technology China)
2
-3
/
+4
2019-05-07
drm/komeda: Add sysfs attribute: core_id and config_id
james qian wang (Arm Technology China)
4
-0
/
+71
2019-05-07
drm/doc: Improve docs for conn_state->best_encoder
Daniel Vetter
1
-0
/
+4
2019-05-07
gpu/drm: Remove duplicate headers
Jagadeesh Pagadala
2
-3
/
+0
2019-05-07
drm: add non-desktop quirk for Valve HMDs
Andres Rodriguez
1
-0
/
+19
2019-05-07
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...
Dave Airlie
4
-19
/
+17
2019-05-06
drm/virtio: Remove redundant return type
Robert Foss
2
-3
/
+2
2019-05-06
drm/edid: drmP.h include removal
Jani Nikula
2
-6
/
+12
[next]