summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-271-12/+14
|\
| * fbdev: color map copying bounds checkingKees Cook2017-01-251-12/+14
* | Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-092-1/+25
|\ \ | |/ |/|
| * fbmem: add a default get_fb_unmapped_area functionBenjamin Gaignard2017-01-062-1/+25
| * Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2016-12-131-4/+4
| |\
* | | video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremapArvind Yadav2017-01-041-0/+5
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-248-8/+8
* | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-9/+4Star
|\ \ \
| * | | xen: make use of xenbus_read_unsigned() in xen-fbfrontJuergen Gross2016-11-071-9/+4Star
* | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-131-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-191-2/+2
| |\| |
| * | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-4/+4
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-13/+46
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-11-131-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | efifb: Show framebuffer layout as device attributesPeter Jones2016-10-181-13/+46
| | |/ | |/|
* | | video: ARM CLCD: fix Vexpress regressionLinus Walleij2016-11-031-2/+2
| |/ |/|
* | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-2/+2
|\ \ | |/ |/|
| * mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-2/+2
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-152-43/+1Star
|\ \
| * | FBDEV: cobalt_lcdfb: Drop SEAD3 supportPaul Burton2016-10-062-43/+1Star
| |/
* | Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2016-10-1255-3541/+982Star
|\ \
| * | video: smscufx: remove unused variableSudip Mukherjee2016-09-271-2/+0Star
| * | matroxfb: fix size of memcpySudip Mukherjee2016-09-271-1/+1
| * | fbdev: ssd1307fb: fix a possible NULL dereferenceLABBE Corentin2016-09-271-2/+1Star
| * | fbdev: ssd1307fb: constify the device_info pointerLABBE Corentin2016-09-271-3/+3
| * | simplefb: Disable and release clocks and regulators in destroy callbackChen-Yu Tsai2016-09-271-3/+6
| * | video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structuresJulia Lawall2016-09-2718-26/+26
| * | matroxfb: constify local structuresJulia Lawall2016-09-271-1/+1
| * | video: fbdev: i810: add in missing white space in error message textColin Ian King2016-09-271-1/+1
| * | video: fbdev: add missing \n at end of printk error messageColin Ian King2016-09-271-1/+1
| * | video: fbdev: exynos: Remove old non-working MIPI driverKrzysztof Kozlowski2016-09-2711-3310/+0Star
| * | omapfb: fix return value check in dsi_bind()Wei Yongjun2016-09-271-2/+2
| * | video: fbdev: offb: Call pci_enable_device() before using the PCI VGA deviceYongji Xie2016-09-271-0/+15
| * | fbdev: vfb: simplify memory managementVladimir Murzin2016-09-071-81/+5Star
| * | fbdev: vfb: add option for video modeVladimir Murzin2016-09-071-22/+21Star
| * | fbdev: vfb: add description to module parametersVladimir Murzin2016-09-071-0/+2
| * | video: fbdev: intelfb: remove impossible conditionSudip Mukherjee2016-09-071-5/+0Star
| * | fb: adv7393: off by one in probe functionDan Carpenter2016-08-301-2/+1Star
| * | video: fbdev: pxafb: add missing of_node_put() in of_get_pxafb_mode_info()Wei Yongjun2016-08-301-0/+1
| * | video: fbdev: mb862xx: remove unused variableArnd Bergmann2016-08-301-2/+0Star
| * | video: mxsfb: Fix framebuffer corruption on mx6sxMarek Vasut2016-08-301-4/+5
| * | mx3fb: Fix print format stringOleg Drokin2016-08-301-1/+1
| * | video: ARM CLCD: export symbols for driver moduleArnd Bergmann2016-08-302-1/+3
| * | video: ARM CLCD: fix up Integrator supportLinus Walleij2016-08-301-3/+7
| * | video: ARM CLCD: fix return value check in versatile_clcd_init_panel()Wei Yongjun2016-08-301-2/+2
| * | video: ARM CLCD: fix endpoint lookup logicArnd Bergmann2016-08-301-6/+3Star
| * | video: fbdev: pxafb: potential NULL dereference on errorDan Carpenter2016-08-111-1/+1
| * | fb: adv7393: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-111-1/+1
| * | fbdev/efifb: Fix 16 color palette entry calculationMax Staudt2016-08-111-3/+3
| * | fbdev: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-111-8/+1Star