summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini2011-08-221-2/+2
* xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-173-8/+12
* xen: xen-selfballoon.c needs more header filesRandy Dunlap2011-08-101-0/+1
* xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk2011-08-051-0/+1
* xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov2011-08-041-5/+3Star
* xen: Fix printk() format in xen/setup.cIgor Mammedov2011-08-041-2/+2
* xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge2011-08-041-1/+1
* xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk2011-08-031-1/+1
* xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk2011-08-031-2/+2
* xen/grant: Fix compile warning.Konrad Rzeszutek Wilk2011-08-031-1/+1
* xen/pciback: remove duplicated #includeHuang Weiyi2011-08-031-1/+0Star
* Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-302-1/+5
|\
| * xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2011-07-262-1/+5
* | Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-3058-745/+696Star
|\ \
| * | at91: add arch specific ioremap supportJean-Christophe PLAGNIOL-VILLARD2011-07-282-1/+29
| * | at91: factorize sram initJean-Christophe PLAGNIOL-VILLARD2011-07-289-115/+39Star
| * | at91: move register clocks to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-289-21/+11Star
| * | at91: move clock subsystem init to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-2810-31/+18Star
| * | at91: use structure to store the current socJean-Christophe PLAGNIOL-VILLARD2011-07-2810-120/+341
| * | at91: remove AT91_DBGU offset from dbgu register macroJean-Christophe PLAGNIOL-VILLARD2011-07-285-25/+28
| * | at91: factorize at91 interrupts init to socJean-Christophe PLAGNIOL-VILLARD2011-07-2845-322/+61Star
| * | at91: introduce commom AT91_BASE_SYSJean-Christophe PLAGNIOL-VILLARD2011-07-2854-173/+232
* | | Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds2011-07-3072-281/+1963
|\ \ \
| * \ \ Merge branch 'imx/dt' into next/dtArnd Bergmann2011-07-283540-226301/+120807Star
| |\ \ \
| | * | | dmaengine: imx-sdma: add device tree probe supportShawn Guo2011-07-272-3/+56
| | * | | dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_nameShawn Guo2011-07-271-10/+2Star
| | * | | dmaengine: imx-sdma: use platform_device_id to identify sdma versionShawn Guo2011-07-2713-31/+51
| | * | | mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo2011-07-272-9/+103
| | * | | mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo2011-07-271-1/+2
| | * | | mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-277-27/+78
| | * | | mmc: sdhci-esdhc-imx: do not reference platform data after probeShawn Guo2011-07-271-9/+13
| | * | | mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo2011-07-279-63/+140
| | * | | net/fec: add device tree probe supportShawn Guo2011-07-272-5/+122
| | * | | net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo2011-07-275-41/+24Star
| | * | | dt/net: add helper function of_get_phy_modeShawn Guo2011-07-272-0/+44
| | * | | net/fec: gasket needs to be enabled for some i.mxShawn Guo2011-07-277-17/+40
| | * | | serial/imx: add device tree probe supportShawn Guo2011-07-272-11/+91
| | * | | serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo2011-07-279-53/+113
| * | | | arm/dt: tegra devicetree supportGrant Likely2011-07-287-0/+368
| * | | | arm/versatile: Add device tree supportGrant Likely2011-07-2811-0/+414
| * | | | dt/irq: add irq_domain_generate_simple() helperGrant Likely2011-07-282-0/+68
| * | | | irq: add irq_domain translation infrastructureGrant Likely2011-07-289-19/+219
| * | | | arm/dt: Add dtb make ruleRob Herring2011-07-252-0/+13
| * | | | arm/dt: Add skeleton dtsi fileGrant Likely2011-07-251-0/+13
| * | | | arm/dt: Add dt machine definitionGrant Likely2011-07-251-0/+7
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-07-303-4/+4
|\ \ \ \ \
| * | | | | ARM: zynq: remove incorrectly deleted fileArnd Bergmann2011-07-282-1/+1
| * | | | | ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOCUwe Kleine-König2011-07-271-3/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdogLinus Torvalds2011-07-3025-472/+2106
|\ \ \ \ \ \
| * | | | | | watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck2011-07-284-0/+21