summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'VExpress_DCSCB' of git://git.linaro.org/people/nico/linux into ...Olof Johansson2013-06-018-0/+338
|\
| * ARM: vexpress: Select multi-cluster SMP operation if requiredJon Medhurst2013-05-293-0/+23
| * ARM: vexpress/dcscb: handle platform coherency exit/setup and CCIDave Martin2013-05-294-20/+98
| * ARM: vexpress/dcscb: do not hardcode number of CPUs per clusterNicolas Pitre2013-05-291-4/+10
| * ARM: vexpress/dcscb: add CPU use counts to the power up/down API implementationNicolas Pitre2013-05-291-15/+59
| * ARM: vexpress: introduce DCSCB supportNicolas Pitre2013-05-293-0/+173
| * ARM: introduce common set_auxcr/get_auxcr functionsRob Herring2013-05-291-0/+14
* | Merge branch 'depends/rmk-devel-stable' into next/socOlof Johansson2013-06-0132-87/+855
|\|
| * Merge tag '3.10-rc2-psci-ops-11-tag' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-05-229-60/+113
| |\
| | * ARM: Enable selection of SMP operations at boot timeJon Medhurst2013-05-212-4/+11
| | * arm: introduce psci_smp_opsStefano Stabellini2013-05-218-60/+106
| * | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-05-2225-27/+742
| |\ \
| | * | ARM: ARMv7-M: implement read_cpuid_extUwe Kleine-König2013-05-172-5/+35
| | * | ARM: ARMv7-M: Allow the building of new kernel portUwe Kleine-König2013-04-176-5/+33
| | * | ARM: ARMv7-M: Add support for exception handlingUwe Kleine-König2013-04-173-0/+271
| | * | ARM: Add base support for ARMv7-MCatalin Marinas2013-04-1716-21/+407
* | | | Merge tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux into ...Olof Johansson2013-06-017-14/+8
|\ \ \ \
| * | | | ARM: mvebu: move DT boards to SoC-centric clock initSebastian Hesselbarth2013-05-292-5/+4
| * | | | ARM: kirkwood: move DT boards to SoC-centric clock initSebastian Hesselbarth2013-05-292-4/+2
| * | | | ARM: dove: move DT boards to SoC-centric clock initSebastian Hesselbarth2013-05-293-5/+2
* | | | | Merge tag 'pcie_kw-3.11' of git://git.infradead.org/users/jcooper/linux into ...Olof Johansson2013-06-0125-196/+336
|\ \ \ \ \
| * | | | | arm: kirkwood: convert db-88f6281/db-88f6282 to the Device TreeThomas Petazzoni2013-05-2710-115/+199
| * | | | | arm: kirkwood: convert QNAP TS219 to use DT for the PCIe interfaceThomas Petazzoni2013-05-274-14/+11
| * | | | | arm: kirkwood: convert ZyXEL NSA310 to use DT for the PCIe interfaceThomas Petazzoni2013-05-274-34/+8
| * | | | | arm: kirkwood: convert MPL CEC4 to use DT for the PCIe interfaceThomas Petazzoni2013-05-272-1/+8
| * | | | | arm: kirkwood: convert Iomega Iconnect to use DT for the PCIe interfaceThomas Petazzoni2013-05-272-8/+8
| * | | | | arm: kirkwood: add SoC-level Device Tree data for PCIe interfacesThomas Petazzoni2013-05-273-0/+80
| * | | | | arm: kirkwood: move PCIe window init to legacy driverThomas Petazzoni2013-05-272-24/+22
| |/ / / /
* | | | | Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into n...Olof Johansson2013-06-011-0/+2
|\| | | |
| * | | | arm: mvebu: PCIe support is now available on mvebuThomas Petazzoni2013-05-201-0/+2
* | | | | Merge tag 'defconfig-3.11-3' of git://git.infradead.org/users/jcooper/linux i...Olof Johansson2013-06-012-3/+11
|\ \ \ \ \
| * | | | | arm: kirkwood: Enable cpufreq and ondemand on kirkwood_defconfigAndrew Lunn2013-05-261-0/+3
| * | | | | arm: kirkwood: update defconfig with PCIe driver and board updatesThomas Petazzoni2013-05-201-0/+2
| * | | | | arm: mvebu: update defconfig with PCI and USB supportThomas Petazzoni2013-05-191-0/+3
| * | | | | ARM: Kirkwood: Enable USB 3.0 in kirkwood_defconfigAndrew Lunn2013-05-151-0/+1
| * | | | | ARM: kirkwood: enable Sheevaplug DT in defconfigJason Cooper2013-05-151-3/+1
| * | | | | ARM: mvebu: Add support for USB storage class in mvebu_defconfigEzequiel Garcia2013-05-131-0/+1
| |/ / / /
* | | | | Merge tag 'soc-3.11-2' of git://git.infradead.org/users/jcooper/linux into ne...Olof Johansson2013-06-015-6/+31
|\ \ \ \ \
| * | | | | arm: kirkwood: Instantiate cpufreq driverAndrew Lunn2013-05-295-0/+30
| * | | | | arm: kirkwood: use the default of match tableThomas Petazzoni2013-05-191-6/+1
| |/ / / /
* | | | | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-269-57/+57
|\ \ \ \ \
| * | | | | parisc: fix irq stack on UP and SMPHelge Deller2013-05-243-41/+26
| * | | | | parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-242-10/+10
| * | | | | parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-244-0/+14
| * | | | | parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.SHelge Deller2013-05-241-6/+6
| * | | | | parisc: add rp5470 entry to machine databaseHelge Deller2013-05-241-0/+1
* | | | | | score: remove redundant kcore_list entriesKyle McMartin2013-05-251-2/+0
* | | | | | Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-2511-70/+41
|\ \ \ \ \ \
| * | | | | | ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-252-19/+11
| * | | | | | ARC: Use enough bits for determining page's cache colorVineet Gupta2013-05-231-1/+1