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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-11
drm/i915: Prefer random replacement before eviction search
Chris Wilson
1
-1
/
+58
2017-01-11
drm/i915: Extract reserving space in the GTT to a helper
Chris Wilson
8
-61
/
+106
2017-01-11
drm/i915: Use the MRU stack search after evicting
Chris Wilson
4
-80
/
+119
2017-01-11
drm/i915/psr: disable psr2 for resolution greater than 32X20
Nagaraju, Vathsala
1
-7
/
+8
2017-01-11
drm/i915/psr: program vsc header for psr2
Nagaraju, Vathsala
3
-2
/
+43
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
15
-45
/
+62
2017-01-10
drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()
Chris Wilson
1
-2
/
+2
2017-01-10
drm/i915: Mark all incomplete requests as -EIO when wedged
Chris Wilson
1
-0
/
+10
2017-01-10
drm/i915: Set an error status for a resubmitted request
Chris Wilson
1
-0
/
+1
2017-01-10
drm/i915: Set guilty-flag on fence after detecting a hang
Chris Wilson
1
-0
/
+2
2017-01-10
drm/i915: Consolidate reset_request()
Chris Wilson
1
-4
/
+4
2017-01-10
drm/i915: Put "cooked" vlank counters in frame CRC lines
Tomeu Vizoso
1
-3
/
+3
2017-01-10
drm/i915: Use new CRC debugfs API
Tomeu Vizoso
5
-37
/
+142
2017-01-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
103
-449
/
+557
2017-01-10
drm/i915: Split out i915_gem_object_set_tiling()
Chris Wilson
2
-113
/
+127
2017-01-10
drm/i915: Include ioctl in set-tiling and get-tiling function names
Chris Wilson
3
-14
/
+14
2017-01-10
drm/i915: Clip the partial view against the object not vma
Chris Wilson
1
-4
/
+2
2017-01-10
drm/i915: Extract compute_partial_view()
Chris Wilson
1
-19
/
+28
2017-01-10
drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()
Michel Thierry
4
-5
/
+5
2017-01-10
drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.
Rodrigo Vivi
1
-6
/
+6
2017-01-10
drm/i915/DMC/GLK: Load DMC on GLK
Anusha Srivatsa
1
-2
/
+10
2017-01-10
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
Chris Wilson
4
-88
/
+88
2017-01-10
drm/i915: Remove the rounding down of the gen4+ fence region
Chris Wilson
1
-3
/
+1
2017-01-10
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
6
-81
/
+73
2017-01-10
drm/i915: Replace WARNs in fence register writes with extensive asserts
Chris Wilson
1
-28
/
+22
2017-01-10
drm/i915: Align GGTT sizes to a fence tile row
Chris Wilson
4
-21
/
+39
2017-01-10
drm/i915: Extract tile_row_size for fencing
Chris Wilson
3
-10
/
+23
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
96
-417
/
+448
2017-01-10
Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
95
-4129
/
+9547
2017-01-09
drm/i915: don't open code the pdpe/pml4e clearing
Matthew Auld
1
-14
/
+2
2017-01-09
drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/
Matthew Auld
1
-5
/
+5
2017-01-09
drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/
Matthew Auld
1
-5
/
+5
2017-01-09
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
Benjamin Gaignard
11
-12
/
+12
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
32
-69
/
+38
2017-01-09
drm: add more document for drm_crtc_from_index()
Shawn Guo
2
-2
/
+5
2017-01-09
drm: remove useless parameters from drm_pick_cmdline_mode function
Vincent Abriou
2
-5
/
+4
2017-01-09
drm/i915: Update DRIVER_DATE to 20170109
Daniel Vetter
1
-2
/
+2
2017-01-09
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
194
-1351
/
+3953
2017-01-06
Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-12
/
+12
2017-01-06
Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+1
2017-01-06
swiotlb: Export swiotlb_max_segment to users
Konrad Rzeszutek Wilk
1
-10
/
+1
2017-01-06
drm/i915: Drain freed objects for mmap space exhaustion
Chris Wilson
1
-13
/
+11
2017-01-06
drm/i915: Purge loose pages if we run out of DMA remap space
Chris Wilson
1
-4
/
+18
2017-01-06
drm/i915: Fix phys pwrite for struct_mutex-less operation
Chris Wilson
1
-30
/
+4
2017-01-06
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
5
-5
/
+21
2017-01-06
drm/i915: Use range_overflows()
Chris Wilson
3
-4
/
+8
2017-01-06
drm/i915: Use fixed-sized types for stolen
Chris Wilson
3
-19
/
+22
2017-01-06
drm/i915: Use phys_addr_t for the address of stolen memory
Chris Wilson
2
-24
/
+27
2017-01-06
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
4
-3
/
+19
2017-01-06
drm: crc: Call wake_up_interruptible() each time there is a new CRC entry
Benjamin Gaignard
1
-0
/
+2
[next]