summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_putJulia Lawall2008-12-021-0/+1
| | * | | [MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger2008-11-271-3/+5
| | * | | [MTD] physmap: fix memory leak on physmap_flash_remove by using devresAtsushi Nemoto2008-11-261-17/+9
| | * | | [MTD] m25p80: chip erase != block erase != sector eraseChen Gong2008-11-261-10/+13
| | * | | [MTD] m25p80: fix detection of m25p16 flashesMike Frysinger2008-11-261-1/+1
| | * | | [MTD] m25p80: fix detection of SPI partsMike Frysinger2008-11-261-1/+2
| | * | | [MTD] [NAND] OMAP: OneNAND: header file relocation (part 2)Adrian Hunter2008-11-261-3/+2
| | * | | [MTD] [NAND] OMAP: OneNAND: header file relocationAdrian Hunter2008-11-241-6/+6
| * | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-095-28/+39
| |\ \ \ \
| | * | | | ata: Fix experimental tagsAlan Cox2008-12-091-22/+22
| | * | | | pata_ninja32: update ID tableAlan Cox2008-12-091-2/+7
| | * | | | pata_sis: Remove bogus cable matchAlan Cox2008-12-091-1/+0
| | * | | | ATA: piix, fix pointer deref on suspendJiri Slaby2008-12-091-1/+8
| | * | | | pata_hpt366: fix clock detectionTejun Heo2008-12-091-2/+2
| * | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-12-094-7/+9
| |\ \ \ \ \
| | * | | | | drm/i915: Disable the GM965 MSI errata workaround.Keith Packard2008-12-091-2/+3
| | * | | | | drm/i915: Don't return error in evict_everything when we get to the end.Owain Ainsworth2008-12-091-0/+2
| | * | | | | drm/radeon: don't actually enable the IRQ regs until irq is enabledDave Airlie2008-12-092-5/+4
| * | | | | | radeonfb: Disable new color expand acceleration unless explicitely enabledBenjamin Herrenschmidt2008-12-093-1/+10
| | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-0910-15/+87
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
| | * | | | ipw2200: fix netif_*_queue() removal regressionZhu Yi2008-12-051-0/+4
| | * | | | iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler2008-12-052-3/+24
| | * | | | netx-eth: initialize per device spinlockUwe Kleine-König2008-12-041-0/+2
| | * | | | enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach2008-12-041-2/+14
| | * | | | hysdn: fix writing outside the field on 64 bitsPascal Terjan2008-12-041-2/+2
| | * | | | b1isa: fix b1isa_exit() to really remove registered capi controllersWilfried Klaebe2008-12-041-4/+2
| | * | | | bnx2: Add workaround to handle missed MSI.Michael Chan2008-12-032-3/+38
| * | | | | ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=nBartlomiej Zolnierkiewicz2008-12-082-38/+6
| * | | | | Revert "ide: respect current DMA setting during resume"Bartlomiej Zolnierkiewicz2008-12-081-2/+4
| | |/ / / | |/| | |
| * | | | drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng2008-12-051-1/+0
| * | | | Fix incorrect use of loose in i2o_block.cNick Andrew2008-12-051-1/+1
| * | | | Fix incorrect use of loose in tty/serial driversNick Andrew2008-12-053-4/+4
| * | | | Revert "ACPI: battery: Convert discharge energy rate to current properly"Linus Torvalds2008-12-051-13/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-12-053-4/+4
| |\ \ \ \
| | * | | | [PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro2008-12-041-2/+2
| | * | | | [PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2008-12-042-2/+2
| * | | | | Merge branch 'drm-gem-update' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-055-245/+420
| |\ \ \ \ \
| | * | | | | drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.Eric Anholt2008-12-041-0/+11
| | * | | | | drm/i915: Retry execbuffer pinning after clearing the GTTKeith Packard2008-12-041-10/+47
| | * | | | | drm/i915: Move the execbuffer domain computations togetherKeith Packard2008-12-041-44/+21
| | * | | | | drm/i915: Rename object_set_domain to object_set_to_gpu_domainKeith Packard2008-12-041-27/+12
| | * | | | | drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.Eric Anholt2008-12-042-152/+215
| | * | | | | drm/i915: Make a single set-to-gtt-domain path.Eric Anholt2008-12-041-19/+96
| | * | | | | drm/i915: If interrupted while setting object domains, still emit the flush.Eric Anholt2008-12-041-1/+13
| | * | | | | drm/i915: Move flushing list cleanup from flush request retire to request emit.Eric Anholt2008-12-043-39/+50
| | * | | | | drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling.Eric Anholt2008-12-042-3/+5
| | |/ / / /
| * / / / / ACPI: Fix ACPI battery regression introduced by commit 558073Rafael J. Wysocki2008-12-051-7/+10
| |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-12-041-1/+1
| |\ \ \ \
| | * | | | block: fix setting of max_segment_size and seg_boundary maskMilan Broz2008-12-031-1/+1
| | |/ / /