aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2007-07-17fbdev: SPE helper penguin logoGeert Uytterhoeven
2007-07-17fbdev: Add fb_append_extra_logo()Geert Uytterhoeven
2007-07-17fbdev: extract fb_show_logo_line()Geert Uytterhoeven
2007-07-17fb: epson1355fb: kill off dead sh supportPaul Mundt
2007-07-17matroxfb: color setting fixes fixAntonino A. Daplas
2007-07-17vt8623fb.c: make code staticAdrian Bunk
2007-07-17pm3fb: possible cleanupsAdrian Bunk
2007-07-17pm3fb: fillrect accelerationKrzysztof Helt
2007-07-17matroxfb: color setting fixesAntonino A. Daplas
2007-07-17sisfb: fix pseudo_palette array size and overrunAntonino A. Daplas
2007-07-17intelfb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17i810fb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17radeonfb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17atyfb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17tx3912fb: fix improper assignment of info->pseudo_paletteAntonino A. Daplas
2007-07-17tridentfb: fix pseudo_palette array overrun in setcolregAntonino A. Daplas
2007-07-17tgafb: actually allocate memory for the pseudo_paletteAntonino A. Daplas
2007-07-17sgivwfb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17q40fb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17pvr2fb: fix pseudo_palette array overrun and typecastAntonino A. Daplas
2007-07-17platinumfb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17offb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17macfb: fix pseudo_palette size and overrunAntonino A. Daplas
2007-07-17gbefb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17fm2fb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17epson1355fb: color setting fixesAntonino A. Daplas
2007-07-17cyblafb: fix pseudo_palette array overrun in setcolregAntonino A. Daplas
2007-07-17controlfb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-1768328fb: the pseudo_palette is only 16 elements longAntonino A. Daplas
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes
2007-07-17fbcon: Revise primary device selectionAntonino A. Daplas
2007-07-17fbcon: set_con2fb_map fixesAntonino A. Daplas
2007-07-17pm2fb: white spaces clean upKrzysztof Helt
2007-07-17nvidiafb: Add proper support for Geforce 7600 chipsetAntonino A. Daplas
2007-07-17radeonfb: Add support for Radeon Xpress 200M (RS485)Stephan Wolf
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas
2007-07-17fbcon: use struct device instead of struct class_deviceAntonino A. Daplas
2007-07-17fbcon: cursor blink controlAntonino A. Daplas
2007-07-17nvidiafb: adjust flags to take advantage of new scroll methodAntonino A. Daplas
2007-07-17fbcon: smart blitter usage for scrollingKrzysztof Helt
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds
2007-07-12matroxfb: Clean-up i2c header inclusionsJean Delvare
2007-07-12Video Console: Blackfin doesnt support VGA consoleMichael Hennerich
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui