summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | video: fbdev: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-0/+2
| |/ / /
| * | | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-1/+0
| |\ \ \
| | * \ \ Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman2021-06-142-0/+39
| | |\ \ \
| | * \ \ \ Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman2021-05-311-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman2021-05-213-18/+31
| | |\ \ \ \ \
| | * | | | | | video: ssd1307fb: Drop OF dependencyAndy Shevchenko2021-05-141-1/+0
| * | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie2021-06-233-1/+40
| |\| | | | | |
| | * | | | | | Revert "fb_defio: Remove custom address_space_operations"Matthew Wilcox2021-06-012-0/+39
| | | |_|/ / / | | |/| | | |
| | * | | | | video: hgafb: correctly handle card detect failure during probeAnirudh Rayabharam2021-05-211-1/+1
| | | |/ / / | | |/| | |
* | | | | | video: ep93xx: Prepare clock before using itAlexander Sverdlin2021-07-261-2/+2
* | | | | | video: fbdev: riva: Error out if 'pixclock' equals zeroZheyu Ma2021-07-261-0/+3
* | | | | | video: fbdev: kyro: Error out if 'pixclock' equals zeroZheyu Ma2021-07-261-0/+3
* | | | | | video: fbdev: asiliantfb: Error out if 'pixclock' equals zeroZheyu Ma2021-07-261-0/+3
| |_|_|_|/ |/| | | |
* | | | | video: fbdev: neofb: add a check against divide errorZheyu Ma2021-07-211-1/+1
* | | | | video: fbdev: arcfb: remove redundant initialization of variable errColin Ian King2021-07-211-1/+1
* | | | | fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang2021-07-191-3/+3
* | | | | video: fbdev: kyro: fix a DoS bug by restricting user inputZheyu Ma2021-07-191-0/+5
| |_|_|/ |/| | |
* | | | fbdev/omap2: use DEFINE_SPINLOCK() instead of spin_lock_init().Jiahua Yu2021-06-171-3/+1
|/ / /
* | | video: fbdev: mb862xx: use DEVICE_ATTR_RO macroZhen Lei2021-06-031-3/+3
* | | video: fbdev: atyfb: mach64_cursor.c: deleted the repeated wordlijian2021-06-031-1/+1
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-05-272-17/+30
|\ \ \
| * | | Merge v5.13-rc3 into drm-nextDaniel Vetter2021-05-272-17/+30
| |\| |
| | * | Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-202-17/+30
| | |\ \
| | | * | video: imsttfb: check for ioremap() failuresGreg Kroah-Hartman2021-05-131-3/+18
| | | * | Revert "video: imsttfb: fix potential NULL pointer dereferences"Greg Kroah-Hartman2021-05-131-5/+0
| | | * | video: hgafb: fix potential NULL pointer dereferenceIgor Matheus Andrade Torrente2021-05-131-8/+13
| | | * | Revert "video: hgafb: fix potential NULL pointer dereference"Greg Kroah-Hartman2021-05-131-2/+0
| | | |/
* | | / fbdev: matrox: use modern module_init()Arnd Bergmann2021-05-261-3/+2
|/ / /
* | | Merge tag 'drm-misc-next-2021-05-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-05-192-2/+2
|\ \ \ | |/ / |/| |
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-115-25/+6
| |\|
| * | video: fbdev: imxfb: Fix an error messageChristophe JAILLET2021-05-071-1/+1
| * | drm: Add simpledrm driverThomas Zimmermann2021-05-011-1/+1
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-04-262-3/+3
| |\ \
| * | | efifb: Check efifb_pci_dev before using itKai-Heng Feng2021-04-131-2/+4
* | | | tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-151-1/+1
| |_|/ |/| |
* | | fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds2021-05-091-1/+1
* | | Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-091-1/+1
|\ \ \
| * \ \ Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie2021-05-071-1/+1
| |\ \ \
| | * | | fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck2021-05-041-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-19/+0
|\ \ \ \ \
| * | | | | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-072-19/+0
* | | | | | Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-301-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | / Merge tag 'drm-misc-next-fixes-2021-04-29' of git://anongit.freedesktop.org/d...Dave Airlie2021-04-301-2/+4
| |\| | | | | |_|/ | |/| |
| | * | efifb: Check efifb_pci_dev before using itKai-Heng Feng2021-04-261-2/+4
| | |/
* | | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-288-74/+36
|\| |
| * | Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-132-3/+3
| |\ \ | | |/ | |/|
| * | fbdev: omapfb: avoid -Wempty-body warningArnd Bergmann2021-03-221-1/+1
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-03-1613-57/+28
| |\ \