aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2018-03-07fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in sbusfb_ioctl...Peter Malone1-2/+2
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2018-02-09video: omapfb: fix missing #includesTomi Valkeinen4-0/+6
2018-02-07Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds19-774/+416
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-27/+57
2018-02-02video: fbdev: kconfig: Remove blank help textUlf Magnusson1-1/+0
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds9-184/+78
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas1-8/+26
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+6
2018-01-17video: fbdev: riva: deprecate pci_get_bus_and_slot()Sinan Kaya4-12/+20
2018-01-17video: fbdev: nvidia: deprecate pci_get_bus_and_slot()Sinan Kaya2-6/+8
2018-01-17video: fbdev: intelfb: deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+3
2018-01-16nubus: Adopt standard linked list implementationFinn Thain1-3/+5
2018-01-16nubus: Rename struct nubus_devFinn Thain1-1/+1
2018-01-16video: udlfb: Switch from the pr_*() to the dev_*() logging functionsLadislav Michl1-114/+117
2018-01-16video: udlfb: Constify read only dataLadislav Michl1-2/+2
2018-01-15video: fbdev/mmp: add MODULE_LICENSEArnd Bergmann1-0/+5
2018-01-15console/dummy: leave .con_font_get set to NULLNicolas Pitre1-1/+0
2018-01-15fbdev: mxsfb: use framebuffer_alloc in the correct wayMichael Trimarchi1-24/+21
2018-01-15video: udlfb: Do not name private data 'dev'Ladislav Michl1-207/+207
2018-01-15video: udlfb: Remove noisy warningsLadislav Michl1-20/+0
2018-01-15video: udlfb: Remove redundant gdev variableLadislav Michl1-3/+1
2018-01-15video: udlfb: Remove unnecessary local variableLadislav Michl1-6/+2
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches2-4/+4
2018-01-08backlight: tdo24m: Fix the SPI CS between transfersRobert Jarzmik3-3/+3
2018-01-04fbdev: auo_k190x: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha1-2/+1
2018-01-04vfb: fix video mode and line_length being set when loadedPieter \"PoroCYon\" Sluys1-0/+17
2018-01-04omapfb: dss: Do not duplicate features dataLadislav Michl3-86/+29
2018-01-04video: fbdev: omap2: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-4/+1
2018-01-04fbdev: au1200fb: delete duplicate header contentsRasmus Villemoes1-286/+0
2018-01-04fbdev: pxa3xx: use ktime_get_ts64 for time stampsArnd Bergmann1-7/+9
2018-01-04fbdev: radeon: use ktime_get() for HZ calibrationArnd Bergmann1-11/+7
2017-12-29video: smscufx: Improve a size determination in two functionsMarkus Elfring1-3/+2
2017-12-29video: udlfb: Delete an unnecessary return statement in two functionsMarkus Elfring1-4/+0
2017-12-29video: udlfb: Improve a size determination in dlfb_alloc_urb_list()Markus Elfring1-1/+1
2017-12-29video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocati...Markus Elfring1-3/+1
2017-12-29video/fbdev/wm8505fb: Delete an error message for a failed memory allocation ...Markus Elfring1-3/+1
2017-12-29video: fbdev: remove redundant self assignment of 'height'Colin Ian King1-1/+0
2017-12-29fb: intelfb: fix Kconfig symbol info in help textRandy Dunlap1-1/+1
2017-12-29video: fbdev: atmel_lcdfb: fix display-timings lookupJohan Hovold1-1/+7
2017-12-20backlight: apple_bl: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2017-12-19omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLEH. Nikolaus Schaller1-2/+9
2017-12-19omapdrm: panel: fix compatible vendor string for td028ttec1H. Nikolaus Schaller1-0/+3
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas1-8/+26
2017-12-04fbcon: Remove dmi quirk tableHans de Goede4-156/+2
2017-12-04efifb: Set info->fbcon_rotate_hint based on drm_get_panel_orientation_quirkHans de Goede2-1/+21
2017-12-04fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede2-6/+13
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-20/+31
2017-11-22video/hdmi: Allow "empty" HDMI infoframesVille Syrjälä1-20/+31
2017-11-20Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds26-723/+147
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2017-11-17OMAPFB: prevent buffer underflow in omapfb_parse_vram_param()Dan Carpenter1-1/+1
2017-11-17video: fbdev: sm501fb: fix potential null pointer dereference on fbiColin Ian King1-2/+4
2017-11-16Merge tag 'backlight-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+7
2017-11-16Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-11/+3
2017-11-13fbcon: Initialize ops->info earlyThierry Reding1-0/+1
2017-11-10video: fbdev: Convert timers to use timer_setup()Kees Cook5-18/+13
2017-11-10video: fbdev: pxa3xx_gcu: Convert timers to use timer_setup()Kees Cook1-8/+10
2017-11-09fbdev: controlfb: Add missing modes to fix out of bounds accessGeert Uytterhoeven1-0/+2
2017-11-09video: fbdev: sis_main: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2017-11-09video: fbdev: cirrusfb: mark expected switch fall-throughsGustavo A. R. Silva1-2/+4
2017-11-09video: fbdev: aty: radeon_pm: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-09video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crtGustavo A. R. Silva1-0/+1
2017-11-09video: fbdev: intelfb: remove redundant variablesColin Ian King1-7/+2
2017-11-09video/fbdev/dnfb: Use common error handling code in dnfb_probe()Markus Elfring1-6/+7
2017-11-09sm501fb: suspend and resume fb if it existsSudip Mukherjee1-0/+6
2017-11-09sm501fb: unregister framebuffer only if registeredSudip Mukherjee1-2/+4
2017-11-09sm501fb: deallocate colormap only if allocatedSudip Mukherjee1-0/+3
2017-11-09video: goldfishfb: Add support for device tree bindingsAleksandar Markovic1-1/+7
2017-11-09video: udlfb: Fix read EDID timeoutLadislav Michl1-5/+5
2017-11-09video: fbdev: remove dead igafb driverBartlomiej Zolnierkiewicz3-590/+0
2017-11-09video: fbdev: mxsfb: fix pixelclock polarityStefan Agner1-2/+11
2017-11-09video: fbdev: au1200fb: Style clean upChristophe JAILLET1-4/+4
2017-11-09video: fbdev: au1200fb: Propagate an error codeChristophe JAILLET1-3/+4
2017-11-09video: fbdev: au1200fb: Remove some dead codeChristophe JAILLET1-6/+0
2017-11-09video: fbdev: au1200fb: Fix error handling pathChristophe JAILLET1-2/+10
2017-11-09video: fbdev: au1200fb: Fix incorrect IRQ freeingChristophe JAILLET1-2/+0
2017-11-09video: fbdev: au1200fb: Release some resources if a memory allocation failsChristophe JAILLET1-1/+2
2017-11-09video: fbdev: au1200fb: Return an error code if a memory allocation failsChristophe JAILLET1-1/+3
2017-11-09video: fbdev: au1200fb: Fix a potential double freeChristophe JAILLET1-1/+0
2017-11-08backlight: ili922x: Remove redundant variable lenColin Ian King1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman67-0/+67
2017-10-17video: sa1100fb: move pseudo palette into sa1100fb_info structureRussell King2-6/+5
2017-10-17video: sa1100fb: fix video memory allocation leakRussell King1-5/+5
2017-10-17video: sa1100fb: clean up failure pathRussell King1-13/+8
2017-10-17video: sa1100fb: use devm_gpio_request_one()Russell King1-10/+7
2017-10-17video: sa1100fb: use devm_request_irq()Russell King1-9/+8
2017-10-17video: sa1100fb: use devm_ioremap_resource()Russell King1-12/+8
2017-10-17video: sa1100fb: use devm_clk_get()Russell King1-4/+1
2017-10-17video: sa1100fb: use devm_kzalloc()Russell King1-4/+2
2017-10-17video: fbdev: pxa3xx_gcu: Use setup_timer and mod_timerHimanshu Jha1-6/+2
2017-10-13mfd: tps65217: Introduce dependency on CONFIG_OFKeerthy1-11/+3
2017-10-13backlight: tps65217_bl: Remove unnecessary default brightness checkChristos Gkekas1-2/+1
2017-10-13backlight: pwm_bl: Fix overflow conditionDerek Basehore1-2/+5
2017-10-12video: fbdev: radeon: make const array post_divs static, reduces object code ...Colin Ian King1-1/+1
2017-10-12video: fbdev: dnfb: make fb_var_screeninfo static and constBhumika Goyal1-1/+1
2017-10-12video: fbdev: sis: make const array specialtv static, reduces object code sizeColin Ian King1-1/+1
2017-10-12video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King1-2/+2
2017-10-12video: fbdev: matroxfb: return -ENOMEM on allocation failureAllen Pais1-1/+1
2017-09-22pvr2fs: use get_user_pages_fast()Al Viro1-3/+1
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds91-260/+378
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-07Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-32/+37
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2-2/+2
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+18
2017-09-07video/console: Update BIOS dates list for GPD win console rotation DMI quirkHans de Goede1-2/+2
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+3
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+6
2017-09-05video/console: Add rotated LCD-panel DMI quirk for the VIOS LTH17Hans de Goede1-0/+14
2017-09-05Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones5-11/+12
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+12
2017-09-04video: fbdev: sis: fix duplicated code for different branchesGustavo A. R. Silva1-12/+3
2017-09-04video: fbdev: make fb_var_screeninfo constBhumika Goyal7-7/+7
2017-09-04video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov1-1/+1
2017-09-04vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr1-3/+2
2017-09-04video: fbdev: make fb_videomode constBhumika Goyal6-6/+6
2017-09-04video/console: Add new BIOS date for GPD pocket to dmi quirk tableHans de Goede1-1/+1
2017-09-04fbcon: remove restriction on margin colorDavid Lechner1-2/+0
2017-09-04video: ARM CLCD: constify amba_idArvind Yadav1-1/+1
2017-09-04video: fm2fb: constify zorro_device_idArvind Yadav1-1/+1
2017-09-04video: fbdev: annotate fb_fix_screeninfo with const and __initconstBhumika Goyal9-9/+9
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-08-28fbdev: uvesafb: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-4/+3
2017-08-26Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-0/+12
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar3-9/+10
2017-08-22parisc/sticore: Fix section mismatchesHelge Deller1-5/+6
2017-08-21omapfb: constify omap_video_timings structuresJulia Lawall2-2/+2
2017-08-21video: fbdev: udlfb: Fix use after free on dlfb_usb_probe error pathAnton Vasilyev1-1/+0
2017-08-21fbdev: i810: make fb_ops constBhumika Goyal1-1/+1
2017-08-21fbdev: matrox: make fb_ops constBhumika Goyal1-1/+1
2017-08-21video: fbdev: pxa3xx_gcu: fix error return code in pxa3xx_gcu_probe()Gustavo A. R. Silva1-2/+2
2017-08-21video: fbdev: Enable Xilinx FB for ZynqMPMichal Simek1-1/+1
2017-08-21video: fbdev: Fix multiple style issues in xilinxfbHyun Kwon1-28/+28
2017-08-21video: fbdev: udlfb: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-21video: fbdev: smscufx: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-21drivers/fbdev/efifb: Allow BAR to be moved instead of claiming itArd Biesheuvel1-13/+18
2017-08-18video: fbdev: vt8623fb: constify vt8623_timing_regsJulia Lawall1-1/+1
2017-08-18video: fbdev: add const to bin_attribute structuresBhumika Goyal2-3/+3
2017-08-18video: fbdev: xilinxfb: constify copied structureJulia Lawall1-1/+1
2017-08-18fbcon: add fbcon=margin:<color> command line optionDavid Lechner7-11/+21
2017-08-18fbdev: fix 1bpp logo for unusual widthDavid Lechner1-1/+1
2017-08-18video/console: Add dmi quirk table for x86 systems which need fbcon rotationHans de Goede4-4/+149
2017-08-16drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart2-2/+2
2017-08-15mfd: tps65010: Move header file out of I2C realmWolfram Sang1-1/+1
2017-08-07backlight: gpio_backlight: Delete pdata inversionLinus Walleij1-13/+2
2017-08-07backlight: gpio_backlight: Convert to use GPIO descriptorLinus Walleij1-28/+43
2017-08-07backlight: pwm_bl: Make of_device_ids constArvind Yadav1-1/+1
2017-08-07fbdev: matrox: hide unused 'hotplug' variableArnd Bergmann1-1/+1
2017-08-07video: fbdev: Convert to using %pOF instead of full_nameRob Herring13-55/+44
2017-08-01fbdev: Nuke FBINFO_MODULEDaniel Vetter3-6/+4
2017-08-01fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter14-48/+21
2017-08-01video: fbdev: vt8623fb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: matroxfb: constify pci_device_id.Arvind Yadav1-2/+2
2017-08-01video: fbdev: pm3fb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: s3fb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: neofb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: gxfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: pm2fb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: imsttfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: sunxvr500: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: tdfx: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: mb862xx: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: nvidia: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: vermilion: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: kyro: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: arkfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: i810: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: riva: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: savage: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: via: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: skeletonfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: tridentfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: pvr2fb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: intelfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: asiliantfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: sunxvr2500: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: aty128fb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: atyfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01video: fbdev: radeon: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-01omapfb: panel-sony-acx565akm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-01omapfb: panel-tpo-td043mtea1: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-01video: fbdev: uvesafb: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-01video: bfin-lq035q1-fb: constify dev_pm_opsGustavo A. R. Silva1-1/+1
2017-08-01fbdev: da8xx-fb: Drop unnecessary staticJulia Lawall1-1/+1
2017-08-01drivers/video/fbdev/omap/lcd_mipid.c: add const to lcd_panel structureBhumika Goyal1-1/+1
2017-08-01video: cobalt_lcdfb: constify fb_fix_screeninfo structureGustavo A. R. Silva1-1/+1
2017-08-01video: xilinxfb: constify fb_fix_screeninfo and fb_var_screeninfo structuresGustavo A. R. Silva1-2/+2
2017-08-01video/chips: constify fb_fix_screeninfo and fb_var_screeninfo structuresGustavo A. R. Silva1-2/+2
2017-08-01video/mbx: constify fb_fix_screeninfo and fb_var_screeninfo structuresGustavo A. R. Silva1-2/+2
2017-08-01video: fbdev: sm712fb.c: fixed constant-left comparison warningLynn Lei1-1/+1
2017-08-01video: fbdev: sm712fb.c: fixed prefer unsigned int warningLynn Lei1-4/+5
2017-08-01video: fbdev: sm712fb.c: fix unaligned block comments warningLynn Lei1-2/+2
2017-08-01video: fbdev: sm712fb.c: using __func__ macro for pr_debugLynn Lei1-1/+1
2017-08-01omapfb: use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-31efifb: allow user to disable write combined mapping.Dave Airlie1-1/+7