aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2017-01-24fbdev: color map copying bounds checkingGravatar Kees Cook 1-12/+14
2017-01-04video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremapGravatar Arvind Yadav 1-0/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 9-9/+9
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-9/+4
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 5-123/+50
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-3/+16
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-4/+4
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-13/+46
2016-12-12openrisc: prevent VGA console, fix buildsGravatar Randy Dunlap 1-1/+1
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextGravatar Dave Airlie 1-2/+2
2016-11-18Merge tag 'v4.9-rc4' into soundGravatar Jonathan Corbet 1-2/+2
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextGravatar Dave Airlie 1-3/+3
2016-11-14video: of: Constify node argument to display timing functionsGravatar Laurent Pinchart 1-3/+3
2016-11-13Merge branch 'linus' into efi/core, to pick up fixesGravatar Ingo Molnar 1-2/+2
2016-11-07xen: make use of xenbus_read_unsigned() in xen-fbfrontGravatar Juergen Gross 1-9/+4
2016-11-03video: ARM CLCD: fix Vexpress regressionGravatar Linus Walleij 1-2/+2
2016-11-02video: of: display_timing: Add support for syncclk-active propertyGravatar Peter Ujfalusi 1-0/+9
2016-10-27vgacon: remove prehistoric macrosGravatar Jiri Slaby 1-49/+0
2016-10-27vgacon: switch boolean variables to boolGravatar Jiri Slaby 1-22/+23
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperGravatar Jiri Slaby 1-25/+2
2016-10-27tty: vt, cleanup and document con_scrollGravatar Jiri Slaby 5-27/+25
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Gravatar Dave Airlie 1-0/+4
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 1-4/+4
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 1-2/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-2/+2
2016-10-18efifb: Show framebuffer layout as device attributesGravatar Peter Jones 1-13/+46
2016-10-17video: Add new aspect ratios for HDMI 2.0Gravatar Shashank Sharma 1-0/+4
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-43/+1
2016-10-12Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Gravatar Linus Torvalds 55-3541/+982
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2016-10-06FBDEV: cobalt_lcdfb: Drop SEAD3 supportGravatar Paul Burton 2-43/+1
2016-10-06backlight: pwm_bl: Handle gpio that can sleepGravatar Maxime Ripard 1-2/+2
2016-10-06backlight-tosa: Delete unnecessary assignment for the field "owner"Gravatar Markus Elfring 1-1/+0
2016-10-05mips: separate extable.h, switch module.h to itGravatar Al Viro 1-0/+1
2016-09-27video: smscufx: remove unused variableGravatar Sudip Mukherjee 1-2/+0
2016-09-27matroxfb: fix size of memcpyGravatar Sudip Mukherjee 1-1/+1
2016-09-27fbdev: ssd1307fb: fix a possible NULL dereferenceGravatar LABBE Corentin 1-2/+1
2016-09-27fbdev: ssd1307fb: constify the device_info pointerGravatar LABBE Corentin 1-3/+3
2016-09-27simplefb: Disable and release clocks and regulators in destroy callbackGravatar Chen-Yu Tsai 1-3/+6
2016-09-27video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structuresGravatar Julia Lawall 18-26/+26
2016-09-27matroxfb: constify local structuresGravatar Julia Lawall 1-1/+1
2016-09-27video: fbdev: i810: add in missing white space in error message textGravatar Colin Ian King 1-1/+1
2016-09-27video: fbdev: add missing \n at end of printk error messageGravatar Colin Ian King 1-1/+1
2016-09-27video: fbdev: exynos: Remove old non-working MIPI driverGravatar Krzysztof Kozlowski 11-3310/+0
2016-09-27omapfb: fix return value check in dsi_bind()Gravatar Wei Yongjun 1-2/+2
2016-09-27video: fbdev: offb: Call pci_enable_device() before using the PCI VGA deviceGravatar Yongji Xie 1-0/+15
2016-09-07fbdev: vfb: simplify memory managementGravatar Vladimir Murzin 1-81/+5
2016-09-07fbdev: vfb: add option for video modeGravatar Vladimir Murzin 1-22/+21
2016-09-07fbdev: vfb: add description to module parametersGravatar Vladimir Murzin 1-0/+2
2016-09-07video: fbdev: intelfb: remove impossible conditionGravatar Sudip Mukherjee 1-5/+0