index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
uvesafb.c
Age
Commit message (
Expand
)
Author
2024-10-08
fbdev: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-04-25
fbdev: uvesafb: replace deprecated strncpy with strscpy_pad
Justin Stitt
2024-03-15
fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
2023-10-16
fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()
Jorge Maidana
2023-08-04
fbdev/uvesafb: Use fbdev I/O helpers
Thomas Zimmermann
2023-07-24
fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs
Thomas Zimmermann
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