summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)Author
2018-09-07fbdev: fix kerneldocMichał Mirosław
2018-09-03fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław
2018-09-03fbdev: add kerneldoc do remove_conflicting_framebuffers()Michał Mirosław
2018-09-03fbdev: allow apertures == NULL in remove_conflicting_framebuffers()Michał Mirosław
2018-09-03fbdev: show fbdev number for debuggingMichał Mirosław
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede
2018-07-31fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann
2018-07-25fb: fix lost console when the user unplugs a USB adapterMikulas Patocka
2018-07-24fbdev: fbmem: mark expected switch fall-throughGustavo A. R. Silva
2018-07-24fbdev: fix modedb docs in fb_find_modeDaniel Vetter
2018-07-24fbcon: introduce for_each_registered_fb() helperYisheng Xie
2018-07-24fbdev: Distinguish between interlaced and progressive modesFredrik Noring
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede
2018-06-28fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableHans de Goede
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-24video: fbdev: core: Change return type to vm_fault_tSouptick Joarder
2018-02-27console: Expand dummy functions for CFIKees Cook
2017-12-04fbcon: Remove dmi quirk tableHans de Goede
2017-12-04fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede
2017-11-20Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds
2017-11-13fbcon: Initialize ops->info earlyThierry Reding
2017-11-10video: fbdev: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds
2017-09-07video/console: Update BIOS dates list for GPD win console rotation DMI quirkHans de Goede
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-05video/console: Add rotated LCD-panel DMI quirk for the VIOS LTH17Hans de Goede
2017-09-04video/console: Add new BIOS date for GPD pocket to dmi quirk tableHans de Goede
2017-09-04fbcon: remove restriction on margin colorDavid Lechner
2017-08-18fbcon: add fbcon=margin:<color> command line optionDavid Lechner
2017-08-18fbdev: fix 1bpp logo for unusual widthDavid Lechner
2017-08-18video/console: Add dmi quirk table for x86 systems which need fbcon rotationHans de Goede
2017-08-07video: fbdev: Convert to using %pOF instead of full_nameRob Herring
2017-08-01fbdev: Nuke FBINFO_MODULEDaniel Vetter
2017-08-01fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky
2017-07-13Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linuxLinus Torvalds
2017-07-12fbdev: make get_fb_unmapped_area depends of !MMUBenjamin Gaignard
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-14video: fbdev: avoid int-in-bool-context warningArnd Bergmann
2017-06-09fb_get_fscreeninfo(): don't bother with do_fb_ioctl()Al Viro
2017-03-21drivers/video: Convert remaining uses of pr_warning to pr_warnJoe Perches
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2017-01-24fbdev: color map copying bounds checkingKees Cook