summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
* | | [POWERPC] video & agp: Constify & voidify get_property()Jeremy Kerr2006-07-317-39/+36
* | | [POWERPC] More offb/bootx fixesBenjamin Herrenschmidt2006-07-071-146/+161
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-07-031-166/+118
|\ \
| * | [POWERPC] Fix various offb and BootX-related issuesBenjamin Herrenschmidt2006-07-031-166/+118
* | | [PATCH] fbdev: Add framebuffer and display update module support for pnx4008Vitaly Wool2006-07-038-0/+1502
|/ /
* | [PATCH] irq-flags: video: Use the new IRQF_ constantsThomas Gleixner2006-07-027-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-3087-89/+3
|\ \
| * | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3086-86/+0
| * | typo fixes: mecanism -> mechanismAdrian Bunk2006-06-301-1/+1
| * | typo fixes: bandwith -> bandwidthAdrian Bunk2006-06-301-2/+2
* | | [PATCH] fix drivers/video/imacfb.c compilationIngo Molnar2006-06-301-4/+0
|/ /
* | [SPARC]: Convert all FB SBUS drivers to of_driver framework.David S. Miller2006-06-298-1149/+1179
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-5/+0
|\ \
| * | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
| * | [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
| * | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
| * | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-6/+6
|\ \ \
| * | | [PATCH] 64bit resource: C99 changes for struct resource declarationsGreg Kroah-Hartman2006-06-271-6/+6
| |/ /
* | | [PATCH] fix sgivwfb compileAdrian Bunk2006-06-291-4/+2
* | | [PATCH] powermac backlight fixesMichael Hanselmann2006-06-281-3/+3
* | | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-271-2/+1
* | | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
|/ /
* | [PATCH] VT binding: Make sticon support bindingAntonino A. Daplas2006-06-261-1/+1
* | [PATCH] VT binding: Make promcon support bindingAntonino A. Daplas2006-06-261-2/+2
* | [PATCH] VT binding: Make newport_con support bindingAntonino A. Daplas2006-06-261-10/+28
* | [PATCH] VT binding: Make mdacon support bindingAntonino A. Daplas2006-06-261-1/+1
* | [PATCH] VT binding: Do not create a device file for class device 'fbcon'Antonino A. Daplas2006-06-261-4/+2
* | [PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas2006-06-262-61/+150
* | [PATCH] Detaching fbcon: add capability to attach/detach fbconAntonino A. Daplas2006-06-261-58/+97
* | [PATCH] Detaching fbcon: clean up exit codeAntonino A. Daplas2006-06-261-0/+43
* | [PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas2006-06-265-76/+112
* | [PATCH] Detaching fbcon: remove calls to pci_disable_device()Antonino A. Daplas2006-06-267-20/+2
* | [PATCH] Detaching fbcon: fix vgacon to allow retaking of the consoleAntonino A. Daplas2006-06-261-6/+22
* | [PATCH] fbdev: tag by scantype in sysfsDaniel R Thompson2006-06-261-1/+10
* | [PATCH] imacfb: Add Intel-based Macintosh Framebuffer SupportEdgar Hucek2006-06-263-0/+355
* | [PATCH] atyfb: Fix section warningsAntonino A. Daplas2006-06-262-14/+14
* | [PATCH] macmodes: Fix section warningAntonino A. Daplas2006-06-263-23/+25
* | [PATCH] fbdev: Fix logo rotation if width != heightAntonino A. Daplas2006-06-261-10/+10
* | [PATCH] neofb: fix unblank logic interfering with lid toggled backlightChristian Trefzer2006-06-261-9/+23
* | [PATCH] skeletonfb: remove duplicate module init, exit, license linesArnaldo Carvalho de Melo2006-06-261-5/+0
* | [PATCH] au1100fb: add power management supportRodolfo Giometti2006-06-261-2/+39
* | [PATCH] backlight: Fix Kconfig dependencyAntonino A. Daplas2006-06-261-2/+2
* | [PATCH] s3c2410fb: Fix resumeArnaud Patard2006-06-261-6/+11
* | [PATCH] fbdev: Remove unused exportsAdrian Bunk2006-06-264-6/+0
* | [PATCH] fbdev: Coverity Bug 90Antonino A. Daplas2006-06-261-2/+3
* | [PATCH] fbdev: Coverity Bug 85Antonino A. Daplas2006-06-261-0/+1
* | [PATCH] atyfb: Fix dead codeAntonino A. Daplas2006-06-261-0/+3
* | [PATCH] vesafb: Prefer VGA registers over PMIAntonino A. Daplas2006-06-261-15/+17
* | [PATCH] vesafb: Fix return code of vesafb_setcolregAntonino A. Daplas2006-06-261-5/+11
OpenPOWER on IntegriCloud