aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2009-04-01viafb: returns 0 two too earlyRoel Kluin
2009-04-01vesafb: bitwise OR has higher precedence than ?:Roel Kluin
2009-04-01uvesafb: bitwise OR has higher precedence than ?:Roel Kluin
2009-04-01arkfb: fix misplaced parenthesesRoel Kluin
2009-04-01asiliantfb: fix cmap memory leaksAndres Salomon
2009-04-01drivers/video/omap/hwa742.c: div reaches max_clk_divRoel Kluin
2009-04-01fbdev: update s1d13xxxfb to differ between revisions and production idsKristoffer Ericson
2009-04-01amifb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon
2009-04-01amba-clcd: fix cmap memory leaksAndres Salomon
2009-04-0168328fb: fix cmap memory leaksAndres Salomon
2009-04-01tgafb: fix cmap memory leakAndres Salomon
2009-04-01sunxvr500: fix cmap memory leaksAndres Salomon
2009-04-01valkyriefb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon
2009-04-01stifb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon
2009-04-01sstfb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon
2009-04-01sm501fb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon
2009-04-01skeletonfb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon
2009-04-01vfb: fix memory leaks in removal pathAndres Salomon
2009-04-01tridentfb: fix memory leaks in removal pathAndres Salomon
2009-04-01tdfxfb: fix memory leaks in removal pathAndres Salomon
2009-04-01drivers/video/sgivwfb.c: fix memory leaks in removal pathAndres Salomon
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi
2009-04-01cirrusfb: fix interlaced modesKrzysztof Helt
2009-04-01cirrusfb: fix threshold register mask for Laguna chipsKrzysztof Helt
2009-04-01cirrusfb: GD5434 (aka SD64) support fixedKrzysztof Helt
2009-04-01cirrusfb: set MCLK in one placeKrzysztof Helt
2009-04-01cirrusfb: add accelerator constantKrzysztof Helt
2009-04-01cirrusfb: fix clock doublingKrzysztof Helt
2009-04-01cirrusfb: use 24bpp instead of 32bppKrzysztof Helt
2009-04-01cirrusfb: GD5446 fixesKrzysztof Helt
2009-04-01cirrusfb: fix error paths in cirrusfb_xxx_register()Krzysztof Helt
2009-04-01cirrusfb: add imageblit functionKrzysztof Helt
2009-04-01cirrusfb: acceleration improvementsKrzysztof Helt
2009-04-01cirrusfb: various Laguna fixesKrzysztof Helt
2009-04-01cirrusfb: check_var improvementsKrzysztof Helt
2009-04-01cirrusfb: Laguna chipset 8bpp fixKrzysztof Helt
2009-04-01cirrusfb: various improvementsKrzysztof Helt
2009-04-01cirrusfb: use 5-6-5 RGB for 16bpp modeKrzysztof Helt
2009-04-01cirrusfb: do not calculate line length twiceKrzysztof Helt
2009-04-01cirrusfb: add mmio registers for Laguna chipsetsKrzysztof Helt
2009-04-01cirrusfb: add Laguna additional overflow registerKrzysztof Helt
2009-04-01cirrusfb: fix Laguna chipset memory detection and clock settingKrzysztof Helt
2009-04-01cirrusfb: convert printks to dev_fooKrzysztof Helt
2009-04-01drivers/video/uvesafb.c: don't use gfp_any()Andrew Morton
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-30Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-30radeonfb: Use __pci_complete_power_transition()Rafael J. Wysocki
2009-03-28Merge branch 'origin' into develRussell King