summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ARM: nommu: add entry point for secondary CPUs to head-nommu.SWill Deacon2013-06-071-4/+46
| * | | ARM: 7745/1: psci: fix building without HOTPLUG_CPUArnd Bergmann2013-06-051-2/+2
| |/ /
| * | 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 branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2013-06-2938-192/+592
|\ \ \ \ \ \ \
| | | * | | | | ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card supportUlf Hansson2013-05-232-1/+34
| | | * | | | | ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL registerUlf Hansson2013-05-232-3/+15
| | | * | | | | ARM: 7724/1: mmc: mmci: Support signal voltage switch for UHS cardsUlf Hansson2013-05-231-0/+34
| | | * | | | | ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmcUlf Hansson2013-05-232-4/+7
| | | * | | | | ARM: 7713/1: mmc: mmci: Allow MMCI to request channels with information acqui...Lee Jones2013-05-231-21/+22
| | | * | | | | ARM: 7719/1: mmc: mmci: Support for CMD23Ulf Hansson2013-05-231-4/+10
| | | * | | | | ARM: 7718/1: mmc: mmci: Set actual clock for debug purposeUlf Hansson2013-05-231-0/+6
| | | * | | | | ARM: 7717/1: mmc: mmci: Use devm_clk_get APIUlf Hansson2013-05-231-6/+2
| | | | |_|/ / | | | |/| | |
| | * | | | | ARM: 7777/1: Avoid extra calls to the C compilerDouglas Anderson2013-06-291-25/+31
| | * | | | | ARM: 7774/1: Fix dtb dependency to use order-only prerequisitesDouglas Anderson2013-06-291-1/+2
| | * | | | | ARM: 7770/1: remove residual ARMv2 support from decompressorMarc Zyngier2013-06-241-5/+0
| | * | | | | ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier2013-06-243-18/+39
| | * | | | | ARM: 7768/1: prevent risks of out-of-bound access in ASID allocatorMarc Zyngier2013-06-241-9/+8
| | * | | | | ARM: 7767/1: let the ASID allocator handle suspended animationMarc Zyngier2013-06-241-0/+9
| | * | | | | ARM: 7766/1: versatile: don't mark pen as __INITMark Rutland2013-06-241-2/+0
| | * | | | | ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis2013-06-241-0/+1
| | * | | | | ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel2013-06-246-20/+37
| | * | | | | ARM: 7758/1: introduce config HAS_BANDGAPEduardo Valentin2013-06-172-0/+4
| | * | | | | ARM: 7757/1: mm: don't flush icache in switch_mm with hardware broadcastingWill Deacon2013-06-171-4/+9
| | * | | | | ARM: 7751/1: zImage: don't overwrite ourself with a page tableNicolas Pitre2013-06-171-5/+30
| | * | | | | ARM: 7749/1: spinlock: retry trylock operation if strex fails on free lockWill Deacon2013-06-171-11/+14
| | * | | | | ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon2013-06-171-13/+29
| | * | | | | ARM: 7746/1: mm: lazy cache flushing on non-mapped pagesMing Lei2013-06-051-1/+1
| | * | | | | ARM: 7730/1: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei2013-05-231-3/+17
| | * | | | | ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott2013-05-239-18/+18
| | * | | | | ARM: 7716/1: bcm281xx: Add L2 support for Rev A2 chipsChristian Daudt2013-05-153-4/+165
| | * | | | | ARM: 7722/1: zImage: Convert 32bits memory size and address from ATAG to 64bi...Gregory CLEMENT2013-05-151-6/+38
| | * | | | | ARM: 7705/1: use optimized do_div only for EABIArnd Bergmann2013-05-151-1/+1
| | * | | | | ARM: 7669/1: keep __my_cpu_offset consistent with generic oneMing Lei2013-05-151-0/+7
| * | | | | | ARM: 7741/1: mcpm_platsmp.c: remove empty smp_init_cpus methodNicolas Pitre2013-06-051-5/+0
| * | | | | | ARM: 7740/1: MCPM: prettify debug outputNicolas Pitre2013-06-051-2/+2
* | | | | | | ARM: 7773/1: PJ4B: Add support for errata 4742Gregory CLEMENT2013-06-244-3/+59
* | | | | | | ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMUSimon Baatz2013-06-241-0/+6
* | | | | | | ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi2013-06-244-3/+5
* | | | | | | ARM: 7762/1: kernel: fix arm_dt_init_cpu_maps() to skip non-cpu nodesLorenzo Pieralisi2013-06-241-0/+3
* | | | | | | ARM: 7760/1: cpu_fa526_do_idle: remove WFIJonas Jensen2013-06-241-1/+0
* | | | | | | Linux 3.10-rc7v3.10-rc7Linus Torvalds2013-06-221-1/+1
* | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-06-223-4/+4
|\ \ \ \ \ \ \
| * | | | | | | irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN caseShawn Guo2013-06-201-1/+1