summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/uapi
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2022-02-241-0/+5
| |/
* / arm64/mte: Add hwcap for asymmetric modeMark Brown2022-02-251-0/+1
|/
* arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2021-12-131-0/+1
* arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly2021-12-131-0/+1
* arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2021-10-191-0/+1
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-0/+1
* KVM: arm64: Add ioctl to fetch/store tags in a guestSteven Price2021-06-221-0/+11
* KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/Will Deacon2020-11-271-3/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-0/+16
|\
| * Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-301-0/+9
| |\
| * | KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier2020-09-291-0/+16
* | | Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-023-1/+6
|\ \ \ | |_|/ |/| |
| * | arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas2020-09-041-0/+3
| * | arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-0/+1
| * | arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino2020-09-031-1/+1
| * | arm64: mte: system register definitionsVincenzo Frascino2020-09-031-0/+1
| |/
* / KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-291-0/+9
|/
*-. Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas2020-07-311-1/+1
|\ \
| | * arm64: sigcontext.h: delete duplicated wordRandy Dunlap2020-07-301-1/+1
| |/
* / arm64: Reserve HWCAP2_MTE as (1 << 18)Catalin Marinas2020-07-241-0/+1
|/
* arm64: Basic Branch Target Identification supportDave Martin2020-03-163-0/+19
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-312-2/+11
|\
| * arm64: KVM: Add UAPI notes for swapped registersAndrew Jones2020-01-231-2/+10
| * KVM: arm64: Correct PSTATE on exception entryMark Rutland2020-01-191-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-01-271-0/+8
|\ \
| * \ Merge branch 'for-next/rng' into for-next/coreWill Deacon2020-01-221-0/+1
| |\ \
| | * | arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson2020-01-221-0/+1
| | |/