summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-066-5/+8
|\
| * xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich2012-04-061-0/+1
| * xen/pciback: fix XEN_PCI_OP_enable_msix resultJan Beulich2012-04-061-1/+1
| * xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat2012-04-061-1/+1
| * xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk2012-04-061-1/+3
| * xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2012-04-062-2/+2
* | Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-04-0613-218/+299
|\ \
| * | mmc: use really long write timeout to deal with crappy cardsPaul Walmsley2012-04-051-3/+7
| * | mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark2012-04-051-0/+1
| * | mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper2012-04-051-2/+3
| * | Revert "mmc: sdhci-pci: Add MSI support"Chris Ball2012-04-051-6/+0
| * | Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Chris Ball2012-04-052-5/+1
| * | mmc: core: fix power class selectionSubhash Jadavani2012-04-051-13/+17
| * | mmc: omap_hsmmc: fix module re-insertionBalaji T K2012-04-051-3/+1
| * | mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi2012-04-051-15/+1
| * | mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi2012-04-051-4/+5
| * | mmc: omap_hsmmc: trivial cleanupsFelipe Balbi2012-04-051-77/+70
| * | mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K2012-04-051-2/+2
| * | mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K2012-04-051-2/+1
| * | mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki2012-04-051-3/+9
| * | mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani2012-04-051-2/+15
| * | mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllersManuel Lauss2012-04-052-1/+5
| * | mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman2012-04-051-7/+1
| * | mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman2012-04-051-6/+6
| * | mmc: sh_mmcif: double clock speedSimon Horman2012-04-051-1/+2
| * | mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson2012-04-051-26/+1
| * | mmc: atmel-mci: add support for odd clock dividersLudovic Desroches2012-04-052-19/+30
| * | mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches2012-04-051-0/+2
| * | mmc: atmel-mci: correct data timeout computationLudovic Desroches2012-04-051-1/+8
| * | mmc: sdhci-s3c: Enable runtime power managementMark Brown2012-04-051-0/+28
| * | mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendMark Brown2012-04-051-4/+7
| * | mmc: sdhci-s3c: use devm_ functionsJulia Lawall2012-04-051-24/+3
| * | mmc: sdhci-s3c: Keep a copy of platform data and use itThomas Abraham2012-04-051-2/+9
| * | mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataThomas Abraham2012-04-051-0/+8
| * | mmc: sdhci-s3c: Remove usage of clk_type member in platform dataThomas Abraham2012-04-051-4/+70
* | | Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2012-04-062-32/+49
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-0638-376/+602
|\ \ \
| * | | net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-061-1/+3
| * | | netlink: fix races after skb queueingEric Dumazet2012-04-061-11/+13
| * | | doc, net: Update ndo_start_xmit return type and valuesBen Hutchings2012-04-061-10/+12
| * | | doc, net: Remove instruction to set net_device::trans_startBen Hutchings2012-04-061-5/+2
| * | | doc, net: Update netdev operation namesBen Hutchings2012-04-062-14/+14
| * | | doc, net: Update documentation of synchronisation for TX multiqueueBen Hutchings2012-04-061-3/+3
| * | | doc, net: Remove obsolete reference to dev->pollBen Hutchings2012-04-061-2/+1
| * | | ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings2012-04-061-2/+1
| * | | MAINTAINERS: update for Marvell Ethernet driversstephen hemminger2012-04-051-12/+7
| * | | bonding: properly unset current_arp_slave on slave link upVeaceslav Falico2012-04-051-1/+5
| * | | phonet: Check input from user before allocatingSasha Levin2012-04-051-0/+3
| * | | tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-054-6/+9
| * | | ipv6: fix array index in ip6_mc_add_src()RongQing.Li2012-04-051-1/+1