summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-sirfsoc.c: add rtc drivers for CSR SiRFprimaII and SiRFatlasVIXianglong Du2013-07-032-2/+2
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-033-15/+0
* mm/ARM: fix stale comment about VALID_PAGE()Jiang Liu2013-07-031-6/+0
* mm/ARM: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+2
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-2/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-4/+4
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-032-2/+2
|\
| * Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas2013-06-121-0/+1
| |\
| | * ARM: KVM: timer: allow DT matching for ARMv8 coresMarc Zyngier2013-06-121-0/+1
| * | arm/xen: define xen_remap as ioremap_cachedStefano Stabellini2013-06-041-2/+1
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-0382-348/+1846
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2013-06-2974-275/+2235
| |\ \
| | * | ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper2013-06-291-0/+2
| | * | ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-205-20/+118
| | * | ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi2013-06-202-0/+79
| | * | Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King2013-06-187-14/+16
| | |\ \
| | | * | ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier2013-06-071-0/+5
| | | * | arm: fix up ARM_ARCH_TIMER selectsMark Rutland2013-06-074-5/+5
| | | * | clocksource: arch_timer: use virtual countersMark Rutland2013-06-071-9/+0
| | | * | ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland2013-06-071-0/+4
| | | * | ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier2013-06-071-0/+2
| | * | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-1813-96/+139
| | |\ \ \
| | | * | | ARM: elf: add new hwcap for identifying atomic ldrd/strd instructionsWill Deacon2013-05-302-2/+8
| | | * | | ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon2013-05-301-1/+1
| | | * | | ARM: mm: clean up membank size limit checksCyril Chemparathy2013-05-301-8/+11
| | | * | | ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy2013-05-301-18/+1
| | | * | | ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy2013-05-301-1/+1
| | | * | | ARM: mm: use physical addresses in highmem sanity checksCyril Chemparathy2013-05-301-12/+10
| | | * | | ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-304-8/+37
| | | * | | ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy2013-05-302-21/+28
| | | * | | ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy2013-05-302-12/+19
| | | * | | ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy2013-05-302-6/+14
| | | * | | ARM: LPAE: use phys_addr_t for initrd locationVitaly Andrianov2013-05-301-6/+7
| | | * | | ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov2013-05-301-3/+3
| | | * | | ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov2013-05-301-1/+2
| | | * | | ARM: LPAE: use signed arithmetic for mask definitionsCyril Chemparathy2013-05-302-4/+4
| | | |/ /
| | * | | Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King2013-06-1863-225/+564
| | |\ \ \
| | | * | | ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas2013-06-047-1/+78
| | | * | | ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas2013-06-049-2/+276
| | | * | | ARM: mm: Add support for flushing HugeTLB pages.Steve Capper2013-06-041-10/+15
| | | * | | ARM: mm: correct pte_same behaviour for LPAE.Steve Capper2013-06-041-0/+17
| | | |/ /
| | * | | Merge branch 'ja-nommu-for-rmk-v2' of git://linux-arm.org/linux-ja into devel...Russell King2013-06-1720-51/+646
| | |\ \ \
| | | * | | ARM: mpu: Ensure that MPU depends on CPU_V7Jonathan Austin2013-06-171-0/+1
| | | * | | ARM: mpu: protect the vectors page with an MPU regionJonathan Austin2013-06-173-2/+24
| | | * | | ARM: mpu: Allow enabling of the MPU via kconfigJonathan Austin2013-06-172-2/+13
| | | * | | ARM: mpu: add MPU initialisation for secondary coresJonathan Austin2013-06-073-3/+17
| | | * | | ARM: mpu: Complete initialisation of the MPU after reaching the C-worldJonathan Austin2013-06-071-1/+7
| | | * | | ARM: mpu: add MPU probe and initialisation functions in CJonathan Austin2013-06-071-0/+249
| | | * | | ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin2013-06-072-0/+90
OpenPOWER on IntegriCloud