aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_vm.c
AgeCommit message (Expand)Author
2013-12-18drm: remove dev->vma_countDaniel Vetter
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter
2013-12-18drm/bufs: remove handling of _DRM_GEM mappingsDaniel Vetter
2013-11-06drm: Pass pointers to virt_to_page()Ben Hutchings
2013-11-06drm: Do not include page offset in argument to virt_to_page()Ben Hutchings
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter
2013-06-24drm_vm: drop explicit VM_IO settingAl Viro
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski
2013-05-31drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRsAndy Lutomirski
2013-04-26drm: export drm_vm_open_lockedArnd Bergmann
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-13drm: Remove unnecessary test for ARM.Robert P. J. Day
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen
2012-05-11drm: pass dev to drm_vm_{open,close}_locked()Rob Clark
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie
2012-03-05drm: drop setting vm_file to filpDave Airlie
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-06-14alpha/drm: Cleanup Alpha support in DRM generic codeJay Estabrook
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie
2010-09-28drm: Prune GEM vma entriesChris Wilson
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter
2010-08-20drm: fix end of loop testDan Carpenter
2010-06-01drm: Add __arm defines to DRMJordan Crouse
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt
2009-03-13drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt
2008-12-29drm: GEM mmap supportJesse Barnes
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie