summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-222-6/+0Star
|\
| * declance: Remove a dangling spin_unlock_irq() thingyMaciej W. Rozycki2007-05-221-2/+0Star
| * e1000: Don't enable polling in open() (was: e1000: assertion hit in e1000_cle...Auke Kok2007-05-221-4/+0Star
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-2242-91/+65Star
|\ \ | |/ |/|
| * libata: bump versionsJeff Garzik2007-05-2235-35/+35
| * libata: Trim trailing whitespaceJeff Garzik2007-05-228-17/+17
| * libata: Kiss post_set_mode goodbyeAlan Cox2007-05-221-3/+0Star
| * ata_piix: clean upAlan Cox2007-05-221-8/+1Star
| * pata_hpt366: Enable bits are unreliable so don't use themAlan Cox2007-05-221-27/+1Star
| * libata: Add Seagate STT20000A to DMA blacklist.Dave Jones2007-05-221-0/+1
| * ahci: disable 64bit dma on sb600Tejun Heo2007-05-221-1/+10
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-2218-222/+689
|\ \
| * | IB/cm: Improve local id allocationMichael S. Tsirkin2007-05-211-1/+3
| * | IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin2007-05-213-36/+211
| * | IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2007-05-212-2/+2
| * | IB/mlx4: Check if SRQ is full when posting receiveRoland Dreier2007-05-211-0/+6
| * | IB/mlx4: Pass send queue sizes from userspace to kernelEli Cohen2007-05-202-17/+51
| * | IB/mlx4: Fix check of opcode in mlx4_ib_post_send()Roland Dreier2007-05-191-1/+1
| * | mlx4_core: Fix array overrun in dump_dev_cap_flags()Roland Dreier2007-05-191-1/+1
| * | IB/mlx4: Fix RESET to RESET and RESET to ERROR transitionsMichael S. Tsirkin2007-05-191-35/+80
| * | IB/mthca: Fix RESET to ERROR transitionMichael S. Tsirkin2007-05-191-60/+98
| * | IB/mlx4: Set GRH:HopLimit when sending globally routed MADsRoland Dreier2007-05-191-0/+1
| * | IB/mthca: Set GRH:HopLimit when building MLX headersRolf Manderscheid2007-05-191-0/+1
| * | IB/mlx4: Fix check of max_qp_dest_rdma in modify QPEli Cohen2007-05-191-1/+1
| * | IB/mthca: Fix use-after-free on device restartAli Ayoub2007-05-191-1/+3
| * | IB/ehca: Return proper error code if register_mr failsHoang-Nam Nguyen2007-05-191-5/+2Star
| * | IPoIB: Handle P_Key table reorderingYosef Etigin2007-05-194-45/+92
| * | IB/core: Use start_port() and end_port()Roland Dreier2007-05-191-8/+2Star
| * | IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin2007-05-191-0/+125
| * | IB/ipath: Fix potential deadlock with multicast spinlocksRoland Dreier2007-05-191-9/+7Star
| * | IB/core: Free umem when mm is already goneEli Cohen2007-05-191-1/+3
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-211-2/+2
|\ \
| * | [ARM] 4378/1: KS8695: Serial driver fixAndrew Victor2007-05-161-2/+2
* | | Blackfin SPI: cleanup according to David Brownell's reviewBryan Wu2007-05-211-72/+80
* | | Blackfin serial driver: implement support for ignoring parity/break errorsMike Frysinger2007-05-211-36/+61
* | | Blackfin serial driver: fix overhead issueAubrey Li2007-05-211-11/+17
* | | Detach sched.h from mm.hAlexey Dobriyan2007-05-2122-3/+22
| |/ |/|
* | cciss: Fix pci_driver.shutdown while device is still activeGerald Britton2007-05-191-15/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2007-05-191-2/+2
|\ \
| * | [CRYPTO] padlock: Make CRYPTO_DEV_PADLOCK a tristate againHerbert Xu2007-05-181-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-182-3/+9
|\ \ \
| * | | [POWERPC] Remove build warnings in windfarm_coreStephen Rothwell2007-05-171-2/+8
| * | | [POWERPC] Fix comment in booke_wdtDave Jiang2007-05-171-1/+1
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-185-30/+6Star
|\ \ \ \
| * | | | sata_via: pcim_iomap_regions() conversion missed BAR5Tejun Heo2007-05-181-1/+1
| * | | | libata: remove libata.spindown_compatTejun Heo2007-05-183-12/+4Star
| * | | | sata_nv: fix fallout of devres conversionTejun Heo2007-05-181-11/+1Star
| * | | | drivers/ata: remove the wildcard from sata_nv driverPeer Chen2007-05-181-6/+0Star
| | |/ / | |/| |
* | | | e1000: Fix msi enable leak on error, don't print error message, cleanupAuke Kok2007-05-182-28/+15Star
* | | | ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok2007-05-182-23/+15Star