1. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  2. ef96152 Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  3. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 4e64e55 drm: Improve drm_mm search (and fix topdown allocation) with rbtrees by Chris Wilson · 7 years ago
  5. 99743ae Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux into drm-next by Dave Airlie · 7 years ago
  6. 82260364 drm/etnaviv: Remove duplicate header file include by Liviu Dudau · 7 years ago
  7. e17d0bf Revert "drm/etnaviv: trick drm_mm into giving out a low IOVA" by Lucas Stach · 8 years ago
  8. e66774d drm/etnaviv: add cmdbuf suballocator by Lucas Stach · 8 years ago
  9. 9912b4d drm/etnaviv: get cmdbuf physical address through the cmdbuf abstraction by Lucas Stach · 8 years ago
  10. c3ef4b8 drm/etnaviv: wire up iova handling in new cmdbuf abstraction by Lucas Stach · 8 years ago
  11. ea1f572 drm/etnaviv: move cmdbuf de-/allocation into own file by Lucas Stach · 8 years ago
  12. d464507 drm/etnaviv: always flush MMU TLBs on map/unmap by Lucas Stach · 8 years ago
  13. bc179f0 drm/etnaviv: constify etnaviv_iommu_ops structures by Bhumika Goyal · 8 years ago
  14. 012bbe2 Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  15. e17a0de drm/etnaviv: set up initial PULSE_EATER register by Wladimir J. van der Laan · 8 years ago
  16. a1540a7 drm/etnaviv: add new GC3000 sensitive states by Wladimir J. van der Laan · 8 years ago
  17. 59defa7 drm/etnaviv: Remove etnaviv_debugfs_cleanup() by Noralf Trønnes · 8 years ago
  18. 2f38a67 drm/etnaviv: allow build with COMPILE_TEST by Noralf Trønnes · 8 years ago
  19. 3875623 Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  20. b0df0b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 8 years ago
  21. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  22. f0c379a drm: add more MMU dependencies by Arnd Bergmann · 8 years ago
  23. 3546fb0 drm/etnaviv: trick drm_mm into giving out a low IOVA by Lucas Stach · 8 years ago
  24. 282d0a3 Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  25. 3806a27 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  26. b5c3714 drm/mm: Convert to drm_printer by Daniel Vetter · 8 years ago
  27. 0b04d47 drm: Compute tight evictions for drm_mm_scan by Chris Wilson · 8 years ago
  28. 9a71e27 drm: Extract struct drm_mm_scan from struct drm_mm by Chris Wilson · 8 years ago
  29. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  30. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  31. ecdfceb drm/etnaviv: Use drm_dev_unref, not drm_put_dev by Daniel Vetter · 8 years ago
  32. 770ac20 Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/lst/linux into drm-next by Dave Airlie · 8 years ago
  33. 1db0127 drm/etnaviv: move linear window on MC1.0 parts if necessary by Lucas Stach · 8 years ago
  34. 172dbac drm/etnaviv: don't invoke OOM killer from dump code by Lucas Stach · 8 years ago
  35. 5f4a4a7 drm/etnaviv: fix gem_prime_get_sg_table to return new SG table by Lucas Stach · 8 years ago
  36. 5578005 drm/etnaviv: Allow DRAW_INSTANCED commands by Wladimir J. van der Laan · 8 years ago
  37. 5688e57 drm/etnaviv: implement dma-buf mmap by Lucas Stach · 8 years ago
  38. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 8 years ago
  39. 97ac0e4 drm: convert DT component matching to component_match_add_release() by Russell King · 8 years ago
  40. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  41. 61d0a04 Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  42. 26beaee Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into drm-fixes by Dave Airlie · 8 years ago
  43. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  44. cd34db4 drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu before wait by Chris Wilson · 8 years ago
  45. 8814d2d drm/etnaviv: block 64K of address space behind each cmdstream by Lucas Stach · 8 years ago
  46. 8c136b5 drm/etnaviv: ensure write caches are flushed at end of user cmdstream by Lucas Stach · 8 years ago
  47. 81c5d6a Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/git/lst/linux into drm-next by Dave Airlie · 8 years ago
  48. 0f28860 drm: Don't swallow error codes in drm_dev_alloc() by Tom Gundersen · 8 years ago
  49. 1b94a9b drm/etnaviv: mark whole context as lost in recover worker by Lucas Stach · 8 years ago
  50. 0622548 drm/etnaviv: record correct cmdbuf IOVA in dump by Lucas Stach · 8 years ago
  51. 7c971c6 drm/etnaviv: space out IOVA layout for cmdbufs on MMUv2 by Lucas Stach · 8 years ago
  52. 12ff4bd drm/etnaviv: fix up model and revision for GC2000+ by Lucas Stach · 8 years ago
  53. afb7b3b drm/etnaviv: implement IOMMUv2 translation by Lucas Stach · 8 years ago
  54. 128a9b1 drm/etnaviv: handle MMU exception in IRQ handler by Lucas Stach · 8 years ago
  55. 2e145a2 drm/etnaviv: add flushing logic for MMUv2 by Lucas Stach · 8 years ago
  56. de08e8e drm/etnaviv: add function to construct MMUv2 init buffer by Lucas Stach · 8 years ago
  57. e68f270 drm/etnaviv: map cmdbuf through MMU on version 2 by Lucas Stach · 8 years ago
  58. 90969c9 drm/etnaviv: split out iova search and MMU reaping logic by Lucas Stach · 8 years ago
  59. 229855b drm/etnaviv: split out FE start by Lucas Stach · 8 years ago
  60. b88163e drm/etnaviv: split out wait for gpu idle by Lucas Stach · 8 years ago
  61. e07c0db drm/etnaviv: move gpu_va() to etnaviv mmu by Lucas Stach · 8 years ago
  62. 47cf62b drm/etnaviv: remove unused iommu_v2 header by Lucas Stach · 8 years ago
  63. dd34bb9 drm/etnaviv: move IOMMU domain allocation into etnaviv MMU by Lucas Stach · 8 years ago
  64. e095c8f drm/etnaviv: indirect IOMMU restore through etnaviv MMU by Lucas Stach · 8 years ago
  65. 99f861b drm/etnaviv: move linear window setup into etnaviv_iommuv1_restore by Lucas Stach · 8 years ago
  66. 99aeeb7 drm/etnaviv: rename etnaviv_iommu_domain_restore to etnaviv_iommuv1_restore by Lucas Stach · 8 years ago
  67. acfee0e drm/etnaviv: only check if the cmdbuf is inside the linear window on MMUv1 by Lucas Stach · 8 years ago
  68. 1486b1c drm/etnaviv: only try to use the linear window on MMUv1 by Lucas Stach · 8 years ago
  69. 9c7310c drm/etnaviv: fold various clock enable/disable functions into top ones by Lucas Stach · 8 years ago
  70. dc22789 drm/etnaviv: remove unneeded variable initialization by Fabio Estevam · 8 years ago
  71. db60eda drm/etnaviv: remove unneeded 'fail' label by Fabio Estevam · 8 years ago
  72. 9e59eea drm/etnaviv: check for errors when enabling clocks by Fabio Estevam · 8 years ago
  73. f1d1326 drm/etnaviv: Don't set drm_device->platformdev by Daniel Vetter · 8 years ago
  74. e1f96ef drm: drop DRIVER_HAVE_IRQ flag for some drivers by Shawn Guo · 8 years ago
  75. d985349 drm/etnaviv: take GPU lock later in the submit process by Lucas Stach · 8 years ago
  76. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  77. d9a7ed7 drm/etnaviv: Optimize error handling in etnaviv_gem_new_userptr() by Markus Elfring · 8 years ago
  78. 8c6e618 drm/etnaviv: Delete unnecessary checks before two function calls by Markus Elfring · 8 years ago
  79. 429a9cc Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/git/lst/linux into drm-next by Dave Airlie · 8 years ago
  80. c1c77b0 drm/etnaviv: remove generic GPU init failure reporting by Lucas Stach · 8 years ago
  81. 1409df0 drm/etnaviv: improve error reporting in GPU init path by Lucas Stach · 8 years ago
  82. 7d0c6e7 drm/etnaviv: enable GPU module level clock gating support by Russell King · 9 years ago
  83. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 8 years ago
  84. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
  85. a325725 drm: Lobotomize set_busid nonsense for !pci drivers by Daniel Vetter · 8 years ago
  86. 13c34fe drm/etnaviv: initialize iommu domain page size by Lucas Stach · 8 years ago
  87. 76bf0db dma-buf/fence: make fence context 64 bit v2 by Christian König · 8 years ago
  88. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  89. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  90. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  91. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  92. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 8 years ago
  93. 19ea5da Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de:/git/lst/linux into drm-next by Dave Airlie · 8 years ago
  94. 4096e64 Merge 4.6-rc7 into staging-next by Greg Kroah-Hartman · 8 years ago
  95. bafb86f Merge tag 'v4.6-rc7' into drm-next by Dave Airlie · 8 years ago
  96. a10e2bde drm/etnaviv: fix mmap operations for userptr and dma-buf objects by Lucas Stach · 8 years ago
  97. 0e7f26e drm/etnaviv: take etnaviv_gem_obj in etnaviv_gem_mmap_obj by Lucas Stach · 8 years ago
  98. 946dd8d drm/etnaviv: use deferrable timer for hangcheck handler by Lucas Stach · 8 years ago
  99. 1d657c5 drm/etnaviv: Use lockless gem BO free callback by Daniel Vetter · 8 years ago
  100. 3ed605b kernel.h: add u64_to_user_ptr() by Gustavo Padovan · 8 years ago