summaryrefslogtreecommitdiff
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-3/+0
|\
| * mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-06-271-3/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Stephen Rothwell2022-06-281-33/+8
|\ \ | |/ |/|
| * arm64: io: Use asm-generic high level MMIO accessorsSai Prakash Ranjan2022-06-151-33/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-142-5/+3
|\ \ | |/ |/|
| * KVM: arm64: Drop stale commentMarc Zyngier2022-06-091-5/+0
| * KVM: arm64: Extend comment in has_vhe()Will Deacon2022-06-091-0/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-06-101-2/+2
|\ \
| * | arm64/sme: Fix tests for 0b1111 value ID registersMark Brown2022-06-081-2/+2
| |/
* | arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2022-06-061-0/+2
|/
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-312-84/+10
|\
| * asm-generic: compat: Cleanup duplicate definitionsGuo Ren2022-04-261-64/+9
| * fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-0/+1
| * compat: consolidate the compat_flock{,64} definitionChristoph Hellwig2022-04-261-16/+0
| * uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig2022-04-261-4/+0
* | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-2/+2
|\ \
| * | mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-2611-27/+87
|\ \ \
| * \ \ Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-251-0/+4
| |\ \ \
| * \ \ \ Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2523-42/+634
| |\ \ \ \
| | * \ \ \ Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier2022-05-162-1/+9
| | |\ \ \ \
| | | * | | | KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaroundMarc Zyngier2022-05-151-0/+8
| | | * | | | KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei2022-05-041-1/+1
| | * | | | | Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier2022-05-161-11/+0
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier2022-05-161-6/+0
| | | * | | | | KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba2022-05-151-6/+1
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier2022-05-161-2/+8
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton2022-05-041-0/+2
| | | * | | | | KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton2022-05-041-0/+1
| | | * | | | | KVM: arm64: Track vCPU power state using MP state valuesOliver Upton2022-05-041-2/+3
| | | * | | | | KVM: arm64: Dedupe vCPU power off helpersOliver Upton2022-05-041-0/+2
| | * | | | | | Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier2022-05-162-0/+50
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Hide KVM_REG_ARM_*_BMAP_BIT_COUNT from userspaceMarc Zyngier2022-05-151-0/+6
| | | * | | | | | KVM: arm64: Add vendor hypervisor firmware registerRaghavendra Rao Ananta2022-05-032-0/+10
| | | * | | | | | KVM: arm64: Add standard hypervisor firmware registerRaghavendra Rao Ananta2022-05-032-0/+9
| | | * | | | | | KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta2022-05-032-0/+25
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier2022-05-043-8/+3
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Start trapping ID registers for 32 bit guestsOliver Upton2022-05-032-8/+2
| | | * | | | | | KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handlerOliver Upton2022-05-031-0/+1
| | | |/ / / / /
| | * | | | | | Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier2022-05-042-0/+4
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Add guard pages for KVM nVHE hypervisor stackKalesh Singh2022-04-282-0/+3
| | | * | | | | | KVM: arm64: Introduce hyp_alloc_private_va_range()Kalesh Singh2022-04-281-0/+1
| | | |/ / / / /
| | * | | | | | Merge branch kvm-arm64/wfxt into kvmarm-master/nextMarc Zyngier2022-05-045-2/+13
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Handle blocking WFIT instructionMarc Zyngier2022-04-201-0/+1
| | | * | | | | | arm64: Add wfet()/wfit() helpersMarc Zyngier2022-04-201-0/+4
| | | * | | | | | arm64: Add HWCAP advertising FEAT_WFXTMarc Zyngier2022-04-202-0/+2
| | | * | | | | | arm64: Add RV and RN fields for ESR_ELx_WFx_ISSMarc Zyngier2022-04-201-0/+2
| | | * | | | | | arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definitionMarc Zyngier2022-04-201-2/+4
| | * | | | | | | Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/nextMarc Zyngier2022-05-0416-15/+541
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson2022-05-021-3/+0