index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
pvr2fb.c
Age
Commit message (
Expand
)
Author
2020-08-05
video: fbdev: pvr2fb: initialize variables
Tom Rix
2020-05-31
video: fbdev: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-05-31
video: fbdev: fix error handling for get_user_pages_fast()
John Hubbard
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-05
video: constify fb ops across all drivers
Jani Nikula
2019-08-19
video: fbdev: pvr2fb: remove unnecessary comparison of unsigned integer with < 0
Gustavo A. R. Silva
2019-06-28
video: fbdev: don't print error message on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
2019-06-21
video: fbdev: pvr2fb: fix link error for pvr2fb_pci_exit
Arnd Bergmann
2019-06-21
video: fbdev: pvr2fb: fix build warning when compiling as module
Bartlomiej Zolnierkiewicz
2019-06-19
Merge tag 'topic/remove-fbcon-notifiers-2019-06-14-1' of git://anongit.freede...
Bartlomiej Zolnierkiewicz
2019-06-07
video: fbdev: pvr2fb: add COMPILE_TEST support
Bartlomiej Zolnierkiewicz
2019-06-07
video: fbdev: pvr2fb: remove function prototypes
Bartlomiej Zolnierkiewicz
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-04-11
video: fbdev: pvr2fb: remove set but not used variable 'size'
YueHaibing
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-09-22
pvr2fs: use get_user_pages_fast()
Al Viro
2017-09-04
video: fbdev: make fb_var_screeninfo const
Bhumika Goyal
2017-08-01
video: fbdev: pvr2fb: constify pci_device_id.
Arvind Yadav
2016-10-18
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
Lorenzo Stoakes
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-02-16
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
2015-02-11
mm: gup: use get_user_pages_unlocked
Andrea Arcangeli
2014-10-14
video: fbdev: replace strnicmp with strncasecmp
Rasmus Villemoes
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen