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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-12
drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers
Liu Ying
5
-322
/
+410
2016-07-12
gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanism
Liu Ying
3
-235
/
+7
2016-07-12
drm/imx: ipuv3 plane: Check different types of plane separately
Liu Ying
1
-29
/
+38
2016-06-24
Merge tag 'topic/drm-misc-2016-06-22-updated' of git://anongit.freedesktop.or...
Dave Airlie
109
-4862
/
+4018
2016-06-24
Merge tag 'drm-sii902x' of github.com:bbrezillon/linux-at91 into drm-next
Dave Airlie
4
-0
/
+511
2016-06-22
drm/vc4: Remove unused connector
Daniel Vetter
1
-1
/
+0
2016-06-22
drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference
Chris Wilson
1
-1
/
+1
2016-06-22
drm/sun4i: Remove open-coded drm_connector_register_all()
Chris Wilson
1
-34
/
+0
2016-06-22
drm/vc4: Remove open-coded drm_connector_register_all()
Chris Wilson
1
-12
/
+0
2016-06-22
drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()
Chris Wilson
1
-8
/
+0
2016-06-21
drm: document drm_auth.c
Daniel Vetter
9
-57
/
+119
2016-06-21
drm: Clear up master tracking booleans
Daniel Vetter
2
-10
/
+5
2016-06-21
drm: Extract drm_is_current_master
Daniel Vetter
8
-17
/
+25
2016-06-21
drm: Refactor drop/set master code a bit
Daniel Vetter
3
-42
/
+44
2016-06-21
drm: Lobotomize set_busid nonsense for !pci drivers
Daniel Vetter
17
-41
/
+64
2016-06-21
drm: Nuke SET_UNIQUE ioctl
Daniel Vetter
3
-100
/
+1
2016-06-21
drm: Don't call drm_dev_set_unique from platform drivers
Daniel Vetter
5
-33
/
+11
2016-06-21
drm/vgem: Stop calling drm_drv_set_unique
Daniel Vetter
1
-2
/
+0
2016-06-21
drm: Use dev->name as fallback for dev->unique
Daniel Vetter
2
-11
/
+6
2016-06-21
drm: Clean up drm_crtc.h
Daniel Vetter
5
-133
/
+150
2016-06-21
drm: Move master pointer from drm_minor to drm_device
Daniel Vetter
8
-26
/
+34
2016-06-21
drm: sti: rework init sequence
Benjamin Gaignard
5
-74
/
+100
2016-06-21
drm: sti: use late_register and early_unregister callbacks
Benjamin Gaignard
16
-69
/
+198
2016-06-21
drm/amdkfd: Clean up inline handling
Daniel Vetter
2
-5
/
+2
2016-06-21
drm: Add callbacks for late registering
Benjamin Gaignard
4
-2
/
+197
2016-06-21
drm/fsl-dcu: use drm_mode_config_cleanup on initialization errors
Stefan Agner
1
-7
/
+6
2016-06-21
drm/mediatek: Remove IOMMU_DMA select
Arnd Bergmann
1
-1
/
+0
2016-06-21
Documentation/DocBook: remove gpu.tmpl
Jani Nikula
3
-3530
/
+1
2016-06-21
Documentation/gpu: split up mm, kms and kms-helpers from internals
Jani Nikula
5
-1373
/
+1379
2016-06-21
Documentation/gpu: convert the KMS properties table to CSV
Jani Nikula
2
-257
/
+131
2016-06-21
Documentation/gpu: use recommended order of heading markers
Jani Nikula
4
-106
/
+110
2016-06-21
MAINTAINERS: add Documentation/gpu and Documentation/gpu/i915.rst
Jani Nikula
1
-0
/
+2
2016-06-21
Documentation/gpu: split up the gpu documentation
Jani Nikula
6
-2596
/
+2593
2016-06-21
Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl
Jani Nikula
2
-0
/
+2602
2016-06-21
drm/crtc-helper: disable_unused_functions really isn't for atomic
Daniel Vetter
1
-0
/
+3
2016-06-21
drm/rcar-du: Remove redundant calls to drm_connector_register_all()
Chris Wilson
1
-5
/
+0
2016-06-21
drm/msm: Remove redundant calls to drm_connector_register_all()
Chris Wilson
1
-8
/
+0
2016-06-21
drm/mediatek: Remove redundant calls to drm_connector_register_all()
Chris Wilson
1
-7
/
+0
2016-06-21
drm/hisilicon: Remove redundant calls to drm_connector_register_all()
Chris Wilson
1
-8
/
+0
2016-06-21
drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()
Chris Wilson
1
-7
/
+0
2016-06-21
drm/arc: Remove redundant calls to drm_connector_register_all()
Chris Wilson
1
-8
/
+0
2016-06-21
drm/rockchip: Finish initialization before registering DRM device
Tomasz Figa
1
-14
/
+7
2016-06-21
drm/omapdrm: don't call drm_helper_disable_unused_functions
Daniel Vetter
1
-3
/
+0
2016-06-20
drm: Mark set/drop master ioctl as unlocked.
Daniel Vetter
1
-2
/
+2
2016-06-20
drm: Mark authmagic ioctls as unlocked
Daniel Vetter
1
-2
/
+2
2016-06-20
drm: Protect authmagic with master_mutex
Daniel Vetter
1
-8
/
+6
2016-06-20
drm: Move authmagic cleanup into drm_master_release
Daniel Vetter
2
-5
/
+5
2016-06-20
drm: Only do the hw.lock cleanup in master_relase for !MODESET
Daniel Vetter
1
-9
/
+11
2016-06-20
drm: Prevent NULL deref in drm_name_info()
Chris Wilson
1
-11
/
+10
2016-06-20
drm: fix send_vblank_event use-after-free error
Matthew Auld
1
-2
/
+2
[next]