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
/
stifb.c
Age
Commit message (
Expand
)
Author
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
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
2018-09-26
video/fbdev/stifb: Fix spelling mistake in fall-through annotation
Gustavo A. R. Silva
2018-04-10
Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux
Linus Torvalds
2018-03-28
video/fbdev/stifb: Delete an error message for a failed memory allocation in ...
Markus Elfring
2018-03-28
video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()
Markus Elfring
2018-03-27
parisc/stifb: Use fb_memset() to avoid sparse warning
Helge Deller
2017-01-30
video: fbdev: stifb: handle NULL return value from ioremap_nocache
Arvind Yadav
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2015-08-10
arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
Dan Williams
2015-07-10
stifb: Implement hardware accelerated copyarea
Alex Ivanov
2014-09-30
video: fbdev: stifb.c: use container_of to resolve stifb_info from fb_info
Fabian Frederick
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen