aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/uvesafb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-08fbdev: uvesafb: Convert snprintf to scnprintfJules Irenge1-5/+5
2020-12-08video: fbdev: uvesafb: Fix set but not used warningSam Ravnborg1-0/+2
2020-12-05video: fbdev: uvesafb: Fix string related warningsSam Ravnborg1-2/+2
2020-06-21video: fbdev: uvesafb: fix "noblank" option handlingBartlomiej Zolnierkiewicz1-1/+1
2020-05-06video: uvesafb: use true,false for bool variablesJason Yan1-6/+6
2020-03-20video: uvesafb: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2019-12-05video: fbdev: uvesafb: modify the static fb_ops directlyJani Nikula1-2/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-06video: fbdev: Use dev_get_drvdata()Kefeng Wang1-8/+8
2018-12-20fbdev: uvesafb: fix spelling mistake "memoery" -> "memory"Colin Ian King1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-12video: uvesafb: Fix integer overflow in allocationKees Cook1-1/+2
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds1-1/+1
2017-08-28fbdev: uvesafb: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-4/+3
2017-08-01video: fbdev: uvesafb: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-14uvesafb: Fix continuation printks without KERN_LEVEL to pr_cont, neateningJoe Perches1-86/+62
2016-09-27video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structuresJulia Lawall1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2014-12-04video: uvesafb: Deletion of an unnecessary check before the function call "platform_device_put"Markus Elfring1-2/+1
2014-12-04video: uvesafb: Deletion of an unnecessary check before the function call "uvesafb_free"Markus Elfring1-2/+1
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+2028