summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen2018-10-131-1/+4
* omapfb: rename omap2 module to omap2fb.koArnd Bergmann2018-09-261-2/+2
* fbdev: Distinguish between interlaced and progressive modesFredrik Noring2018-09-261-11/+30
* video: fbdev: pxafb: clear allocated memory for video modesDaniel Mack2018-09-261-2/+2
* fbdev/via: fix defined but not used warningRandy Dunlap2018-09-261-1/+2
* video: goldfishfb: fix memory leak on driver removeAnton Vasilyev2018-09-261-0/+1
* fbdev: omapfb: off by one in omapfb_register_client()Dan Carpenter2018-09-261-1/+1
* udlfb: set line_length in dlfb_ops_set_parMikulas Patocka2018-09-091-0/+1
* udlfb: handle allocation failureMikulas Patocka2018-09-091-9/+17
* udlfb: make a local copy of fb_opsMikulas Patocka2018-09-091-1/+2
* udlfb: don't switch if we are switching to the same videomodeMikulas Patocka2018-09-091-2/+16
* udlfb: fix display corruption of the last lineMikulas Patocka2018-09-091-10/+20
* udlfb: fix semaphore value leakMikulas Patocka2018-09-091-25/+2
* fb: fix lost console when the user unplugs a USB adapterMikulas Patocka2018-09-091-6/+32
* 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-126-7/+7
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-128-16/+19
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1215-23/+29
* | video: uvesafb: Fix integer overflow in allocationKees Cook2018-06-121-1/+2
* | Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-1110-38/+428
|\ \
| * | backlight: as3711_bl: Fix Device Tree node leaksJohan Hovold2018-06-111-6/+6
| * | backlight: tps65217_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-2/+2
| * | backlight: max8925_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-1/+3