summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-11-291-0/+24
|\
| * tpm: Autodetect itpm devicesMatthew Garrett2010-11-301-0/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-2917-120/+180
|\ \
| * | pch_gbe driver: The wrong of initializer entryToshiharu Okada2010-11-291-4/+4
| * | pch_gbe dreiver: chang authorToshiharu Okada2010-11-292-6/+6
| * | ucc_geth: fix ucc halt problem in half duplex modeYang Li2010-11-281-1/+2
| * | ehea: Add some info messages and fix an issueBreno Leitao2010-11-281-4/+14
| * | hso: fix disable_netFilip Aben2010-11-281-4/+6
| * | NET: wan/x25_asy, move lapb_unregister to x25_asy_close_ttyJiri Slaby2010-11-281-5/+6
| * | cxgb4vf: fix setting unicast/multicast addresses ...Casey Leedom2010-11-282-63/+104
| * | net, ppp: Report correct error code if unit allocation failedCyrill Gorcunov2010-11-281-21/+22
| * | au1000_eth: fix invalid address accessing the MAC enable registerWolfgang Grandegger2010-11-281-5/+5
| * | vhost/net: fix rcu check usageMichael S. Tsirkin2010-11-251-2/+3
| * | isdn: icn: Fix stack corruption bug.Steven Rostedt2010-11-241-3/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-11-244-2/+4
| |\ \
| | * | wireless: b43: fix error path in SDIOGuennadi Liakhovetski2010-11-231-0/+1
| | * | carl9170: fix virtual interface setup crashChristian Lamparter2010-11-221-1/+1
| | * | ssb: b43-pci-bridge: Add new vendor for BCM4318Daniel Klaffenbach2010-11-221-0/+1
| | * | ath9k: fix timeout on stopping rx dmaFelix Fietkau2010-11-221-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-11-292-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | EDAC, MCE: Fix edac_init_mce_inject error handlingAxel Lin2010-11-221-1/+1
| * | | EDAC: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-4/+4
* | | | Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2010-11-281-70/+90
|\ \ \ \
| * | | | firewire: net: throttle TX queue before running out of tlabelsStefan Richter2010-11-171-24/+35
| * | | | firewire: net: replace lists by countersStefan Richter2010-11-171-47/+26
| * | | | firewire: net: fix memory leaksStefan Richter2010-11-171-4/+31
| * | | | firewire: net: count stats.tx_packets and stats.tx_bytesStefan Richter2010-11-171-3/+6
* | | | | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-11-271-7/+9
|\ \ \ \ \
| * | | | | UBI: release locks in check_corruptionDan Carpenter2010-11-191-7/+9
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-11-271-1/+1
|\ \ \ \ \
| * | | | | [S390] qdio: free indicator after reset is finishedJan Glauber2010-11-251-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-274-26/+36
|\ \ \ \ \ \
| * | | | | | cciss: fix build for PROC_FS disabledJens Axboe2010-11-171-2/+1
| * | | | | | block: fix amiga and atari floppy driver compile warningVivek Goyal2010-11-152-2/+2
| * | | | | | Merge branch 'upstream/blkfront' of git://git.kernel.org/pub/scm/linux/kernel...Jens Axboe2010-11-121-22/+33
| |\ \ \ \ \ \
| | * | | | | | xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requestsJeremy Fitzhardinge2010-11-021-0/+10
| | * | | | | | xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIERJeremy Fitzhardinge2010-11-021-2/+12
| | * | | | | | xen/blkfront: change blk_shadow.request to proper pointerJeremy Fitzhardinge2010-11-021-8/+6
| | * | | | | | xen/blkfront: map REQ_FLUSH into a full barrierJeremy Fitzhardinge2010-11-021-14/+5
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2010-11-2711-62/+174
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | mmc: sdhci: 8-bit bus width changesPhilip Rakity2010-11-223-12/+41
| * | | | | | | mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2010-11-192-25/+45
| * | | | | | | mmc: sdio: fix nasty oops in mmc_sdio_detectOhad Ben-Cohen2010-11-191-3/+13
| * | | | | | | mmc: omap4: hsmmc: Fix improper card detection while bootingkishore kadiyala2010-11-171-1/+1
| * | | | | | | mmc: fix rmmod race for hosts using card-detection pollingGuennadi Liakhovetski2010-11-111-1/+1
| * | | | | | | mmc: sdhci: Fix crash on boot with C0 stepping Moorestown platformsJacob Pan2010-11-091-6/+14
| * | | | | | | mmc: sdhci-esdhc-imx: enable QUIRK_NO_MULTIBLOCK only for i.MX25 and i.MX35Eric Bénard2010-11-071-3/+5
| * | | | | | | mmc: sdhci-esdhc-imx: fix timeout on i.MX's sdhciEric Bénard2010-11-071-0/+4
| * | | | | | | mmc: sdhci: Properly enable SDIO IRQ wakeupsDaniel Drake2010-11-073-2/+23
| * | | | | | | mmc: ushc: Return proper error code for ushc_probe()Axel Lin2010-11-071-8/+22