summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-18/+0
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-082-0/+12
|\
| * Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-281-0/+2
| |\
| | * PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-201-0/+2
| * | ARM64: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-241-0/+10
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-082-4/+1
|\ \
| * | treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-081-1/+0
| * | treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-082-4/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-085-21/+30
|\ \ \ | |/ / |/| |
| * | Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2017-04-277-94/+195
| |\ \
| | * \ Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-092-75/+168
| | |\ \
| | * | | KVM: arm/arm64: Add ARM user space interrupt signaling ABIAlexander Graf2017-04-091-0/+2
| | * | | arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-091-8/+4
| | * | | arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier2017-04-091-1/+0
| | * | | arm/arm64: KVM: Use __hyp_reset_vectors() directlyMarc Zyngier2017-04-091-6/+0
| | * | | arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-092-3/+1
| | * | | arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2017-04-091-0/+9
| | * | | arm64: hyp-stub: Update documentation in asm/virt.hMarc Zyngier2017-04-091-3/+8
| | * | | arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier2017-04-092-1/+4
| | * | | KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall2017-04-091-0/+2
| * | | | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-1/+1
| * | | | KVM: mark requests that do not need a wakeupRadim Krčmář2017-04-271-1/+1
| * | | | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-072-1/+2
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-0520-209/+326
|\ \ \ \
| * | | | arm64: module: split core and init PLT sectionsArd Biesheuvel2017-04-261-2/+7
| * | | | arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier2017-04-241-0/+4
| * | | | Merge branch 'will/for-next/perf' into for-next/coreCatalin Marinas2017-04-121-0/+2
| |\ \ \ \
| | * | | | arm64: add function to get a cpu's MADT GICC tableMark Rutland2017-04-111-0/+2
| | |/ / /
| * | | | Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-04-073-1/+6
| |\ \ \ \
| * | | | | arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro2017-04-053-2/+45
| * | | | | arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro2017-04-051-0/+10
| * | | | | arm64: mm: add set_memory_valid()AKASHI Takahiro2017-04-051-0/+1
| * | | | | Merge branch 'arm64/common-sysreg' of git://git.kernel.org/pub/scm/linux/kern...Catalin Marinas2017-04-042-75/+168
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | arm64: sysreg: add Set/Way sys encodingsMark Rutland2017-03-091-0/+6
| | * | | | arm64: sysreg: add register encodings used by KVMMark Rutland2017-03-091-0/+37
| | * | | | arm64: sysreg: add physical timer registersMark Rutland2017-03-091-0/+4
| | * | | | arm64: sysreg: subsume GICv3 sysreg definitionsMark Rutland2017-03-092-68/+65
| | * | | | arm64: sysreg: add performance monitor registersMark Rutland2017-03-091-0/+25
| | * | | | arm64: sysreg: add debug system registersMark Rutland2017-03-091-0/+23
| | * | | | arm64: sysreg: sort by encodingMark Rutland2017-03-091-8/+9
| | | |_|/ | | |/| |
| * | | | arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin2017-04-043-5/+5
| * | | | arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2017-03-231-0/+10
| * | | | arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel2017-03-231-0/+2
| * | | | arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-231-0/+1
| * | | | arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y"Ard Biesheuvel2017-03-231-5/+0
| * | | | arm64: struct debug_info: Check CONFIG_HAVE_HW_BREAKPOINTChris Redmon2017-03-221-0/+2
| * | | | arm64: define BUG() instruction without CONFIG_BUGArnd Bergmann2017-03-221-14/+19
| * | | | arm64: v8.3: Support for weaker release consistencySuzuki K Poulose2017-03-202-0/+2
| * | | | arm64: v8.3: Support for complex number instructionsSuzuki K Poulose2017-03-202-0/+2
| * | | | arm64: v8.3: Support for Javascript conversion instructionSuzuki K Poulose2017-03-202-0/+4