aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-1/+1
2016-03-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-7/+0
2016-03-21arm64: drop unused __local_flush_icache_all()Kefeng Wang1-7/+0
2016-03-21arm64: KVM: Turn kvm_ksym_ref into a NOP on VHEMarc Zyngier1-1/+7
2016-03-20Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+3
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds35-286/+712
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-5/+0
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-12/+337
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2016-03-11arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas1-1/+2
2016-03-09arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel1-2/+3
2016-03-09arm64: KVM: vgic-v3: Reset LRs at boot timeMarc Zyngier1-0/+1
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-1/+0
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder3-4/+4
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2-5/+5
2016-03-02arm64: Rework valid_user_regsMark Rutland1-29/+4
2016-03-01arm64: KVM: Move kvm_call_hyp back to its original localtionMarc Zyngier1-2/+2
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao1-0/+6
2016-02-29arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao1-1/+1
2016-02-29arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao3-0/+11
2016-02-29arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao1-1/+3
2016-02-29arm64: KVM: Add access handler for PMSWINC registerShannon Zhao2-0/+3
2016-02-29arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for event type registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for event counter registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Add access handler for PMSELR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for PMCR registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Define PMU data structure for each vcpuShannon Zhao1-0/+2
2016-02-29arm64: KVM: Add temporary kvm_perf_event.hMarc Zyngier2-0/+56
2016-02-29arm64: KVM: Move __cpu_init_stage2 after kvm_call_hypMarc Zyngier1-5/+7
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier1-0/+180
2016-02-29arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYPMarc Zyngier1-5/+13
2016-02-29arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier2-1/+5
2016-02-29arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier1-0/+3
2016-02-29arm64: KVM: VHE: Patch out kern_hyp_vaMarc Zyngier1-1/+11
2016-02-29arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier1-1/+5
2016-02-29arm/arm64: Add new is_kernel_in_hyp_mode predicateMarc Zyngier1-0/+10
2016-02-29arm64: KVM: Switch to C-based stage2 initMarc Zyngier2-0/+4
2016-02-29arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier1-0/+5
2016-02-29ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier1-3/+0
2016-02-29arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier1-0/+4
2016-02-29arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel1-1/+1
2016-02-26Merge tag 'arm-soc/for-4.6/soc-arm64' of http://github.com/Broadcom/stblinux into next/arm64Arnd Bergmann1-0/+3
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel2-19/+20
2016-02-26arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel1-3/+4
2016-02-26arm64: Remove fixmap include fragilityMark Rutland3-62/+94
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski1-1/+2
2016-02-25arm64: Fix building error with 16KB pages and 36-bit VACatalin Marinas1-1/+1