aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2-1/+6
2014-03-03ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier1-0/+4
2014-03-03arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier3-14/+82
2014-03-03arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2-0/+8
2014-03-03arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-4/+12
2014-03-01cpufreq: enable ARM drivers on arm64Rob Herring1-0/+8
2014-02-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+25
2014-02-28arm64: Fix !CONFIG_SMP kernel buildCatalin Marinas1-0/+8
2014-02-28arm64: mm: Add double logical invert to pte accessorsSteve Capper1-5/+5
2014-02-28cpufreq: enable ARM drivers on arm64Rob Herring1-0/+8
2014-02-28arm64: remove return value form psci_init()Vladimir Murzin2-7/+4
2014-02-28arm64: remove redundant "psci:" prefixesVladimir Murzin1-2/+2
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier1-2/+25
2014-02-27arm64: Implement coherent DMA API based on swiotlbCatalin Marinas4-1/+253
2014-02-27arm64: Use swiotlb late initialisationCatalin Marinas2-4/+8
2014-02-27arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas3-18/+19
2014-02-26arm64: vdso: clean up vdso_pagelist initializationNathan Lynch1-30/+12
2014-02-26arm64: Change misleading function names in dma-mappingRitesh Harjani1-10/+10
2014-02-26arm64: Fix the soft_restart routineGeoff Levand1-1/+10
2014-02-26arm64: Extend the idmap to the whole kernel imageCatalin Marinas1-12/+8
2014-02-26arm64: Convert asm/tlb.h to generic mmu_gatherCatalin Marinas1-116/+20
2014-02-26arm64: Extend the PCI I/O space to 16MBCatalin Marinas1-1/+1
2014-02-26arm64: enable processor debug state for secondary cpusVijaya Kumar K2-4/+4
2014-02-26arm64: KGDB: Add KGDB configVijaya Kumar K1-0/+1
2014-02-26misc: debug: remove compilation warningsVijaya Kumar K1-1/+1
2014-02-26arm64: KGDB: Add step debugging supportVijaya Kumar K1-8/+56
2014-02-26arm64: KGDB: Add Basic KGDB supportVijaya Kumar K4-0/+420
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K3-17/+24
2014-02-22cpuidle/arm64: Remove redundant cpuidle_idle_call()Nicolas Pitre1-5/+2
2014-02-17ARM64: unwind: Fix PC calculationOlof Johansson1-1/+5
2014-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+9
2014-02-14arm64: KVM: Add VGIC device control for arm64Christoffer Dall1-0/+9
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabetical orderTim Chen1-3/+3
2014-02-07arm64: defconfig: Expand default enabled featuresMark Rutland2-4/+15
2014-02-07arm64: asm: remove redundant "cc" clobbersWill Deacon4-25/+21
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon5-18/+35
2014-02-06arm64: barriers: allow dsb macro to take option parameterWill Deacon1-1/+1
2014-02-05arm64: compat: Wire up new AArch32 syscallsCatalin Marinas1-1/+4
2014-02-05arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch1-2/+2
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch1-1/+6
2014-02-05arm64: simplify pgd_allocMark Rutland1-9/+2
2014-02-05arm64: fix typo: s/SERRROR/SERROR/Mark Rutland2-2/+2
2014-02-05arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas1-2/+10
2014-02-05arm64: Align CMA sizes to PAGE_SIZELaura Abbott1-0/+1
2014-02-05arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale1-0/+1
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon1-1/+1
2014-01-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-43/+74
2014-01-31arm64: mm: Introduce PTE_WRITESteve Capper1-23/+25
2014-01-31arm64: mm: Remove PTE_BIT_FUNC macroSteve Capper1-10/+41