summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-0319-2127/+72
|\
| * ARM: kvm: don't include drivers/virtio/KconfigArnd Bergmann2013-06-261-2/+0
| * arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand2013-06-262-3/+8
| * ARM: KVM: clear exclusive monitor on all exception returnsMarc Zyngier2013-06-261-0/+3
| * ARM: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier2013-06-261-0/+1
| * ARM: KVM: perform save/restore of PARMarc Zyngier2013-06-264-13/+35
| * ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier2013-06-262-4/+0
| * ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier2013-06-262-11/+0
| * ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier2013-06-262-6/+6
| * ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmidMarc Zyngier2013-06-261-2/+0
| * ARM: KVM: Don't handle PSCI calls via SMCDave P Martin2013-06-262-4/+1
| * ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel2013-06-261-0/+12
| * KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-1/+1
| * ARM: KVM: move GIC/timer code to a common locationMarc Zyngier2013-05-196-2081/+6
* | Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-032-4/+6
|\ \
| * | clk: ux500: Pass clock base adresses in initcall for u8540 and u9540Philippe Begnic2013-06-061-2/+4
| * | clk: tegra: Use common of_clk_init functionPrashant Gaikwad2013-05-311-2/+2
* | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\ \ \
| * | | lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-281-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
| | |\ \ \ \ \
OpenPOWER on IntegriCloud