Age | Commit message (Expand) | Author | Files | Lines |
2017-07-09 | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 8 | -92/+149 |
2017-06-28 | Merge branch 'etnaviv/fixes' of git://git.pengutronix.de/git/lst/linux | Linus Torvalds | 2 | -2/+3 |
2017-06-28 | drm/etnaviv: Fix implicit/explicit sync sense inversion | Daniel Stone | 1 | -1/+1 |
2017-06-28 | drm/etnaviv: fix submit flags getting overwritten by BO content | Lucas Stach | 1 | -1/+2 |
2017-06-28 | Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ... | Dave Airlie | 7 | -79/+136 |
2017-06-03 | drm/etnaviv: restore ETNA_PREP_NOSYNC behaviour | Lucas Stach | 1 | -10/+14 |
2017-05-30 | Backmerge tag 'v4.12-rc3' into drm-next | Dave Airlie | 1 | -1/+3 |
2017-05-19 | Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into... | Dave Airlie | 1 | -1/+3 |
2017-05-18 | drm: drop drm_[cm]alloc* helpers | Michal Hocko | 3 | -14/+14 |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 1 | -2/+2 |
2017-05-05 | drm/etnaviv: implement cooling support for new GPU cores | Lucas Stach | 2 | -6/+16 |
2017-05-05 | drm/etnaviv: update MLCG disables with info from newer Vivante driver | Lucas Stach | 1 | -2/+8 |
2017-05-05 | drm/etnaviv: update common.xml.h | Lucas Stach | 1 | -61/+89 |
2017-05-05 | drm/etnaviv: Expose our reservation object when exporting a dmabuf. | Eric Anholt | 3 | -0/+9 |
2017-05-05 | drm/etnaviv: don't put fence in case of submit failure | Lucas Stach | 1 | -1/+3 |
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-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2 | -2/+3 |
2017-02-23 | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds | 15 | -142/+348 |
2017-02-20 | 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-03 | 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 |