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.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
/
etnaviv
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
3
-14
/
+14
2017-05-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-2
/
+2
2017-04-19
Merge tag 'v4.11-rc7' into drm-next
Dave Airlie
1
-1
/
+2
2017-04-12
drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()
Wei Yongjun
1
-1
/
+2
2017-04-11
Backmerge tag 'v4.11-rc6' into drm-next
Dave Airlie
1
-2
/
+2
2017-03-29
drm/etnaviv: submit support for out-fences
Philipp Zabel
2
-1
/
+29
2017-03-29
drm/etnaviv: return GPU fence through the submit structure
Lucas Stach
3
-4
/
+6
2017-03-29
drm/etnaviv: submit support for in-fences
Philipp Zabel
5
-3
/
+40
2017-03-29
drm/etnaviv: add etnaviv cooling device
Russell King
2
-15
/
+71
2017-03-29
drm/etnaviv: switch to postclose
Daniel Vetter
1
-2
/
+2
2017-03-29
drm/etnaviv: add lockdep assert to fence allocation
Lucas Stach
1
-0
/
+6
2017-03-29
drm/etnaviv: (re-)protect fence allocation with GPU mutex
Lucas Stach
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2
-2
/
+3
2017-02-24
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
15
-142
/
+348
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
1
-4
/
+7
2017-02-02
Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux i...
Dave Airlie
14
-123
/
+329
2017-02-02
drm/etnaviv: Remove duplicate header file include
Liviu Dudau
1
-1
/
+0
2017-02-02
Revert "drm/etnaviv: trick drm_mm into giving out a low IOVA"
Lucas Stach
1
-6
/
+1
2017-02-02
drm/etnaviv: add cmdbuf suballocator
Lucas Stach
7
-58
/
+165
2017-02-02
drm/etnaviv: get cmdbuf physical address through the cmdbuf abstraction
Lucas Stach
4
-2
/
+10
2017-02-02
drm/etnaviv: wire up iova handling in new cmdbuf abstraction
Lucas Stach
5
-11
/
+18
2017-02-02
drm/etnaviv: move cmdbuf de-/allocation into own file
Lucas Stach
11
-66
/
+117
2017-02-02
drm/etnaviv: always flush MMU TLBs on map/unmap
Lucas Stach
1
-4
/
+3
2017-02-02
drm/etnaviv: constify etnaviv_iommu_ops structures
Bhumika Goyal
2
-2
/
+2
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2
-8
/
+1
2017-01-30
drm/etnaviv: set up initial PULSE_EATER register
Wladimir J. van der Laan
1
-0
/
+34
2017-01-30
drm/etnaviv: add new GC3000 sensitive states
Wladimir J. van der Laan
1
-0
/
+6
2017-01-27
drm/etnaviv: Remove etnaviv_debugfs_cleanup()
Noralf Trønnes
1
-7
/
+0
2017-01-27
drm/etnaviv: allow build with COMPILE_TEST
Noralf Trønnes
1
-1
/
+1
2017-01-27
Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-0
/
+1
2017-01-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
1
-1
/
+6
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2017-01-11
drm: add more MMU dependencies
Arnd Bergmann
1
-0
/
+1
2017-01-11
drm/etnaviv: trick drm_mm into giving out a low IOVA
Lucas Stach
1
-1
/
+6
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-4
/
+6
2017-01-09
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2
-5
/
+6
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-4
/
+6
2016-12-28
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
1
-1
/
+1
2016-12-27
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
1
-4
/
+5
2016-12-15
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
1
-4
/
+3
2016-12-15
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2016-12-13
drm/etnaviv: Use drm_dev_unref, not drm_put_dev
Daniel Vetter
1
-1
/
+1
2016-12-06
Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/lst/linux into dr...
Dave Airlie
7
-7
/
+83
2016-12-02
drm/etnaviv: move linear window on MC1.0 parts if necessary
Lucas Stach
1
-0
/
+4
2016-12-02
drm/etnaviv: don't invoke OOM killer from dump code
Lucas Stach
1
-1
/
+2
2016-12-02
drm/etnaviv: fix gem_prime_get_sg_table to return new SG table
Lucas Stach
1
-2
/
+4
2016-12-02
drm/etnaviv: Allow DRAW_INSTANCED commands
Wladimir J. van der Laan
2
-4
/
+57
[next]