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
/
core
/
fbmem.c
Age
Commit message (
Expand
)
Author
2023-05-18
fbdev: Include <linux/fb.h> instead of <asm/fb.h>
Thomas Zimmermann
2023-05-09
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2023-05-08
fbdev: Move I/O read and write code into helper functions
Thomas Zimmermann
2023-05-08
fbdev: Validate info->screen_{base, buffer} in fb_ops implementations
Thomas Zimmermann
2023-05-08
fbdev: Return number of bytes read or written
Thomas Zimmermann
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-11
fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
Daniel Vetter
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-02-22
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-02-10
fbdev: Fix invalid page access after closing deferred I/O devices
Takashi Iwai
2023-01-13
drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWARE
Thomas Zimmermann
2022-11-16
fbdev: Add support for the nomodeset kernel parameter
Thomas Zimmermann
2022-07-27
fbdev: Make registered_fb[] private to fbmem.c
Daniel Vetter
2022-07-19
fbdev: Remove conflict-handling code
Thomas Zimmermann
2022-07-19
fbdev: Acquire framebuffer apertures for firmware devices
Thomas Zimmermann
2022-07-19
video: Provide constants for VGA I/O range
Thomas Zimmermann
2022-07-19
video/aperture: Disable and unregister sysfb devices via aperture helpers
Thomas Zimmermann
2022-07-19
fbdev/core: Remove remove_conflicting_pci_framebuffers()
Thomas Zimmermann
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
2022-07-07
fbmem: Check virtual screen sizes in fb_set_var()
Helge Deller
2022-07-07
fbcon: Prevent that screen size is smaller than font size
Helge Deller
2022-07-06
fbdev: fbmem: Fix logo center image dx issue
Guiling Deng
2022-06-29
fbdev: Disable sysfb device registration when removing conflicting FBs
Javier Martinez Canillas
2022-06-22
Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-06-15
Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2022-06-09
fbdev: Disable sysfb device registration when removing conflicting FBs
Javier Martinez Canillas
2022-05-19
Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...
Dave Airlie
2022-05-13
fbdev: Restart conflicting fb removal loop when unregistering devices
Javier Martinez Canillas
2022-05-05
Revert "fbdev: fbmem: add a helper to determine if an aperture is used by a f...
Alex Deucher
2022-05-03
fbdev: Put mmap for deferred I/O into drivers
Thomas Zimmermann
2022-04-20
fbdev: Warn in hot-unplug workaround for framebuffers without device
Thomas Zimmermann
2022-04-18
Merge drm/drm-next into drm-misc-next
Paul Cercueil
2022-04-14
Revert "video: fbdev: fbmem: fix pointer reference to null device field"
Helge Deller
2022-04-14
video: fbdev: fbmem: fix pointer reference to null device field
Zhouyi Zhou
2022-04-07
fbcon: Move console_lock for register/unlink/unregister
Daniel Vetter
2022-04-07
fbcon: use lock_fb_info in fbcon_open/release
Daniel Vetter
2022-04-06
fbdev: Fix unregistering of framebuffers without device
Thomas Zimmermann
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-03-23
Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-02-14
Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
2022-02-03
fbdev: fbmem: Fix the implicit type casting
Yizhuo Zhai
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-01-29
video: fbmem: use swap() to make code cleaner in fb_rotate_logo()
Changcheng Deng
2022-01-27
fbdev: Hot-unplug firmware fb devices on forced removal
Thomas Zimmermann
2021-12-31
fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
Alex Deucher
2021-10-10
fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'
Zheyu Ma
2021-09-08
fbmem: don't allow too huge resolutions
Tetsuo Handa
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-07-19
fbmem: Convert from atomic_t to refcount_t on fb_info->count
Xiyu Yang
2021-07-13
fbmem: Do not delete the mode that is still in use
Zhen Lei
[next]