index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
/
fbmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
fbcon: Prevent that screen size is smaller than font size
Helge Deller
1
-1
/
+3
2022-07-12
fbmem: Check virtual screen sizes in fb_set_var()
Helge Deller
1
-0
/
+10
2022-07-12
fbdev: fbmem: Fix logo center image dx issue
Guiling Deng
1
-1
/
+1
2021-09-15
fbmem: don't allow too huge resolutions
Tetsuo Handa
1
-0
/
+6
2021-07-20
fbmem: Do not delete the mode that is still in use
Zhen Lei
1
-7
/
+5
2020-10-29
fbmem: add margin check to fb_check_caps()
George Kennedy
1
-0
/
+4
2020-09-03
fbmem: pull fbcon_update_vcs() out of fb_set_var()
Tetsuo Handa
1
-6
/
+2
2020-04-23
fbmem: Adjust indentation in fb_prepare_logo and fb_blank
Nathan Chancellor
1
-18
/
+18
2020-04-23
fbdev: potential information leak in do_fb_ioctl()
Dan Carpenter
1
-1
/
+1
2019-08-05
backlight: drop EARLY_EVENT_BLANK support
Sam Ravnborg
1
-11
/
+1
2019-07-23
fbmem: remove redundant assignment to err
Colin Ian King
1
-1
/
+1
2019-06-12
fbcon: Call con2fb_map functions directly
Daniel Vetter
1
-32
/
+2
2019-06-12
fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct calls
Daniel Vetter
1
-11
/
+10
2019-06-12
fb: Flatten control flow in fb_set_var
Daniel Vetter
1
-63
/
+63
2019-06-12
fbdev: remove FBINFO_MISC_USEREVENT around fb_blank
Daniel Vetter
1
-3
/
+0
2019-06-12
fbmem: pull fbcon_fb_blanked out of fb_blank
Daniel Vetter
1
-1
/
+3
2019-06-12
Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"
Daniel Vetter
1
-0
/
+1
2019-06-12
fbdev: Call fbcon_get_requirement directly
Daniel Vetter
1
-4
/
+1
2019-06-12
fbcon: Call fbcon_mode_deleted/new_modelist directly
Daniel Vetter
1
-15
/
+7
2019-06-12
fbdev: directly call fbcon_suspended/resumed
Daniel Vetter
1
-5
/
+2
2019-06-12
fbdev: unify unlink_framebuffer paths
Daniel Vetter
1
-27
/
+20
2019-06-12
fbdev: make unregister/unlink functions not fail
Daniel Vetter
1
-50
/
+23
2019-06-12
fbcon: call fbcon_fb_bind directly
Daniel Vetter
1
-5
/
+2
2019-06-12
fbdev: lock_fb_info cannot fail
Daniel Vetter
1
-56
/
+17
2019-06-12
fbcon: call fbcon_fb_(un)registered directly
Daniel Vetter
1
-7
/
+17
2019-06-12
fbdev: locking check for fb_set_suspend
Daniel Vetter
1
-0
/
+2
2019-04-01
fbdev: list all pci memory bars as conflicting apertures
Gerd Hoffmann
1
-4
/
+25
2019-02-08
fbdev: fbmem: fix memory access if logo is bigger than the screen
Manfred Schlaegl
1
-0
/
+3
2019-01-16
fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line option
Peter Rosin
1
-9
/
+10
2018-12-20
fbdev: fbmem: add config option to center the bootup logo
Peter Rosin
1
-1
/
+24
2018-12-20
fbdev: fbmem: make fb_show_logo_line return the end instead of the height
Peter Rosin
1
-3
/
+3
2018-12-20
fbdev: fbmem: behave better with small rotated displays and many CPUs
Peter Rosin
1
-2
/
+6
2018-09-11
fbdev: Add FBINFO_HIDE_SMEM_START flag
Daniel Vetter
1
-0
/
+4
2018-09-07
fbdev: fix kerneldoc
Michał Mirosław
1
-2
/
+2
2018-09-03
fbdev: add remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-0
/
+35
2018-09-03
fbdev: add kerneldoc do remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+10
2018-09-03
fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+14
2018-09-03
fbdev: show fbdev number for debugging
Michał Mirosław
1
-2
/
+2
2018-07-31
fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is set
Thomas Zimmermann
1
-4
/
+9
2018-07-25
fb: fix lost console when the user unplugs a USB adapter
Mikulas Patocka
1
-6
/
+32
2018-07-24
fbdev: fbmem: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-24
fbcon: introduce for_each_registered_fb() helper
Yisheng Xie
1
-3
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-3
/
+4
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-14
/
+1
2017-09-14
Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linux
Linus Torvalds
1
-3
/
+9
2017-08-18
fbdev: fix 1bpp logo for unusual width
David Lechner
1
-1
/
+1
2017-08-01
fbdev: Nuke FBINFO_MODULE
Daniel Vetter
1
-2
/
+2
2017-08-01
fbcon: Make fbcon a built-time depency for fbdev
Daniel Vetter
1
-0
/
+6
2017-07-18
x86, drm, fbdev: Do not specify encrypted memory for video mappings
Tom Lendacky
1
-0
/
+12
2017-07-13
Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linux
Linus Torvalds
1
-2
/
+3
[next]