summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2013-06-29Merge branch 'devel-stable' into for-nextRussell King27-33/+641
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King6-35/+65
2013-06-24ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier1-1/+9
2013-06-24ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel2-14/+28
2013-06-24ARM: 7773/1: PJ4B: Add support for errata 4742Gregory CLEMENT1-0/+9
2013-06-24ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi2-1/+3
2013-06-20ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2-2/+13
2013-06-20ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi1-0/+12
2013-06-19Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+1
2013-06-18Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King1-9/+0
2013-06-18Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King5-13/+61
2013-06-18Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King7-0/+258
2013-06-17ARM: mpu: protect the vectors page with an MPU regionJonathan Austin1-0/+1
2013-06-17ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz1-3/+1
2013-06-17ARM: 7757/1: mm: don't flush icache in switch_mm with hardware broadcastingWill Deacon1-4/+9
2013-06-17ARM: 7749/1: spinlock: retry trylock operation if strex fails on free lockWill Deacon1-11/+14
2013-06-10Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+9
2013-06-07ARM: mpu: add MPU initialisation for secondary coresJonathan Austin1-1/+4
2013-06-07ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin1-0/+3
2013-06-07ARM: mpu: add header for MPU register layouts and region dataJonathan Austin1-0/+72
2013-06-07ARM: mpu: add PMSA related registers and bitfields to existing headersJonathan Austin2-0/+6
2013-06-07ARM: nommu: add stub local_flush_bp_all() for !CONFIG_MMUUJonathan Austin1-0/+2
2013-06-07ARM: nommu: provide dummy cpu_switch_mm implementationWill Deacon1-0/+4
2013-06-07ARM: nommu: define dummy TLB operations for nommu configurationsWill Deacon2-1/+26
2013-06-07clocksource: arch_timer: use virtual countersMark Rutland1-9/+0
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra1-23/+4
2013-06-06ARM: 7747/1: pcpu: ensure __my_cpu_offset cannot be re-ordered across barrier()Will Deacon1-2/+9
2013-06-04ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas5-0/+73
2013-06-04ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas4-0/+168
2013-06-04ARM: mm: correct pte_same behaviour for LPAE.Steve Capper1-0/+17
2013-05-30ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon1-1/+1
2013-05-30ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy1-1/+1
2013-05-30ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy1-0/+16
2013-05-30ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy1-0/+20
2013-05-30ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy1-5/+17
2013-05-30ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy1-2/+2
2013-05-30ARM: LPAE: use signed arithmetic for mask definitionsCyril Chemparathy2-4/+4
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott1-4/+4
2013-05-22Merge tag '3.10-rc2-psci-ops-11-tag' of git://git.kernel.org/pub/scm/linux/ke...Russell King2-0/+14
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King9-9/+167
2013-05-21ARM: Enable selection of SMP operations at boot timeJon Medhurst1-0/+5
2013-05-21arm: introduce psci_smp_opsStefano Stabellini1-0/+9
2013-05-17ARM: ARMv7-M: implement read_cpuid_extUwe Kleine-König1-4/+34
2013-05-16Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+4
2013-05-15ARM: 7705/1: use optimized do_div only for EABIArnd Bergmann1-1/+1
2013-05-14ARM: 7720/1: ARM v6/v7 cmpxchg64 shouldn't clear upper 32 bits of the old/new...Jaccon Bastiaansen1-4/+4
2013-05-08Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+15
2013-05-07Merge branch 'late/clksrc' into late/cleanupArnd Bergmann4-24/+15
2013-05-06Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-21/+55