summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2009-04-01sm501fb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon1-1/+4
2009-04-01skeletonfb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon1-3/+6
2009-04-01vfb: fix memory leaks in removal pathAndres Salomon1-0/+1
2009-04-01tridentfb: fix memory leaks in removal pathAndres Salomon1-0/+1
2009-04-01tdfxfb: fix memory leaks in removal pathAndres Salomon1-0/+1
2009-04-01drivers/video/sgivwfb.c: fix memory leaks in removal pathAndres Salomon1-0/+2
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton1-0/+11
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi4-20/+70
2009-04-01cirrusfb: fix interlaced modesKrzysztof Helt1-14/+21
2009-04-01cirrusfb: fix threshold register mask for Laguna chipsKrzysztof Helt1-1/+1
2009-04-01cirrusfb: GD5434 (aka SD64) support fixedKrzysztof Helt1-35/+37
2009-04-01cirrusfb: set MCLK in one placeKrzysztof Helt1-54/+16
2009-04-01cirrusfb: add accelerator constantKrzysztof Helt1-2/+9
2009-04-01cirrusfb: fix clock doublingKrzysztof Helt1-1/+18
2009-04-01cirrusfb: use 24bpp instead of 32bppKrzysztof Helt1-35/+44
2009-04-01cirrusfb: GD5446 fixesKrzysztof Helt1-18/+9
2009-04-01cirrusfb: fix error paths in cirrusfb_xxx_register()Krzysztof Helt1-12/+7
2009-04-01cirrusfb: add imageblit functionKrzysztof Helt1-18/+46
2009-04-01cirrusfb: acceleration improvementsKrzysztof Helt1-111/+75
2009-04-01cirrusfb: various Laguna fixesKrzysztof Helt1-27/+57
2009-04-01cirrusfb: check_var improvementsKrzysztof Helt1-121/+74
2009-04-01cirrusfb: Laguna chipset 8bpp fixKrzysztof Helt1-13/+21
2009-04-01cirrusfb: various improvementsKrzysztof Helt1-144/+58
2009-04-01cirrusfb: use 5-6-5 RGB for 16bpp modeKrzysztof Helt1-3/+3
2009-04-01cirrusfb: do not calculate line length twiceKrzysztof Helt1-8/+6
2009-04-01cirrusfb: add mmio registers for Laguna chipsetsKrzysztof Helt1-0/+38
2009-04-01cirrusfb: add Laguna additional overflow registerKrzysztof Helt1-26/+42
2009-04-01cirrusfb: fix Laguna chipset memory detection and clock settingKrzysztof Helt1-27/+38
2009-04-01cirrusfb: convert printks to dev_fooKrzysztof Helt1-297/+158
2009-04-01drivers/video/uvesafb.c: don't use gfp_any()Andrew Morton1-1/+1
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+2
2009-03-31Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds1-5/+0
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-5/+0
2009-03-30radeonfb: Use __pci_complete_power_transition()Rafael J. Wysocki1-1/+1
2009-03-28Merge branch 'origin' into develRussell King9-61/+122
2009-03-27imxfb: Fix TFT modeSascha Hauer1-1/+1
2009-03-27imxfb: add clock supportSascha Hauer1-1/+39
2009-03-27Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller13-3271/+5727
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds7-45/+51
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-15/+67
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King4-3206/+5605
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King3-3/+3
2009-03-25platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei2-26/+30
2009-03-25video: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers5-19/+21
2009-03-25Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...root1-0/+14
2009-03-23Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Eric Miao1-0/+14
2009-03-22radeonfb: Whack the PCI PM register until it sticksBenjamin Herrenschmidt1-0/+24
2009-03-19[ARM] pxa: fix overlay being un-necessarily initialized on pxa25xEric Miao1-0/+14
2009-03-17sh: dma: Make PVR2 DMA configurable.Paul Mundt1-8/+8
2009-03-17Merge branch 'imx-fb-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/dj...Russell King3-1161/+1161