aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-09-14Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-64/+132
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+1
2009-09-12Merge branch 'master' into develRussell King10-110/+129
2009-09-12Merge branch 'devel-stable' into develRussell King8-73/+141
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and 'w90x900' into develRussell King29-158/+349
2009-09-09PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt1-0/+2
2009-08-27xenfb: connect to backend before registering fbJeremy Fitzhardinge1-4/+4
2009-08-20powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Geert Uytterhoeven1-1/+1
2009-08-15Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stableRussell King1-59/+125
2009-08-15sh: skip disabled LCDC channelsMagnus Damm1-0/+5
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller30-202/+230
2009-08-07i.MX31: fix framebuffer locking regressionsGuennadi Liakhovetski1-30/+56
2009-08-07fbcon: don't use vc_resize() on initializationJohannes Weiner1-3/+3
2009-08-07viafb: fix rmmod bugFlorian Tobias Schandinat4-70/+53
2009-08-07fbcon: fix rotate upside down crashStefani Seibold1-1/+1
2009-08-07imxfb: Add support for multiple displaysSascha Hauer1-71/+120
2009-08-07imxfb: use resource_size() macroSascha Hauer1-4/+4
2009-08-07imxfb: calculate bpix value from bits_per_pixelSascha Hauer1-1/+18
2009-08-02parisc: sticore.c - check return valuesHelge Deller1-2/+7
2009-07-29drivers/video/backlight/jornada720_bl.c: fix buildKristoffer Ericson1-1/+1
2009-07-29s3c-fb: fix off-by-one bug in loop indexesPawel Osciak1-2/+2
2009-07-23[ARM] 5614/1: at91: atmel_lcdfb: add at91sam9g10 support to atmel LCD driverNicolas Ferre3-5/+7
2009-07-22fbmon: work around compiler bug in gcc-2.4.2Linus Torvalds1-2/+2
2009-07-18Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2009-07-17connector: make callback argument type explicitMike Frysinger1-2/+1
2009-07-15fb/intelfb: conflict with DRM_I915 and hide by defaultJesse Barnes1-1/+2
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-7/+7
2009-07-12omap: video: remove direct access of driver_dataGreg Kroah-Hartman1-7/+7
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-09mx3fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-5/+0
2009-07-09sm501fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-3/+0
2009-07-09Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6Russell King1-0/+2
2009-07-08atmel_lcdfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-2/+3
2009-07-08fsl-diu-fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-6/+0
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches4-11/+11
2009-07-08Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-38/+68
2009-07-08Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()"Linus Torvalds4-4/+4
2009-07-08matroxfb: fix regression with uninitalized fb_info->mm_lock mutex (second head)Krzysztof Helt1-2/+4
2009-07-08matroxfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-1/+0
2009-07-08w100fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-2/+0
2009-07-08atafb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-2/+3
2009-07-08i810fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-2/+1
2009-07-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh/for-2.6.31Paul Mundt7-14/+14
2009-07-07video: hitfb: Move over to dev_pm_ops.Paul Mundt1-8/+9
2009-07-07video: hitfb: Convert to framebuffer_alloc().Paul Mundt1-14/+35
2009-07-07video: sh_mobile_lcdcfb: Convert to framebuffer_alloc().Paul Mundt1-16/+24
2009-07-06fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt4-4/+4