index
:
pm24.git
master
perf-mon
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
/
sis
/
sis_main.c
Age
Commit message (
Expand
)
Author
2024-09-28
fbdev: sisfb: Fix strbuf array overflow
Andrey Shumilin
2024-01-21
fbdev: sis: Error out if pixclock equals zero
Fullway Wang
2024-01-12
fbdev/sis: Remove dependency on screen_info
Thomas Zimmermann
2023-10-19
fbdev/sisfb: Initialize fb_ops to fbdev I/O-memory helpers
Thomas Zimmermann
2023-07-24
fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs
Thomas Zimmermann
2023-07-24
fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structs
Thomas Zimmermann
2022-11-16
fbdev: Add support for the nomodeset kernel parameter
Thomas Zimmermann
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-08-24
fbdev: Move fbdev drivers from strlcpy to strscpy
Wolfram Sang
2022-08-24
fbdev: sisfb: Clean up some inconsistent indenting
Jiapeng Chong
2022-07-19
fbdev: Remove conflicting devices on PCI bus
Thomas Zimmermann
2022-04-04
video: fbdev: sis: fix potential NULL dereference in sisfb_post_sis300()
Haowen Bai
2022-01-29
video: fbdev: sis: use swap() to make code cleaner
Yang Guang
2020-11-30
video: fbdev: sis: Fix set but not used warnings in sis_main
Sam Ravnborg
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-12-05
video: constify fb ops across all drivers
Jani Nikula
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 27
Thomas Gleixner
2018-03-12
video: fbdev: sis: avoid mismatched prototypes
Arnd Bergmann
2017-11-09
video: fbdev: sis_main: mark expected switch fall-throughs
Gustavo A. R. Silva
2015-06-03
video: fbdev: sisfb: use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
2014-12-04
video: fbdev-SIS: Deletion of unnecessary checks before the function call "pc...
Markus Elfring
2014-10-18
Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
Linus Torvalds
2014-10-14
video: fbdev: replace strnicmp with strncasecmp
Rasmus Villemoes
2014-09-30
video: fbdev: sis: sis_main.c: Cleaning up missing null-terminate in conjunct...
Rickard Strandqvist
2014-06-24
drivers/video/fbdev/sis/sis_main.c: remove unnecessary test on unsigned value
Fabian Frederick
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen