aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/pvr2fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann1-0/+5
2020-08-05video: fbdev: pvr2fb: initialize variablesTom Rix1-0/+2
2020-05-31video: fbdev: convert get_user_pages() --> pin_user_pages()John Hubbard1-4/+2
2020-05-31video: fbdev: fix error handling for get_user_pages_fast()John Hubbard1-2/+16
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-08-19video: fbdev: pvr2fb: remove unnecessary comparison of unsigned integer with < 0Gustavo A. R. Silva1-4/+2
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz1-5/+1
2019-06-21video: fbdev: pvr2fb: fix link error for pvr2fb_pci_exitArnd Bergmann1-2/+2
2019-06-21video: fbdev: pvr2fb: fix build warning when compiling as moduleBartlomiej Zolnierkiewicz1-0/+2
2019-06-19Merge tag 'topic/remove-fbcon-notifiers-2019-06-14-1' of git://anongit.freedesktop.org/drm/drm-misc into fbdev-for-nextBartlomiej Zolnierkiewicz1-0/+1
2019-06-07video: fbdev: pvr2fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-27/+34
2019-06-07video: fbdev: pvr2fb: remove function prototypesBartlomiej Zolnierkiewicz1-80/+61
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-04-11video: fbdev: pvr2fb: remove set but not used variable 'size'YueHaibing1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2017-09-22pvr2fs: use get_user_pages_fast()Al Viro1-3/+1
2017-09-04video: fbdev: make fb_var_screeninfo constBhumika Goyal1-1/+1
2017-08-01video: fbdev: pvr2fb: constify pci_device_id.Arvind Yadav1-1/+1
2016-10-18mm: replace get_user_pages_unlocked() 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/+2
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli1-4/+2
2014-10-14video: fbdev: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+1142