summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-012-5/+3
|\
| * block: get rid of queue-private command filterJens Axboe2009-07-011-3/+1
| * block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-2/+2
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-07-017-48/+84
|\ \
| * | md: use interruptible wait when duration is controlled by userspace.NeilBrown2009-07-012-8/+21
| * | md/raid5: suspend shouldn't affect read requests.NeilBrown2009-07-011-1/+2
| * | md: tidy up error paths in md_allocNeilBrown2009-07-011-20/+18
| * | md: fix error path when duplicate name is found on md device creation.NeilBrown2009-07-011-0/+2
| * | md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown2009-07-011-2/+4
| * | md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-07-016-19/+39
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-0113-63/+107
|\ \ \ | |_|/ |/| |
| * | igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck2009-06-301-0/+3
| * | e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECTMike Mason2009-06-301-0/+3
| * | e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch2009-06-301-0/+3
| * | e1000: fix unmap bugJesse Brandeburg2009-06-301-1/+7
| * | igb: fix unmap length bugJesse Brandeburg2009-06-301-5/+6
| * | ixgbe: fix unmap length bugJesse Brandeburg2009-06-301-6/+11
| * | ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala2009-06-301-1/+2
| * | ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala2009-06-301-2/+3
| * | ixgbe: Fix SFP log messagesDon Skidmore2009-06-301-8/+17
| * | usbnet: Use netdev stats structureHerbert Xu2009-06-301-15/+15
| * | smsc95xx: Use netdev stats structureHerbert Xu2009-06-301-5/+5
| * | rndis_host: Use netdev stats structureHerbert Xu2009-06-301-1/+1
| * | net1080: Use netdev stats structureHerbert Xu2009-06-301-6/+6
| * | dm9601: Use netdev stats structureHerbert Xu2009-06-301-5/+5
| * | cdc_eem: Use netdev stats structureHerbert Xu2009-06-301-1/+1
| * | bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa2009-06-301-1/+9
| * | net/irda: convert bfin_sir to net_device_opsGraf Yang2009-06-291-6/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-06-302-4/+7
|\ \ \
| * | | dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer2009-06-301-1/+1
| * | | dm exception store: really fix type lookupMilan Broz2009-06-301-3/+6
| | |/ | |/|
* | | floppy: fix lock imbalanceJiri Slaby2009-06-301-1/+4
* | | bfin: delay IRQ registration until driver is readyMike Frysinger2009-06-301-15/+15
* | | atyfb: fix alignment for block writesVille Syrjala2009-06-303-14/+46
* | | atyfb: fix HP OmniBook 500 reboot hangVille Syrjala2009-06-302-9/+82
* | | gpio: pl061: fix IRQ handling for GPIOs >= PL061_GPIO_NRBaruch Siach2009-06-301-3/+14
* | | gpio: pl061: fix probe error handling codeBaruch Siach2009-06-301-1/+2
* | | spi: bitbang bugfix in message setupDavid Brownell2009-06-301-10/+14
* | | fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-06-3015-42/+73
* | | spi: add spi_master flag wordDavid Brownell2009-06-302-0/+8
* | | spi: new spi->mode bitsDavid Brownell2009-06-301-6/+11
* | | edac: add DDR3 memory type for MPC85xx EDACYang Shi2009-06-304-1/+14
* | | parport/serial: add support for NetMos 9901 Multi-IO cardMichael Buesch2009-06-302-1/+10
* | | eventfd: revised interface and cleanupsDavide Libenzi2009-06-302-3/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2009-06-298-60/+44
|\ \
| * | ide: memory overrun in ide_get_identity_ioctl() on big endian machines using ...Christian Engelmayer2009-06-291-1/+2
| * | ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz2009-06-292-42/+25
| * | ide-cd: handle fragmented packet commands gracefullyBorislav Petkov2009-06-261-2/+12
| * | ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-254-15/+5
| * | ide: fix ide_kill_rq() for special ide-{floppy,tape} driver requestsBartlomiej Zolnierkiewicz2009-06-251-1/+1