index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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