summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/via/via_dmablit.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-2/+2
2020-01-31drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard1-1/+1
2019-12-05drm/via: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-09-24drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard1-8/+2
2019-07-25drm/via: drop use of drmP.hSam Ravnborg1-5/+8
2019-07-25drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use itSam Ravnborg1-2/+2
2019-07-25drm/via: drop use of DRM(READ|WRITE) macrosSam Ravnborg1-12/+12
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-01-30drm/via: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-09-22via_dmablit(): use get_user_pages_fast()Al Viro1-3/+3
2017-02-28drm/via: use get_user_pages_unlocked()Lorenzo Stoakes1-7/+3
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2013-12-18drm: Kill DRM_*MEMORYBARRIERDaniel Vetter1-1/+1
2013-12-18drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUEDaniel Vetter1-5/+5
2013-12-18drm: Kill DRM_HZDaniel Vetter1-4/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2010-11-09drivers/gpu: Use vzallocJoe Perches1-2/+2
2010-08-02drm/via: fixed coding style issues, simplified returnNicolas Kaiser1-39/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-12drm/via: vfree() no need checking before calling itFigo.zhang1-4/+2
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+816