开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
uvesafb.c
Age
Commit message (
Expand
)
Author
2023-04-24
fbdev: uvesafb: Convert to platform remove callback returning void
Uwe Kleine-König
2022-12-14
fbdev: uvesafb: use sysfs_emit() to instead of scnprintf()
ye xingchen
2022-12-14
fbdev: uvesafb: Simplify uvesafb_remove()
Christophe JAILLET
2022-12-14
fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()
Christophe JAILLET
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-08
fbdev: uvesafb: Convert snprintf to scnprintf
Jules Irenge
2020-12-08
video: fbdev: uvesafb: Fix set but not used warning
Sam Ravnborg
2020-12-05
video: fbdev: uvesafb: Fix string related warnings
Sam Ravnborg
2020-06-21
video: fbdev: uvesafb: fix "noblank" option handling
Bartlomiej Zolnierkiewicz
2020-05-06
video: uvesafb: use true,false for bool variables
Jason Yan
2020-03-20
video: uvesafb: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2019-12-05
video: fbdev: uvesafb: modify the static fb_ops directly
Jani Nikula
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-06
video: fbdev: Use dev_get_drvdata()
Kefeng Wang
2018-12-20
fbdev: uvesafb: fix spelling mistake "memoery" -> "memory"
Colin Ian King
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
video: uvesafb: Fix integer overflow in allocation
Kees Cook
2017-09-14
Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linux
Linus Torvalds
2017-08-28
fbdev: uvesafb: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
2017-08-01
video: fbdev: uvesafb: constify attribute_group structures.
Arvind Yadav
2017-06-14
uvesafb: Fix continuation printks without KERN_LEVEL to pr_cont, neatening
Joe Perches
2016-09-27
video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
Julia Lawall
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2014-12-04
video: uvesafb: Deletion of an unnecessary check before the function call "pl...
Markus Elfring
2014-12-04
video: uvesafb: Deletion of an unnecessary check before the function call "uv...
Markus Elfring
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen