summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_vm.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-29gpu: drm: drm_vm: Adding new typedef vm_fault_tSouptick Joarder1-5/+5
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-0/+4
2017-02-24drm: remove unnecessary fault wrappersRoss Zwisler1-25/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-15/+17
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-5/+5
2016-07-12drm: Fix broken use of _PAGE_NO_CACHE on powerpcBenjamin Herrenschmidt1-2/+2
2016-06-16drm: Nuke legacy maps debugfs filesDaniel Vetter1-54/+0
2016-04-27drm: Make drm_vm_open/close_locked private to drm_vm.cDaniel Vetter1-12/+4
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter1-4/+4
2015-03-13drm: Silence sparse warningsVille Syrjälä1-0/+1
2014-09-24drm: Move drm_vm_open_locked into drm_internal.hDaniel Vetter1-1/+0
2014-09-24drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter1-3/+3
2014-09-23drm: powerpc can use a simpler drm_io_prot()Benjamin Herrenschmidt1-5/+1
2014-09-12drm: Move __drm_pci_free to drm_legacy.hDaniel Vetter1-1/+1
2014-09-10drm: drop DRM_DEBUG_CODEDavid Herrmann1-4/+0
2014-09-10drm: replace weird conditional includesDavid Herrmann1-0/+1
2014-09-10drm: move AGP definitions harderDavid Herrmann1-0/+1
2014-09-10drm: move "struct drm_vma_entry" to drm_vm.cDavid Herrmann1-0/+76
2013-12-18drm: remove dev->vma_countDaniel Vetter1-3/+0
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter1-2/+2
2013-12-18drm/bufs: remove handling of _DRM_GEM mappingsDaniel Vetter1-3/+0
2013-11-06drm: Pass pointers to virt_to_page()Ben Hutchings1-1/+1
2013-11-06drm: Do not include page offset in argument to virt_to_page()Ben Hutchings1-1/+1
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter1-2/+1
2013-06-24drm_vm: drop explicit VM_IO settingAl Viro1-1/+0
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski1-7/+4
2013-05-31drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRsAndy Lutomirski1-13/+12
2013-04-26drm: export drm_vm_open_lockedArnd Bergmann1-0/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-8/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-10/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-13drm: Remove unnecessary test for ARM.Robert P. J. Day1-9/+0
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen1-1/+1
2012-05-11drm: pass dev to drm_vm_{open,close}_locked()Rob Clark1-10/+8
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie1-0/+3
2012-03-05drm: drop setting vm_file to filpDave Airlie1-2/+0
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-06-14alpha/drm: Cleanup Alpha support in DRM generic codeJay Estabrook1-1/+1
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie1-10/+18
2010-09-28drm: Prune GEM vma entriesChris Wilson1-10/+18
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter1-4/+2
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter1-7/+0
2010-08-20drm: fix end of loop testDan Carpenter1-1/+1
2010-06-01drm: Add __arm defines to DRMJordan Crouse1-1/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-4/+4
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-2/+2
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-4/+4