summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-212-3/+18
|\
| * [NET] ifb: set separate lockdep classes for queue locksJarek Poplawski2008-03-201-0/+15
| * [TG3]: Fix build warning on sparc32.David S. Miller2008-03-201-3/+3
| * [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warningAndrew Morton2008-03-181-3/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-18306-3191/+8132
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-17264-2835/+7579
| |\
| | * Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-173-52/+118
| | |\
| | | * ahci: Add Marvell 6121 SATA supportJose Alberto Reguero2008-03-171-4/+15
| | | * pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer sizeTejun Heo2008-03-171-1/+1
| | | * ahci: implement skip_host_reset parameterTejun Heo2008-03-171-19/+29
| | | * ahci: request all PCI BARsTejun Heo2008-03-171-1/+4
| | | * libata-acpi: improve dock event handlingTejun Heo2008-03-171-27/+69
| | * | virtio: fix race in enable_cbChristian Borntraeger2008-03-172-4/+7
| | * | virtio: Enable netpoll interface for netconsole loggingAmit Shah2008-03-171-0/+12
| | * | virtio: handle > 2 billion page balloon targetsRusty Russell2008-03-171-2/+2
| | * | virtio: Fix sysfs bits to have proper block symlinkJeremy Katz2008-03-171-0/+1
| | * | virtio: Use spin_lock_irqsave/restore for virtio-pciAnthony Liguori2008-03-171-6/+9
| | |/
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...Linus Torvalds2008-03-162-5/+5
| | |\
| | | * [PARISC] make ptr_to_pide() staticFUJITA Tomonori2008-03-151-2/+2
| | | * [PARISC] pdc_stable: fix compile errorsJoel Soete2008-03-151-3/+3
| | * | ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds2008-03-152-95/+0
| | * | tifm_sd: DATA_CARRY is not boolean in tifm_sd_transfer_data()Roel Kluin2008-03-151-1/+1
| | * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-03-147-67/+143
| | |\ \
| | | * | firewire: fw-ohci: shut up false compiler warning on PPC32Stefan Richter2008-03-141-3/+3
| | | * | firewire: fw-ohci: use dma_alloc_coherent for ar_bufferJarod Wilson2008-03-141-13/+5
| | | * | ieee1394: sbp2: fix for SYM13FW500 bridge (Datafab disk)Stefan Richter2008-03-141-0/+5
| | | * | firewire: fw-sbp2: fix for SYM13FW500 bridge (Datafab disk)Stefan Richter2008-03-141-0/+5
| | | * | firewire: update Kconfig help textStefan Richter2008-03-141-31/+19
| | | * | firewire: warn on fatal condition in topology codeStefan Richter2008-03-141-1/+2
| | | * | firewire: fw-sbp2: set single-phase retry_limitJarod Wilson2008-03-141-4/+27
| | | * | firewire: fw-ohci: Apple UniNorth 1st generation supportStefan Richter2008-03-141-8/+21
| | | * | firewire: fw-ohci: PPC PMac platform codeStefan Richter2008-03-141-0/+49
| | | * | firewire: endianess annotationsStefan Richter2008-03-143-6/+6
| | | * | firewire: endianess fixStefan Richter2008-03-141-1/+1
| | | |/
| | * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-03-1310-36/+41
| | |\ \
| | | * | IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-122-7/+10
| | | * | IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier2008-03-111-0/+1
| | | * | IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz2008-03-111-1/+1
| | | * | IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi2008-03-111-0/+4
| | | * | IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi2008-03-111-1/+1
| | | * | IB/ipath: Fix RC QP initializationPatrick Marchand Latifi2008-03-111-4/+5
| | | * | IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi2008-03-111-1/+1
| | | * | IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell2008-03-115-22/+18
| | * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-03-133-31/+61
| | |\ \ \
| | | * | | iop-adma.c: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-131-16/+16
| | | * | | fsldma: Add a completed cookie updated action in DMA finish interrupt.Zhang Wei2008-03-131-1/+1
| | | * | | fsldma: Add device_prep_dma_interrupt support to fsldma.cZhang Wei2008-03-131-0/+27
| | | * | | dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Zhang Wei2008-03-131-1/+1
| | | * | | fsldma: Fix fsldma.c warning messages when it's compiled under PPC64.Zhang Wei2008-03-131-13/+16
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-03-131-1/+5
| | |\ \ \ \
OpenPOWER on IntegriCloud