| Commit message (Expand) | Author | Age | Files | Lines |
* | drm: Mark AGP implementation and ioctls as legacy | Thomas Zimmermann | 2021-05-10 | 1 | -2/+0 |
* | drm: Upcast struct drm_device.dev to struct pci_device; replace pdev | Thomas Zimmermann | 2021-01-19 | 1 | -1/+1 |
* | drm: remove pgprot_decrypted() before calls to io_remap_pfn_range() | Jason Gunthorpe | 2020-11-10 | 1 | -3/+0 |
* | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2020-06-24 | 1 | -1/+0 |
|\ |
|
| * | drm: remove unused drm_gem.h include | Emil Velikov | 2020-05-19 | 1 | -1/+0 |
* | | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
|/ |
|
* | drm: drm_vm: Use fallthrough; | Joe Perches | 2020-03-18 | 1 | -2/+2 |
* | drm: vm: Clean up documentation | Benjamin Gaignard | 2020-03-16 | 1 | -8/+8 |
* | drm: Remove the dma_alloc_coherent wrapper for internal usage | Chris Wilson | 2020-02-05 | 1 | -6/+4 |
* | gpu/drm: fix a few kernel-doc "/**" mark warnings | Qian Cai | 2019-07-16 | 1 | -1/+1 |
* | drm: Permit video-buffers writecombine mapping for MIPS | Serge Semin | 2019-06-18 | 1 | -2/+3 |
* | drm: drop use of drmP.h in drm/* | Sam Ravnborg | 2019-05-27 | 1 | -1/+13 |
* | drm: allow removal of legacy codepaths (v4.1) | Dave Airlie | 2019-04-24 | 1 | -0/+2 |
* | drm/drm_vm: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-02-19 | 1 | -2/+2 |
* | gpu: drm: drm_vm: Adding new typedef vm_fault_t | Souptick Joarder | 2018-05-29 | 1 | -5/+5 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-04 | 1 | -0/+4 |
|\ |
|
| * | x86, drm, fbdev: Do not specify encrypted memory for video mappings | Tom Lendacky | 2017-07-18 | 1 | -0/+4 |
* | | drm: Document device unplug infrastructure | Daniel Vetter | 2017-08-11 | 1 | -1/+1 |
|/ |
|
* | drm: remove unnecessary fault wrappers | Ross Zwisler | 2017-02-25 | 1 | -25/+5 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-25 | 1 | -15/+17 |
* | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 2016-12-15 | 1 | -5/+5 |
* | drm: Fix broken use of _PAGE_NO_CACHE on powerpc | Benjamin Herrenschmidt | 2016-07-12 | 1 | -2/+2 |
* | drm: Nuke legacy maps debugfs files | Daniel Vetter | 2016-06-16 | 1 | -54/+0 |
* | drm: Make drm_vm_open/close_locked private to drm_vm.c | Daniel Vetter | 2016-04-27 | 1 | -12/+4 |
* | drm: Remove __OS_HAS_AGP | Daniel Vetter | 2015-09-30 | 1 | -4/+4 |
* | drm: Silence sparse warnings | Ville Syrjälä | 2015-03-13 | 1 | -0/+1 |
* | drm: Move drm_vm_open_locked into drm_internal.h | Daniel Vetter | 2014-09-24 | 1 | -1/+0 |
* | drm: move drm_mmap to <drm/drm_legacy.h> | Daniel Vetter | 2014-09-24 | 1 | -3/+3 |
* | drm: powerpc can use a simpler drm_io_prot() | Benjamin Herrenschmidt | 2014-09-23 | 1 | -5/+1 |
* | drm: Move __drm_pci_free to drm_legacy.h | Daniel Vetter | 2014-09-12 | 1 | -1/+1 |
* | drm: drop DRM_DEBUG_CODE | David Herrmann | 2014-09-10 | 1 | -4/+0 |
* | drm: replace weird conditional includes | David Herrmann | 2014-09-10 | 1 | -0/+1 |
* | drm: move AGP definitions harder | David Herrmann | 2014-09-10 | 1 | -0/+1 |
* | drm: move "struct drm_vma_entry" to drm_vm.c | David Herrmann | 2014-09-10 | 1 | -0/+76 |
* | drm: remove dev->vma_count | Daniel Vetter | 2013-12-18 | 1 | -3/+0 |
* | drm: rip out drm_core_has_AGP | Daniel Vetter | 2013-12-18 | 1 | -2/+2 |
* | drm/bufs: remove handling of _DRM_GEM mappings | Daniel Vetter | 2013-12-18 | 1 | -3/+0 |
* | drm: Pass pointers to virt_to_page() | Ben Hutchings | 2013-11-06 | 1 | -1/+1 |
* | drm: Do not include page offset in argument to virt_to_page() | Ben Hutchings | 2013-11-06 | 1 | -1/+1 |
* | drm: rip out drm_core_has_MTRR checks | Daniel Vetter | 2013-08-19 | 1 | -2/+1 |
* | drm_vm: drop explicit VM_IO setting | Al Viro | 2013-06-23 | 1 | -1/+0 |
* | drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional | Andy Lutomirski | 2013-05-31 | 1 | -7/+4 |
* | drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs | Andy Lutomirski | 2013-05-31 | 1 | -13/+12 |
* | drm: export drm_vm_open_locked | Arnd Bergmann | 2013-04-26 | 1 | -0/+1 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -8/+2 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-04 | 1 | -10/+1 |
|\ |
|
| * | drm: Remove unnecessary test for ARM. | Robert P. J. Day | 2012-09-13 | 1 | -9/+0 |
| * | drm: Handle io prot correctly for MIPS. | Huacai Chen | 2012-08-24 | 1 | -1/+1 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -1/+1 |
|/ |
|