summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-211-0/+25
|\
| * KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier2023-04-051-1/+2
| * KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton2023-04-051-0/+11
| * KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton2023-04-051-0/+4
| * KVM: arm64: Refactor hvc filtering to support different actionsOliver Upton2023-04-051-0/+9
* | KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier2023-03-301-0/+2
* | KVM: arm64: timers: Allow userspace to set the global counter offsetMarc Zyngier2023-03-301-0/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-0/+1
|\
| * Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-131-0/+1
| |\
| | * KVM: arm64: nv: Introduce nested virtualization VCPU featureChristoffer Dall2023-02-111-0/+1
| | |
| \ \
*-. \ \ Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-102-0/+33
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * arm64/signal: Include TPIDR2 in the signal contextMark Brown2023-01-201-0/+8
| |/ |/|
| * arm64/sme: Add hwcaps for SME 2 and 2.1 featuresMark Brown2023-01-201-0/+6
| * arm64/sme: Implement signal handling for ZTMark Brown2023-01-201-0/+19
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-0/+1
|\
| * KVM: arm64: Enable ring-based dirty memory trackingGavin Shan2022-11-101-0/+1
* | Merge branch 'for-next/trivial' into for-next/coreWill Deacon2022-12-061-0/+4
|\ \
| * | arm64/signal: Document our convention for choosing magic numbersMark Brown2022-11-141-0/+4
| |/
* | arm64/hwcap: Add support for SVE 2.1Mark Brown2022-11-091-0/+1
* | arm64/hwcap: Add support for FEAT_RPRFMMark Brown2022-11-091-0/+1
* | arm64/hwcap: Add support for FEAT_CSSCMark Brown2022-11-091-0/+1
|/
*-. Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas2022-09-301-0/+1
|\ \
| | * arm64/sysreg: Add hwcap for SVE EBF16Mark Brown2022-09-061-0/+1
| |/
* | arm64: asm/perf_regs.h: Avoid C++-style comment in UAPI headerWill Deacon2022-09-221-1/+1
* | perf: arm64: Add SVE vector granule register to user regsJames Clark2022-09-221-0/+7
|/
* Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-08-191-2/+4
|\
| * KVM: arm64: Fix compile error due to sign extensionYang Yingliang2022-08-101-2/+4
* | arm64/hwcap: Support FEAT_EBF16Mark Brown2022-07-201-0/+1
* | arm64/hwcap: Document allocation of upper bits of AT_HWCAPMark Brown2022-07-201-0/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-262-0/+35
|\
| * Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier2022-05-161-0/+34
| |\
| | * 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-031-0/+8
| | * KVM: arm64: Add standard hypervisor firmware registerRaghavendra Rao Ananta2022-05-031-0/+7
| | * KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta2022-05-031-0/+13
| * | Merge branch kvm-arm64/wfxt into kvmarm-master/nextMarc Zyngier2022-05-041-0/+1
| |\ \
| | * | arm64: Add HWCAP advertising FEAT_WFXTMarc Zyngier2022-04-201-0/+1
| | |/
* | | Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas2022-05-201-0/+2
|\ \ \ | |/ / |/| |
| * | KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_highAlexandru Elisei2022-04-291-0/+2
| |/
* | arm64/sme: Add ptrace support for ZAMark Brown2022-04-221-0/+56
* | arm64/sme: Implement ptrace support for streaming mode SVE registersMark Brown2022-04-221-5/+8
* | arm64/sme: Implement ZA signal handlingMark Brown2022-04-221-0/+41
* | arm64/sme: Implement streaming SVE signal handlingMark Brown2022-04-221-3/+13
* | arm64/sme: Basic enumeration supportMark Brown2022-04-221-0/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-0/+11
|\
| * Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier2022-02-251-0/+7
| |\
| | * KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags fieldWill Deacon2022-02-211-0/+7
| * | KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei2022-02-081-0/+3
| * | KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei2022-02-081-0/+1
| |/
* | Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon2022-03-141-0/+5
|\ \