summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-025-18/+111
|\
| * arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-032-1/+6
| * ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2014-03-031-0/+4
| * arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-033-14/+82
| * arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2014-03-032-0/+8
| * arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-031-4/+12
* | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-022-0/+2
|\ \
| * | arm64: add support for reserved memory defined by device treeMarek Szyprowski2014-03-132-0/+2
* | | arm64: Fix duplicated Kconfig entries againJosh Boyer2014-04-021-6/+0
* | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-0/+8
|\ \ \
| * \ \ Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-061-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq: enable ARM drivers on arm64Rob Herring2014-03-011-0/+8
* | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-03-311-0/+152
|\ \ \ \
| * | | | arm64: Add APM X-Gene SoC AHCI SATA host controller DTS entriesLoc Ho2014-03-171-0/+80
| * | | | arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entriesLoc Ho2014-03-171-0/+72
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-03-3140-294/+1346
|\ \ \ \ \
| * | | | | arm64: Remove pgprot_dmacoherent()Catalin Marinas2014-03-242-5/+1
| * | | | | arm64: Support DMA_ATTR_WRITE_COMBINELaura Abbott2014-03-241-2/+12
| * | | | | arm64: Implement custom mmap functions for dma mappingLaura Abbott2014-03-241-0/+44
| * | | | | arm64: Fix __range_ok macroChristopher Covington2014-03-201-2/+2
| * | | | | arm64: Fix duplicated Kconfig entriesMark Brown2014-03-191-6/+0
| * | | | | arm64: mm: Route pmd thp functions through pte equivalentsSteve Capper2014-03-141-28/+24
| * | | | | arm64: rwsem: use asm-generic rwsem implementationWill Deacon2014-03-142-1/+2
| * | | | | arm64: enable generic CPU feature modalias matching for this architectureArd Biesheuvel2014-03-142-0/+30
| * | | | | arm64: smp: make local symbol staticJingoo Han2014-03-131-1/+1
| * | | | | arm64: debug: make local symbols staticJingoo Han2014-03-131-2/+2
| * | | | | ARM64: perf: support dwarf unwinding in compat modeJean Pihet2014-03-132-2/+2
| * | | | | ARM64: perf: add support for frame pointer unwinding in compat modeJean Pihet2014-03-131-8/+67
| * | | | | ARM64: perf: add support for perf registers APIJean Pihet2014-03-136-1/+90
| * | | | | arm64: Add boot time configuration of Intermediate Physical Address sizeRadha Mohan Chintakuntla2014-03-134-13/+21
| * | | | | arm64: Do not synchronise I and D caches for special ptesCatalin Marinas2014-03-131-1/+1
| * | | | | arm64: Make DMA coherent and strongly ordered mappings not executableCatalin Marinas2014-03-131-3/+3
| * | | | | arm64: barriers: add dmb barrierWill Deacon2014-03-101-0/+1
| * | | | | arm64: topology: Implement basic CPU topology supportMark Brown2014-03-045-1/+162
| * | | | | arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel2014-03-042-0/+38
| * | | | | arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel2014-03-042-1/+3
| * | | | | arm64: remove unnecessary cache flush at bootMark Rutland2014-03-042-7/+1
| * | | | | cpufreq: enable ARM drivers on arm64Rob Herring2014-02-281-0/+8
| * | | | | arm64: remove return value form psci_init()Vladimir Murzin2014-02-282-7/+4
| * | | | | arm64: remove redundant "psci:" prefixesVladimir Murzin2014-02-281-2/+2
| * | | | | arm64: Implement coherent DMA API based on swiotlbCatalin Marinas2014-02-274-1/+253
| * | | | | arm64: Use swiotlb late initialisationCatalin Marinas2014-02-272-4/+8
| * | | | | arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas2014-02-273-18/+19
| * | | | | arm64: vdso: clean up vdso_pagelist initializationNathan Lynch2014-02-261-30/+12
| * | | | | arm64: Change misleading function names in dma-mappingRitesh Harjani2014-02-261-10/+10
| * | | | | arm64: Fix the soft_restart routineGeoff Levand2014-02-261-1/+10
| * | | | | arm64: Extend the idmap to the whole kernel imageCatalin Marinas2014-02-261-12/+8
| * | | | | arm64: Convert asm/tlb.h to generic mmu_gatherCatalin Marinas2014-02-261-116/+20
| * | | | | arm64: Extend the PCI I/O space to 16MBCatalin Marinas2014-02-261-1/+1
| * | | | | arm64: enable processor debug state for secondary cpusVijaya Kumar K2014-02-262-4/+4