summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-29ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper1-0/+2
2013-06-24Merge branch 'mpidr-updates-for-rmk' of git://linux-arm.org/linux-2.6-lp into...Russell King6-18/+195
2013-06-20ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi5-20/+118
2013-06-20ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi2-0/+79
2013-06-18Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King10-43/+22
2013-06-18Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King13-96/+139
2013-06-18Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King490-2736/+5048
2013-06-17Merge branch 'ja-nommu-for-rmk-v2' of git://linux-arm.org/linux-ja into devel...Russell King20-51/+646
2013-06-17ARM: mpu: Ensure that MPU depends on CPU_V7Jonathan Austin1-0/+1
2013-06-17ARM: mpu: protect the vectors page with an MPU regionJonathan Austin3-2/+24
2013-06-17ARM: mpu: Allow enabling of the MPU via kconfigJonathan Austin2-2/+13
2013-06-07ARM: mpu: add MPU initialisation for secondary coresJonathan Austin3-3/+17
2013-06-07ARM: mpu: Complete initialisation of the MPU after reaching the C-worldJonathan Austin1-1/+7
2013-06-07ARM: mpu: add MPU probe and initialisation functions in CJonathan Austin1-0/+249
2013-06-07ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin2-0/+90
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: vexpress: Add Cortex-R Series UART, selectable via DEBUG_LLJonathan Austin2-1/+19
2013-06-07ARM: add Cortex-R7 Processor InfoJonathan Austin1-1/+12
2013-06-07ARM: select CPU_CPU15_MMU/MPU appropriatelyJonathan Austin1-1/+2
2013-06-07ARM: nommu: add stub local_flush_bp_all() for !CONFIG_MMUUJonathan Austin1-0/+2
2013-06-07ARM: nommu: Don't build smp_tlb.c for !CONFIG_MMUJonathan Austin1-1/+4
2013-06-07ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon3-34/+50
2013-06-07ARM: nommu: do not initialise page tables in secondary_data structureWill Deacon1-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-07ARM: nommu: add entry point for secondary CPUs to head-nommu.SWill Deacon1-4/+46
2013-06-07ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier1-0/+5
2013-06-07arm: fix up ARM_ARCH_TIMER selectsMark Rutland4-5/+5
2013-06-07clocksource: arch_timer: use virtual countersMark Rutland4-38/+6
2013-06-07ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland1-0/+4
2013-06-07ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier1-0/+2
2013-06-05ARM: 7745/1: psci: fix building without HOTPLUG_CPUArnd Bergmann1-2/+2
2013-06-04ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas7-1/+78
2013-06-04ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas9-2/+276
2013-06-04ARM: mm: Add support for flushing HugeTLB pages.Steve Capper1-10/+15
2013-06-04ARM: mm: correct pte_same behaviour for LPAE.Steve Capper1-0/+17
2013-05-30ARM: elf: add new hwcap for identifying atomic ldrd/strd instructionsWill Deacon2-2/+8
2013-05-30ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon1-1/+1
2013-05-30ARM: mm: clean up membank size limit checksCyril Chemparathy1-8/+11
2013-05-30ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy1-18/+1
2013-05-30ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy1-1/+1
2013-05-30ARM: mm: use physical addresses in highmem sanity checksCyril Chemparathy1-12/+10
2013-05-30ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy4-8/+37
2013-05-30ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy2-21/+28
2013-05-30ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy2-12/+19
2013-05-30ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy2-6/+14
2013-05-30ARM: LPAE: use phys_addr_t for initrd locationVitaly Andrianov1-6/+7
2013-05-30ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov1-3/+3
2013-05-30ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov1-1/+2