summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-0394-1210/+2378
|\
| * Merge branch 'cleanup' into for-linusRussell King2013-05-0219-60/+51
| |\
| | * ARM: EXYNOS: remove unnecessary use of IS_ERR_VALUE()Russell King2013-05-021-1/+1
| | * ARM: IMX: remove unnecessary use of IS_ERR_VALUE()Russell King2013-05-021-1/+1
| | * ARM: OMAP: use consistent error checkingRussell King2013-05-028-13/+13
| | * ARM: cleanup: OMAP hwmod error checkingRussell King2013-05-021-7/+4
| | * ARM: cleanup: pwrdm_can_ever_lose_context() checkingRussell King2013-02-241-1/+1
| | * ARM: cleanup: debugfs error handlingRussell King2013-02-241-3/+3
| | * ARM: cleanup: clk_get_sys() error handlingRussell King2013-02-241-1/+1
| | * ARM: cleanup: regulator_get() error handlingRussell King2013-02-241-3/+3
| | * ARM: cleanup: clk_get() error handlingRussell King2013-02-241-5/+5
| | * ARM: cleanup: soc_device_register() error checkingRussell King2013-02-243-12/+6
| | * ARM: cleanup gate_vma initializationRussell King2013-02-231-6/+7
| | * ARM: cleanup undefined instruction entry codeRussell King2013-02-231-7/+6
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-02126-1134/+1195
| |\ \ \ \ \ \
| | | | | | * \ Merge commit '73053d973' into smp-hotplugRussell King2013-05-021-4/+5
| | | | | | |\ \
| | | | | | * | | ARM: cpu hotplug: remove majority of cache flushing from platformsRussell King2013-04-1812-35/+0
| | | | | | * | | ARM: smp: flush L1 cache in cpu_die()Russell King2013-04-181-4/+38
| | | | | | * | | ARM: tegra: remove tegra specific cpu_disable()Russell King2013-04-183-11/+0
| | | | | * | | | ARM: 7702/1: Set the page table freeing ceiling to TASK_SIZECatalin Marinas2013-04-251-0/+9
| | | | | * | | | ARM: 7695/1: mvebu: Enable pj4b on LPAE compilationsGregory CLEMENT2013-04-171-1/+2
| | | | | * | | | ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim2013-04-172-13/+17
| | | | | * | | | ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP insteadWill Deacon2013-04-035-7/+7
| | | | | * | | | ARM: 7688/1: add support for context tracking subsystemKevin Hilman2013-04-035-0/+34
| | | | | * | | | ARM: 7687/1: atomics: don't use exclusives for atomic64 read/set with LPAEWill Deacon2013-04-031-0/+24
| | | | | * | | | ARM: 7683/1: pci: add a align_resource hookThomas Petazzoni2013-04-032-0/+17
| | | | | * | | | ARM: 7676/1: fix a wrong value returned from CALLER_ADDRnKeun-O Park2013-03-191-2/+3
| | | | | * | | | ARM: 7672/1: uncompress debug support for multiplatform buildShawn Guo2013-03-154-0/+25
| | | | | * | | | ARM: 7671/1: use Kconfig to select uncompress.hShawn Guo2013-03-153-7/+9
| | | | * | | | | ARM: Update mach-typesRussell King2013-03-221-594/+397
| | | * | | | | | ARM: 7700/2: Make cpu_init() notraceJon Medhurst2013-04-261-1/+1
| | | * | | | | | ARM: 7703/1: Disable preemption in broadcast_tlb*_a15_erratum()Catalin Marinas2013-04-251-4/+5
| | * | | | | | | ARM: entry: move disable_irq_notrace into svc_exitRussell King2013-04-032-18/+6
| | * | | | | | | ARM: entry: move IRQ tracing exit into svc_exitRussell King2013-04-032-28/+31
| | * | | | | | | ARM: entry-common: get rid of unnecessary ifdefsRussell King2013-04-031-4/+1
| * | | | | | | | ARM: 7709/1: mcpm: Add explicit AFLAGS to support v6/v7 multiplatform kernelsDave Martin2013-05-021-0/+2
| * | | | | | | | Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2013-04-2589-241/+1304
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: mcpm: provide an interface to set the SMP ops at run timeNicolas Pitre2013-04-242-1/+8
| | * | | | | | | | ARM: mcpm: generic SMP secondary bringup and hotplug supportNicolas Pitre2013-04-242-1/+88
| | * | | | | | | | ARM: mcpm_head.S: vlock-based first man electionDave Martin2013-04-243-6/+38
| | * | | | | | | | ARM: mcpm: Add baremetal voting mutexesDave Martin2013-04-242-0/+137
| | * | | | | | | | ARM: mcpm: introduce helpers for platform coherency exit/setupDave Martin2013-04-244-2/+330
| | * | | | | | | | ARM: mcpm: introduce the CPU/cluster power APINicolas Pitre2013-04-242-0/+183
| | * | | | | | | | ARM: multi-cluster PM: secondary kernel entry codeNicolas Pitre2013-04-245-0/+159
| | * | | | | | | | ARM: cacheflush: add synchronization helpers for mixed cache state accessesNicolas Pitre2013-04-241-0/+75
| * | | | | | | | | Merge branch 'kvm-arm-fixes' of git://github.com/columbia/linux-kvm-arm into ...Russell King2013-03-1519-387/+585
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: KVM: Fix length of mmio accessMarc Zyngier2013-03-061-3/+4
| | * | | | | | | | | ARM: KVM: sanitize freeing of HYP page tablesMarc Zyngier2013-03-061-18/+26
| | * | | | | | | | | ARM: KVM: move kvm_handle_wfi to handle_exit.cMarc Zyngier2013-03-063-17/+19
| | * | | | | | | | | ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipaMarc Zyngier2013-03-063-8/+11
OpenPOWER on IntegriCloud