aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-10rtc: fix missing id_table in rtc-ds1672 and rtc-max6900 driversAlessandro Zummo2-0/+12
2008-12-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-12-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-41/+40
2008-12-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds5-28/+39
2008-12-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds4-7/+9
2008-12-09radeonfb: Disable new color expand acceleration unless explicitely enabledBenjamin Herrenschmidt3-1/+10
2008-12-09ata: Fix experimental tagsAlan Cox1-22/+22
2008-12-09pata_ninja32: update ID tableAlan Cox1-2/+7
2008-12-09pata_sis: Remove bogus cable matchAlan Cox1-1/+0
2008-12-09ATA: piix, fix pointer deref on suspendJiri Slaby1-1/+8
2008-12-09pata_hpt366: fix clock detectionTejun Heo1-2/+2
2008-12-09drm/i915: Disable the GM965 MSI errata workaround.Keith Packard1-2/+3
2008-12-09drm/i915: Don't return error in evict_everything when we get to the end.Owain Ainsworth1-0/+2
2008-12-09drm/radeon: don't actually enable the IRQ regs until irq is enabledDave Airlie2-5/+4
2008-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-15/+87
2008-12-08ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=nBartlomiej Zolnierkiewicz2-38/+6
2008-12-08Revert "ide: respect current DMA setting during resume"Bartlomiej Zolnierkiewicz1-2/+4
2008-12-05drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng1-1/+0
2008-12-05Fix incorrect use of loose in i2o_block.cNick Andrew1-1/+1
2008-12-05Fix incorrect use of loose in tty/serial driversNick Andrew3-4/+4
2008-12-05Revert "ACPI: battery: Convert discharge energy rate to current properly"Linus Torvalds1-13/+1
2008-12-05zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah1-1/+1
2008-12-05ipw2200: fix netif_*_queue() removal regressionZhu Yi1-0/+4
2008-12-05iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler2-3/+24
2008-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds3-4/+4
2008-12-04Merge branch 'drm-gem-update' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds5-245/+420
2008-12-04ACPI: Fix ACPI battery regression introduced by commit 558073Rafael J. Wysocki1-7/+10
2008-12-04[PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro1-2/+2
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2-2/+2
2008-12-03netx-eth: initialize per device spinlockUwe Kleine-König1-0/+2
2008-12-03enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach1-2/+14
2008-12-03hysdn: fix writing outside the field on 64 bitsPascal Terjan1-2/+2
2008-12-03b1isa: fix b1isa_exit() to really remove registered capi controllersWilfried Klaebe1-4/+2
2008-12-04drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.Eric Anholt1-0/+11
2008-12-04drm/i915: Retry execbuffer pinning after clearing the GTTKeith Packard1-10/+47
2008-12-04drm/i915: Move the execbuffer domain computations togetherKeith Packard1-44/+21
2008-12-04drm/i915: Rename object_set_domain to object_set_to_gpu_domainKeith Packard1-27/+12
2008-12-04drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.Eric Anholt2-152/+215
2008-12-04drm/i915: Make a single set-to-gtt-domain path.Eric Anholt1-19/+96
2008-12-04drm/i915: If interrupted while setting object domains, still emit the flush.Eric Anholt1-1/+13
2008-12-04drm/i915: Move flushing list cleanup from flush request retire to request emit.Eric Anholt3-39/+50
2008-12-04drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling.Eric Anholt2-3/+5
2008-12-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-12-03iTCO_wdt: fix typo when setting TCO_EN bitLinus Torvalds1-1/+1
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-1/+1
2008-12-03[MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev1-0/+1
2008-12-03bnx2: Add workaround to handle missed MSI.Michael Chan2-3/+38
2008-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds4-88/+116
2008-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-53/+13
2008-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-51/+156