summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbmem.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie1-47/+0
2022-05-05Revert "fbdev: fbmem: add a helper to determine if an aperture is used by a f...Alex Deucher1-47/+0
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann1-10/+12
2022-04-20fbdev: Warn in hot-unplug workaround for framebuffers without deviceThomas Zimmermann1-6/+4
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil1-1/+8
2022-04-14Revert "video: fbdev: fbmem: fix pointer reference to null device field"Helge Deller1-1/+1
2022-04-14video: fbdev: fbmem: fix pointer reference to null device fieldZhouyi Zhou1-1/+1
2022-04-07fbcon: Move console_lock for register/unlink/unregisterDaniel Vetter1-21/+2
2022-04-07fbcon: use lock_fb_info in fbcon_open/releaseDaniel Vetter1-4/+0
2022-04-06fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann1-1/+8
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+26
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+2
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-0/+2
2022-02-03fbdev: fbmem: Fix the implicit type castingYizhuo Zhai1-0/+2
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+26
2022-01-29video: fbmem: use swap() to make code cleaner in fb_rotate_logo()Changcheng Deng1-6/+2
2022-01-27fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-3/+26
2021-12-31fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher1-0/+47
2021-10-10fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'Zheyu Ma1-1/+4
2021-09-08fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang1-3/+3
2021-07-13fbmem: Do not delete the mode that is still in useZhen Lei1-7/+5
2021-06-01Revert "fb_defio: Remove custom address_space_operations"Matthew Wilcox1-0/+4
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-04fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck1-1/+1
2021-03-12fb_defio: Remove custom address_space_operationsMatthew Wilcox (Oracle)1-4/+0
2020-11-10drm: remove pgprot_decrypted() before calls to io_remap_pfn_range()Jason Gunthorpe1-5/+0
2020-09-25fbdev: simplify fb_getput_cmap()Arnd Bergmann1-25/+19
2020-09-08fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-6/+2
2020-08-04fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa1-6/+2
2020-08-03fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-03fbdev: Remove trailing whitespaceThomas Zimmermann1-5/+5
2020-01-15fbmem: Adjust indentation in fb_prepare_logo and fb_blankNathan Chancellor1-18/+18
2020-01-15fbdev: potential information leak in do_fb_ioctl()Dan Carpenter1-1/+1
2020-01-06Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-2/+2
2020-01-03fbdev: fbmem: avoid exporting fb_center_logoPeter Rosin1-1/+0
2020-01-03fbdev: fbmem: allow overriding the number of bootup logosPeter Rosin1-3/+9
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-8/+14
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-12-03video: fbmem: use const pointer for fb_opsJani Nikula1-2/+2
2019-12-03video: fb_defio: preserve user fb_opsJani Nikula1-4/+11
2019-11-19fbdev: Unexport unlink_framebuffer()Thomas Zimmermann1-2/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-2/+2
2019-08-23fbdev: drop res_id parameter from remove_conflicting_pci_framebuffersGerd Hoffmann1-12/+5
2019-08-05backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg1-11/+1
2019-07-23fbmem: remove redundant assignment to errColin Ian King1-1/+1
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter1-32/+2
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter1-11/+10