summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [TG3]: Fix 2nd ifup failure on 5752M.Michael Chan2006-11-051-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-11-031-1/+1
|\
| * PCI: Let PCI_MULTITHREAD_PROBE depend on BROKENAdrian Bunk2006-11-031-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-11-0311-53/+144
|\ \
| * | USB: use MII hooks only if CONFIG_MII is enabledDavid Brownell2006-11-032-27/+39
| * | USB Storage: unusual_devs.h entry for Sony Ericsson P990iJan Mate2006-11-031-0/+7
| * | USB: xpad: additional USB id's addedDominic Cerquetti2006-11-031-1/+40
| * | USB: fix compiler issues with newer gcc versionsDavid Brownell2006-11-031-2/+1
| * | USB: HID: add blacklist AIRcable USB, little beautificationNaranjo Manuel Francisco2006-11-032-2/+6
| * | USB: usblp: fix system suspend for some systemsOliver Neukum2006-11-031-2/+0
| * | USB: failure in usblp's error pathOliver Neukum2006-11-031-0/+1
| * | usbtouchscreen: use endpoint address from endpoint descriptorDaniel Ritz2006-11-031-1/+1
| * | USB: sierra: Fix id for Sierra Wireless MC8755 in new tableJan Luebbe2006-11-031-0/+1
| * | USB: new VID/PID-combos for cp2101Bjorn Schneider2006-11-031-0/+3
| * | hid-core: big-endian fix fixGrant Grundler2006-11-031-17/+42
| * | USB: usb-storage: Unusual_dev updatePhil Dibowitz2006-11-031-1/+1
| * | USB: add another sierra wireless device idGreg Kroah-Hartman2006-11-031-0/+2
| |/
* | [PATCH] IDE: Add the support of nvidia PATA controllers of MCP67 to amd74xx.cPeer Chen2006-11-031-2/+5
* | [PATCH] drivers/isdn/hysdn/hysdn_sched.c: sleep after taking spinlock fixAmol Lad2006-11-031-15/+4
* | [PATCH] spi section fixAndrew Morton2006-11-031-1/+0
* | [PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASSYvan Seth2006-11-031-1/+1
* | [PATCH] edac_mc: fix error handlingAkinobu Mita2006-11-031-18/+27
* | [PATCH] lkdtm: cleanup headers and module_param/MODULE_PARM_DESCRandy Dunlap2006-11-031-11/+13
* | [PATCH] md: send online/offline uevents when an md array starts/stopsNeilBrown2006-11-031-0/+2
|/
* [libata] Add support for AHCI controllers of MCP67.Peer Chen2006-11-021-0/+8
* [libata] Add support for PATA controllers of MCP67 to pata_amd.c.Peer Chen2006-11-021-0/+2
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-11-029-73/+94
|\
| * RDMA/addr: Use client registration to fix module unload raceSean Hefty2006-11-022-3/+33
| * IB/mthca: Fix MAD extended header format for MAD_IFC firmware commandMichael S. Tsirkin2006-10-311-7/+7
| * IB/uverbs: Return sq_draining value in query_qp responseJack Morgenstein2006-10-301-1/+1
| * IB/amso1100: Fix incorrect pr_debug()Steve Wise2006-10-301-2/+2
| * IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_singleSteve Wise2006-10-303-50/+33
| * IB/ehca: Fix eHCA driver compilation for uniprocessorPaul Mackerras2006-10-301-0/+1
| * RDMA/cma: rdma_bind_addr() leaks a cma_dev reference countKrishna Kumar2006-10-301-8/+15
| * IB/iser: Start connection after enabling iSERErez Zilber2006-10-301-2/+2
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-11-013-7/+9
|\ \
| * | Revert "[PATCH] Add 0x7110 piix to ata_piix.c"Jeff Garzik2006-11-011-1/+0
| * | [libata] sata_nv: Add PCI IDsPeer Chen2006-11-011-4/+8
| * | [PATCH] ahci: fix status register check in ahci_softresetTejun Heo2006-11-011-2/+1
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-11-011-13/+23
|\ \ \ | |/ / |/| |
| * | [POWERPC] Fix various offb issuesBenjamin Herrenschmidt2006-11-011-13/+23
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-10-314-44/+17
|\ \ \
| * | | [PATCH] ata_piix: allow 01b MAP for both ICH6M and ICH7MTejun Heo2006-10-311-32/+5
| * | | [PATCH] libata: unexport ata_dev_revalidate()Tejun Heo2006-10-312-1/+1
| * | | [PATCH] Add 0x7110 piix to ata_piix.cJens Axboe2006-10-311-0/+1
| * | | [PATCH] sata_sis: fix flags handling for the secondary portTejun Heo2006-10-311-11/+10
| |/ /
* | | [PATCH] sky2: netpoll on dual port cardsStephen Hemminger2006-10-311-1/+5
* | | [PATCH] skge, sky2, et all. gplv2 onlyStephen Hemminger2006-10-313-6/+3
* | | [PATCH] net s2io: return on NULL dev_alloc_skb()David Rientjes2006-10-311-1/+10
* | | [PATCH] ehea: kzalloc GFP_ATOMIC fixJan-Bernd Themann2006-10-311-6/+5