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
path:
root
/
drivers
/
gpu
/
drm
/
qxl
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+3
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-1
/
+0
2017-02-02
drm: qxl: Embed drm_device into driver structure
Gabriel Krisman Bertazi
10
-57
/
+52
2017-02-02
drm: qxl: Drop duplicated pci_device pointer attribute
Gabriel Krisman Bertazi
3
-3
/
+1
2017-02-02
drm: qxl: Drop duplicated device pointer attribute
Gabriel Krisman Bertazi
4
-14
/
+12
2017-02-02
drm: qxl: Drop misleading comment
Gabriel Krisman Bertazi
1
-1
/
+1
2017-01-27
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
1
-2
/
+0
2017-01-27
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
1
-0
/
+1
2017-01-19
drm: qxl: Open code teardown function for qxl
Gabriel Krisman Bertazi
3
-20
/
+9
2017-01-19
drm: qxl: Open code probing sequence for qxl
Gabriel Krisman Bertazi
5
-48
/
+74
2017-01-17
drm: qxl: Let DRM core handle connector registering
Gabriel Krisman Bertazi
1
-1
/
+0
2017-01-09
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
Benjamin Gaignard
1
-1
/
+1
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
2
-4
/
+3
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-3
/
+3
2016-12-18
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
Laurent Pinchart
1
-0
/
+1
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-2
/
+3
2016-12-15
drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
2016-12-06
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Daniel Vetter
6
-24
/
+63
2016-12-05
drm/qxl: fix use of uninitialized variable
Pan Bian
1
-1
/
+1
2016-12-05
drm/qxl: Don't register debugfs for control minors
Daniel Vetter
1
-6
/
+0
2016-11-30
Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next
Dave Airlie
6
-24
/
+63
2016-11-15
qxl: Allow resolution which are not multiple of 8
Christophe Fergeau
1
-0
/
+3
2016-11-15
qxl: Don't notify userspace when monitors config is unchanged
Christophe Fergeau
1
-10
/
+52
2016-11-15
qxl: Remove qxl_bo_init() return value
Christophe Fergeau
2
-3
/
+2
2016-11-15
qxl: Call qxl_gem_{init, fini}
Christophe Fergeau
1
-1
/
+2
2016-11-15
qxl: Add missing '\n' to qxl_io_log() call
Christophe Fergeau
1
-1
/
+1
2016-11-15
qxl: Remove unused prototype
Christophe Fergeau
1
-3
/
+0
2016-11-15
qxl: Mark some internal functions as static
Christophe Fergeau
3
-6
/
+3
2016-11-14
drm/qxl: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-7
/
+1
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2
-19
/
+20
2016-10-25
drm/ttm: make eviction decision a driver callback v2
Christian König
1
-0
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2
-19
/
+20
2016-09-28
Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-next
Dave Airlie
2
-1
/
+56
2016-09-28
Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+2
2016-09-20
drm/qxl: reapply cursor after SetCrtc calls
Ray Strode
2
-1
/
+56
2016-09-19
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2
-10
/
+10
2016-09-19
drm: use drm_file to tag vm-bos
David Herrmann
1
-1
/
+2
2016-09-15
drm/qxl: squash lines for simple wrapper functions
Masahiro Yamada
2
-10
/
+4
2016-09-14
drm/ttm: rework handling of private mem types
Christian König
2
-10
/
+10
2016-08-25
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
Daniel Vetter
1
-0
/
+4
2016-08-25
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-2
/
+2
2016-08-12
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
Daniel Vetter
1
-0
/
+4
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
1
-1
/
+0
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
1
-2
/
+2
2016-07-22
drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlock...
Markus Elfring
1
-2
/
+1
2016-07-19
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
Daniel Vetter
1
-1
/
+9
2016-07-18
drm/qxl: make fbdev support really optional
Tobias Jakobi
1
-5
/
+0
2016-07-15
Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
4
-13
/
+5
[next]