summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-162-5/+0
|\
| * PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-1/+0
| * ARM64: PCI: Remove generated include of asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-3/+0
| * PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-1611-12/+343
|\ \
| * | arm64: KVM: vgic-v3: Reset LRs at boot timeMarc Zyngier2016-03-091-0/+1
| * | arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao2016-02-292-0/+11
| * | arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao2016-02-292-1/+2
| * | arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao2016-02-293-0/+11
| * | arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao2016-02-291-1/+3
| * | arm64: KVM: Add access handler for PMSWINC registerShannon Zhao2016-02-292-0/+3
| * | arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao2016-02-291-0/+1
| * | arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao2016-02-291-0/+1
| * | arm64: KVM: Add access handler for event type registerShannon Zhao2016-02-291-0/+3
| * | arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao2016-02-291-0/+1
| * | arm64: KVM: Add access handler for event counter registerShannon Zhao2016-02-291-0/+3
| * | arm64: KVM: Add access handler for PMSELR registerShannon Zhao2016-02-291-0/+1
| * | arm64: KVM: Add access handler for PMCR registerShannon Zhao2016-02-291-0/+3
| * | arm64: KVM: Define PMU data structure for each vcpuShannon Zhao2016-02-291-0/+2
| * | arm64: KVM: Add temporary kvm_perf_event.hMarc Zyngier2016-02-292-0/+56
| * | arm64: KVM: Move __cpu_init_stage2 after kvm_call_hypMarc Zyngier2016-02-291-5/+7
| * | arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-291-0/+180
| * | arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYPMarc Zyngier2016-02-291-5/+13
| * | arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier2016-02-292-1/+5
| * | arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier2016-02-291-0/+3
| * | arm64: KVM: VHE: Patch out kern_hyp_vaMarc Zyngier2016-02-291-1/+11
| * | arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier2016-02-291-1/+5
| * | arm/arm64: Add new is_kernel_in_hyp_mode predicateMarc Zyngier2016-02-291-0/+10
| * | arm64: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-292-0/+4
| * | arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier2016-02-291-0/+5
| * | ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier2016-02-291-3/+0
| * | arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier2016-02-291-0/+4
* | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-4/+0
|\ \ \
| * | | asm-generic: Consolidate mark_rodata_ro()Kees Cook2016-02-221-4/+0
| |/ /
* | | arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel2016-03-091-2/+3
* | | arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel2016-02-261-3/+4
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-02-161-2/+0
|\ \
| * \ Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-161-2/+0
| |\ \
| | * | arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla2016-02-111-2/+0
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla2016-02-111-0/+1
* | | | Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-082-2/+7
|\ \ \ \ | | |/ / | |/| |
| * | | arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guestsShannon Zhao2016-01-241-2/+6
| * | | arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-241-0/+1
| | |/ | |/|
* | | arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown2016-02-031-0/+1
* | | arm64: futex.h: Add missing PAN togglingJames Morse2016-02-021-0/+2
| |/ |/|
* | arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas2016-01-251-11/+10
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-2/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-13/+6
|\
| * arm64: define __smp_xxxMichael S. Tsirkin2016-01-121-5/+5