summaryrefslogtreecommitdiff
path: root/arch/arm64/include/uapi
AgeCommit message (Expand)Author
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-01-23arm64: KVM: Add UAPI notes for swapped registersAndrew Jones
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson
2020-01-19KVM: arm64: Correct PSTATE on exception entryMark Rutland
2020-01-15arm64: cpufeature: Export matrix and other features to userspaceSteven Price
2020-01-07arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras
2019-10-24Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier
2019-10-21KVM: arm64: Provide VCPU attributes for stolen timeSteven Price
2019-10-21KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-09KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier
2019-08-05arm64: remove unneeded uapi/asm/stat.hMasahiro Yamada
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-05KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara
2019-06-25arm64: Expose FRINT capabilities to userspaceMark Brown
2019-06-25arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown
2019-06-18arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>Anisse Astier
2019-06-14docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab
2019-06-13arm64/sve: Fix missing SVE/FPSIMD endianness conversionsDave Martin
2019-06-05arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headersSudeep Holla
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin
2019-04-18KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin
2019-04-18KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin
2019-04-16arm64: Expose DC CVADP to userspaceAndrew Murray
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray
2019-03-29KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin
2019-03-29KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-01arm64: add ptrace regsets for ptrauth key managementKristina Martsenko
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada
2019-01-04arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin
2019-01-04arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland
2018-12-13arm64: add basic pointer authentication supportMark Rutland
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon