summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/uapi
AgeCommit message (Expand)AuthorLines
2022-02-25Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier-0/+7
2022-02-24KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse-0/+5
2022-02-21KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags fieldWill Deacon-0/+7
2022-02-08KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei-0/+3
2022-02-08KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei-0/+1
2021-12-13arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly-0/+1
2021-12-13arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly-0/+1
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier-0/+1
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport-0/+1
2021-06-22KVM: arm64: Add ioctl to fetch/store tags in a guestSteven Price-0/+11
2020-11-27KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/Will Deacon-3/+0
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+16
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon-1/+6
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier-0/+9
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier-0/+9
2020-09-29KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier-0/+16
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas-0/+3
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas-0/+1
2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino-1/+1
2020-09-03arm64: mte: system register definitionsVincenzo Frascino-0/+1
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas-1/+1
2020-07-30arm64: sigcontext.h: delete duplicated wordRandy Dunlap-1/+1
2020-07-24arm64: Reserve HWCAP2_MTE as (1 << 18)Catalin Marinas-0/+1
2020-03-16arm64: Basic Branch Target Identification supportDave Martin-0/+19
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+11
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+8
2020-01-23arm64: KVM: Add UAPI notes for swapped registersAndrew Jones-2/+10
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon-0/+1
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson-0/+1
2020-01-19KVM: arm64: Correct PSTATE on exception entryMark Rutland-0/+1
2020-01-15arm64: cpufeature: Export matrix and other features to userspaceSteven Price-0/+7
2020-01-07arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras-0/+1
2019-10-24Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier-0/+2
2019-10-21KVM: arm64: Provide VCPU attributes for stolen timeSteven Price-0/+2
2019-10-21KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall-1/+2
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+3
2019-09-09KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier-1/+3
2019-08-05arm64: remove unneeded uapi/asm/stat.hMasahiro Yamada-17/+0
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada-1/+1
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+10
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+5
2019-07-05KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara-0/+10
2019-06-25arm64: Expose FRINT capabilities to userspaceMark Brown-0/+1
2019-06-25arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown-0/+1
2019-06-18arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>Anisse Astier-5/+3
2019-06-14docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab-1/+1
2019-06-13arm64/sve: Fix missing SVE/FPSIMD endianness conversionsDave Martin-0/+25
2019-06-05arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headersSudeep Holla-0/+3
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+43