summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-171-4/+4
|\
| * docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-4/+4
* | Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2018-06-1737-2713/+80
|\ \ | |/ |/|
| * fb_omap2: add gpiolib dependencyArnd Bergmann2018-06-081-0/+1
| * video/omap: add module license tagsArnd Bergmann2018-06-089-0/+36
| * video: fbdev: pxafb: match_string() conversion fixupBartlomiej Zolnierkiewicz2018-05-151-1/+1
| * video: fbdev: nvidia: fix spelling mistake: "scaleing" -> "scaling"Colin Ian King2018-05-151-1/+1
| * video: fbdev: fix spelling mistake: "frambuffer" -> "framebuffer"Colin Ian King2018-05-152-2/+2
| * video: fbdev: pxafb: Convert to use match_string() helperAndy Shevchenko2018-05-151-6/+4
| * video: fbdev: via: allow COMPILE_TEST buildBartlomiej Zolnierkiewicz2018-05-156-5/+8
| * video: fbdev: remove unused sh_mobile_meram driverBartlomiej Zolnierkiewicz2018-05-143-767/+0
| * video: fbdev: sh_mobile_lcdcfb: remove unused MERAM supportBartlomiej Zolnierkiewicz2018-05-143-64/+1
| * video: fbdev: remove unused auo_k190xfb driversBartlomiej Zolnierkiewicz2018-05-146-1816/+0
| * video: omap: Improve a size determination in omapfb_do_probe()Markus Elfring2018-04-261-1/+1
| * video: sm501fb: Improve a size determination in sm501fb_probe()Markus Elfring2018-04-261-2/+1
| * video: fbdev-MMP: Improve a size determination in path_init()Markus Elfring2018-04-261-1/+1
| * video: fbdev-MMP: Delete an error message for a failed memory allocation in t...Markus Elfring2018-04-262-7/+4
| * video: auo_k190x: Delete an error message for a failed memory allocation in a...Markus Elfring2018-04-261-1/+0
| * video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocati...Markus Elfring2018-04-261-6/+2
| * video: sh_mobile_meram: Delete an error message for a failed memory allocatio...Markus Elfring2018-04-261-3/+1
| * video: fbdev: sh_mobile_meram: Drop SUPERH platform dependencyGeert Uytterhoeven2018-04-241-1/+1
| * video: fbdev: omap2: omapfb: displays: simplify getting .drvdataWolfram Sang2018-04-241-12/+6
| * video: fbdev: simplify getting .drvdataWolfram Sang2018-04-243-16/+8
| * video: fbdev: core: Change return type to vm_fault_tSouptick Joarder2018-04-241-2/+2
| * video: fbdev: aty: radeon_pm: Replace mdelay with msleep in radeonfb_pci_suspendJia-Ju Bai2018-04-241-4/+4
| * video: fbdev: aty: aty128fb: Replace mdelay with msleep in aty128_set_suspendJia-Ju Bai2018-04-241-1/+1
| * video: fbdev: savage: Replace mdelay with usleep_range in savage_init_hwJia-Ju Bai2018-04-241-4/+4
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-123-4/+4
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-126-13/+15
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1215-23/+29
* | video: uvesafb: Fix integer overflow in allocationKees Cook2018-06-121-1/+2
* | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071-1/+1
|\ \
| * | drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OFAnders Roxell2018-05-041-1/+1
| * | media: omap2: omapfb: allow building it with COMPILE_TESTMauro Carvalho Chehab2018-04-171-1/+1
| |/
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+2
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+1
|/
* Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxLinus Torvalds2018-04-1026-787/+608
|\
| * video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platformsBartlomiej Zolnierkiewicz2018-03-282-164/+1
| * video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_dr...Markus Elfring2018-03-281-1/+1
| * video: au1100fb: Improve a size determination in au1100fb_drv_probe()Markus Elfring2018-03-281-2/+1
| * video: au1100fb: Delete an error message for a failed memory allocation in au...Markus Elfring2018-03-281-3/+1
| * video: ARM CLCD: Improve a size determination in clcdfb_probe()Markus Elfring2018-03-281-1/+1
| * video: ARM CLCD: Delete an error message for a failed memory allocation in cl...Markus Elfring2018-03-281-1/+0
| * video: matroxfb: Delete an error message for a failed memory allocation in ma...Markus Elfring2018-03-281-3/+2
| * video: s3c-fb: Improve a size determination in s3c_fb_probe()Markus Elfring2018-03-281-1/+1
| * video: s3c-fb: Delete an error message for a failed memory allocation in s3c_...Markus Elfring2018-03-281-3/+1
| * video: fsl-diu-fb: Delete an error message for a failed memory allocation in ...Markus Elfring2018-03-281-5/+1
| * video: ssd1307fb: Improve a size determination in ssd1307fb_probe()Markus Elfring2018-03-281-1/+2
| * video: smscufx: Delete an error message for a failed memory allocation in ufx...Markus Elfring2018-03-281-3/+1
OpenPOWER on IntegriCloud