summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix race in tty_fasync() properlyLinus Torvalds2010-02-071-1/+3
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-02-063-27/+26Star
|\
| * hwmon: (w83781d) Request I/O ports individually for probingJean Delvare2010-02-051-13/+13
| * hwmon: (lm78) Request I/O ports individually for probingJean Delvare2010-02-051-13/+12Star
| * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNTRay Copeland2010-02-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-02-067-19/+91
|\ \
| * | drm/i915: Fix leak of relocs along do_execbuffer error pathChris Wilson2010-02-041-2/+5
| * | drm/i915: slow acpi_lid_open() causes flickering - V2Thomas Meyer2010-02-041-1/+8
| * | drm/i915: Disable SR when more than one pipe is enabledDavid John2010-02-041-0/+12
| * | drm/i915: page flip support for IronlakeJesse Barnes2010-01-301-3/+14
| * | drm/i915: Fix the incorrect DMI string for Samsung SX20S laptopZhao Yakui2010-01-301-1/+1
| * | drm/i915: Add support for SDVO composite TVZhao Yakui2010-01-291-0/+8
| * | drm/i915: don't trigger ironlake vblank interrupt at irq installLi Peng2010-01-291-3/+2Star
| * | drm/i915: handle non-flip pending case when unpinning the scanout bufferJesse Barnes2010-01-261-2/+18
| * | drm/i915: Fix the device info of PineviewLi Peng2010-01-251-1/+1
| * | drm/i915: enable vblank interrupt on ironlakeLi Peng2010-01-252-11/+20
| * | drm/i915: Prevent use of uninitialized pointers along error path.Chris Wilson2010-01-251-0/+4
| * | drm/i915: disable hotplug detect before Ironlake CRT detectZhenyu Wang2010-01-251-0/+3
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-02-053-1/+19
|\ \ \
| * | | [libata] Call flush_dcache_page after PIO data transfers in libata-sff.cCatalin Marinas2010-02-041-0/+3
| * | | ahci: add Acer G725 to broken suspend listTejun Heo2010-02-041-0/+15
| * | | libata-scsi passthru: fix bug which truncated LBA48 return valuesDouglas Gilbert2010-02-041-1/+1
* | | | CS5536: apply pci quirk for BIOS SMBUS bugAndres Salomon2010-02-051-0/+17
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-0517-61/+114
|\ \ \ \ | |_|_|/ |/| | |
| * | | drm/radeon/kms: fix r300 vram width calculationsDave Airlie2010-02-051-4/+7
| * | | drm/radeon/kms: rs400/480 MC setup is different than r300.Dave Airlie2010-02-051-5/+21
| * | | drm/radeon/kms: make initial state of load detect property correct.Dave Airlie2010-02-051-1/+1
| * | | drm/radeon/kms: disable HDMI audio for now on rv710/rv730Dave Airlie2010-02-051-1/+1
| * | | drm/radeon/kms: don't call suspend path before cleaning up GPUJerome Glisse2010-02-0511-33/+26Star
| * | | drivers/gpu/drm/radeon/radeon_combios.c: fix warningAndrew Morton2010-02-051-2/+1Star
| * | | ati_pcigart: fix printk format warningRandy Dunlap2010-02-051-1/+1
| * | | drm/r100/kms: Emit cache flush to the end of command buffer. (v2)Pauli Nieminen2010-02-051-2/+8
| * | | drm/radeon/kms: fix regression rendering issue on R6XX/R7XXJerome Glisse2010-02-054-0/+36
| * | | drm/radeon/kms: move blit initialization after we disabled VGAJerome Glisse2010-02-052-12/+12
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-02-042-7/+5Star
|\ \ \ \ | |_|/ / |/| | |
| * | | saa7146: stop DMA before de-allocating DMA scatter/gather page buffersMauro Carvalho Chehab2010-02-021-2/+2
| * | | V4L/DVB: saa7134: remove stray unlock_kernelHans Verkuil2010-01-291-5/+3Star
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-0320-205/+265
|\ \ \
| * | | connector: Delete buggy notification code.Evgeniy Polyakov2010-02-031-175/+0Star
| * | | be2net: use eq-id to calculate cev-isr reg offsetSathya Perla2010-02-021-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2010-02-017-5/+212
| |\ \ \
| | * | | Bluetooth: Add DFU driver for Atheros Bluetooth chipset AR3011Vikram Kandukuri2010-01-303-1/+200
| | * | | Bluetooth: Redo checks in IRQ handler for shared IRQ supportMike Frysinger2010-01-304-4/+12
| * | | | cdc_ether: Partially revert "usbnet: Set link down initially ..."Ben Hutchings2010-01-291-1/+1
| * | | | be2net: Fix memset() arg ordering.David S. Miller2010-01-291-1/+1
| |/ / /
| * | | bonding: bond_open error return valuestephen hemminger2010-01-281-1/+1
| * | | ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend2010-01-281-8/+6Star
| * | | ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend2010-01-281-1/+1
| * | | igbvf: fix issue w/ mapped_as_page being left set after unmapAlexander Duyck2010-01-281-0/+1
| * | | drivers/net: ks8851_mll ethernet network driverChoi, David2010-01-281-2/+2