summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-095-54/+64
|\
| * [PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras2005-09-092-18/+33
| * [PATCH] PCI: Unhide SMBus on Compaq Evo N620cRumen Ivanov Zarev2005-09-091-0/+6
| * [PATCH] PCI: Fix PCI bus mastering enable problem in pciehpRajesh Shah2005-09-091-4/+4
| * [PATCH] PCI: move pci core to use add_hotplug_env_var()Greg Kroah-Hartman2005-09-091-32/+21
* | [PATCH] trivial iomem annotations in qla2xxx/qla_dbg.cviro@ZenIV.linux.org.uk2005-09-091-1/+1
* | [PATCH] trivial __user annotations (md)viro@ZenIV.linux.org.uk2005-09-091-2/+2
* | [PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk2005-09-091-1/+1
* | [PATCH] trivial __user cleanup (video1394)viro@ZenIV.linux.org.uk2005-09-091-1/+1
* | [PATCH] trivial __user annotations (ipmi)viro@ZenIV.linux.org.uk2005-09-091-2/+3
* | [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2005-09-094-4/+4
* | [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-0926-59/+39
* | [PATCH] s3c2410fb: ARM S3C2410 framebuffer driverArnaud Patard2005-09-094-0/+996
* | [PATCH] quiet non-x86 option ROM warningsOlaf Hering2005-09-092-4/+5
* | [PATCH] i810fb: Stop LCD displays from flickeringAntonino A. Daplas2005-09-091-0/+2
* | [PATCH] i810fb: Add i2c/DDC supportAntonino A. Daplas2005-09-096-45/+429
* | [PATCH] fbcon: Break up bit_putcs into its component functionsAntonino A. Daplas2005-09-092-66/+94
* | [PATCH] pxafb: Add hsync time reporting hookRichard Purdie2005-09-092-0/+34
* | [PATCH] fbdev: Initialize var structure in calc_mode_timingsAntonino A. Daplas2005-09-091-1/+3
* | [PATCH] nvidiafb: Fixed mirrored characters in big endian machinesAntonino A. Daplas2005-09-091-0/+4
* | [PATCH] fbcon: Stop cursor timer if console is inactiveAntonino A. Daplas2005-09-092-43/+52
* | [PATCH] savagefb: Make mode_option available when compiled as a moduleAntonino A. Daplas2005-09-091-0/+3
* | [PATCH] nvidiafb: Use CVT to get mode for digital displaysAntonino A. Daplas2005-09-091-1/+1
* | [PATCH] fbdev: Add VESA Coordinated Video Timings (CVT) supportAntonino A. Daplas2005-09-094-11/+446
* | [PATCH] radeonfb: Only request resources we needDaniel Burcaw2005-09-091-9/+20
* | [PATCH] framebuffer: bit_putcs() optimization for 8x* fontsKnut Petersen2005-09-091-2/+6
* | [PATCH] framebuffer: new driver for cyberblade/i1 graphics coreKnut Petersen2005-09-094-2/+1493
* | [PATCH] better error handing in savagefb_probeOlaf Hering2005-09-091-5/+5
* | [PATCH] sisfb updateThomas Winischhofer2005-09-0920-18373/+14226
* | [PATCH] matroxfb: read MGA PInS data on PowerPCIan Romanick2005-09-091-0/+30
* | [PATCH] radeonfb_old: Fix broken linkAntonino A. Daplas2005-09-091-2/+1
* | [PATCH] atyfb: Remove code that sets sync polarity unconditionallyAlexander Kern2005-09-091-14/+0
* | [PATCH] console: Fix buffer copy on vc resizeAntonino A. Daplas2005-09-091-6/+31
* | [PATCH] fbcon: Saner 16-color to 4-color conversionAntonino A. Daplas2005-09-091-2/+19
* | [PATCH] fbdev: Fix greater than 1 bit monochrome color handlingAntonino A. Daplas2005-09-094-27/+50
* | [PATCH] nvidiafb: Fallback to firmware EDIDAntonino A. Daplas2005-09-093-8/+16
* | [PATCH] savagefb: Driver updatesAntonino A. Daplas2005-09-093-21/+147
* | [PATCH] fbdev: Resurrect hooks to get EDID from firmwareAntonino A. Daplas2005-09-091-1/+34
* | [PATCH] fbdev: geode updatesDavid Vrabel2005-09-094-54/+143
* | [PATCH] fbdev: prevent drivers that have hardware cursors from calling softwa...James Simmons2005-09-097-35/+6
* | [PATCH] vesafb: Add blanking supportAntonino A. Daplas2005-09-091-0/+38
* | [PATCH] fbdev: Add fbset -a supportAntonino A. Daplas2005-09-092-2/+52
* | [PATCH] files: lock-free fd look-upDipankar Sarma2005-09-091-2/+2
* | [PATCH] files: break up files structDipankar Sarma2005-09-091-1/+3
* | [PATCH] v4l: tveeprom improved to support newer Hauppage cardsMauro Carvalho Chehab2005-09-094-101/+232
* | [PATCH] v4l: TVaudio cleanup and better debug messagesMauro Carvalho Chehab2005-09-091-94/+112
* | [PATCH] v4l: include saa6588 compiler option and files / fixes comments on tu...Mauro Carvalho Chehab2005-09-097-3/+599
* | [PATCH] v4l: make the input event device for IR matchable by udev rules.Mauro Carvalho Chehab2005-09-093-0/+3
* | [PATCH] v4l: add some missing parameter descriptions in msp3400.cMauro Carvalho Chehab2005-09-091-0/+4
* | [PATCH] v4l: print warning if pal= or secam= argument is unrecognizedMauro Carvalho Chehab2005-09-092-0/+25
OpenPOWER on IntegriCloud