summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-0/+13
|\
| * arm64: add ptrace regsets for ptrauth key managementKristina Martsenko2019-02-011-0/+13
* | asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+1
* | asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-17/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin2019-01-043-49/+99
* arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin2019-01-041-1/+1
* arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-131-0/+7
* arm64: add basic pointer authentication supportMark Rutland2018-12-131-0/+2
* arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2018-12-061-0/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\
| * y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-242-24/+1
|\ \
| * | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-032-24/+1
| |/
* | arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon2018-09-141-0/+1
* | arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon2018-09-141-0/+1
|/
* arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-211-0/+13
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-0/+1
|\
| * KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-251-0/+1
* | arm64: signal: Report signal frame size to userspace via auxvDave Martin2018-06-011-1/+2
|/
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-201-0/+6
* arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin2018-03-201-7/+0
* arm64: Expose Arm v8.4 featuresSuzuki K Poulose2018-03-191-0/+4
* arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-14/+0
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-0/+21
|\
| * signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-0/+21
* | arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2018-01-051-0/+1
|/
* arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+9
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-0/+7
|\
| * KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESETEric Auger2017-11-061-0/+1
| * KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall2017-11-061-0/+6
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-153-2/+263
|\ \
| * | arm64/sve: Add documentationDave Martin2017-11-031-0/+3
| * | arm64/sve: Detect SVE and activate runtime supportDave Martin2017-11-031-0/+1
| * | arm64/sve: ptrace and ELF coredump supportDave Martin2017-11-031-0/+138
| * | arm64/sve: Signal frame and context structure definitionDave Martin2017-11-031-1/+116
| * | arm64: uapi: Remove PSR_Q_BITWill Deacon2017-10-271-1/+0
| * | arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2017-10-111-0/+5
| |/
* | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0216-0/+16
* | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-022-0/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* arm64: Expose DC CVAP to userspaceRobin Murphy2017-08-091-0/+1
* arm64: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-101-0/+16
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-0/+3
|\
| * KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+3
* | arm64: signal: Allow expansion of the signal frameDave Martin2017-06-231-1/+37
* | arm64: signal: factor out signal frame record allocationDave Martin2017-06-201-0/+19
|/
* Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-18/+0
|\