summaryrefslogtreecommitdiff
path: root/sys/arm64/include/proc.h
AgeCommit message (Expand)Author
2025-09-04arm64: Add padding to struct mdprocAndrew Turner
2025-08-08arm64: Support TBI in userspaceAndrew Turner
2024-10-24arm64: Implement efi_rt_arch_callAndrew Turner
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-25arm64 lib32: prepare arm64 headers to redirect to armMike Karels
2023-04-25Add padding for future use on arm64Andrew Turner
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2022-01-12Add arm64 pointer authentication supportAndrew Turner
2021-12-08Make struct syscall_args machine independentBrooks Davis
2021-11-30arm64, powerpc: fix calculation of 'used' in GET_STACK_USAGEMitchell Horne
2021-11-26Per-thread stack canary on arm64Andrew Turner
2021-07-16Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-07-10Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall
2021-07-10Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2020-09-27Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala
2019-11-03Utilize ASIDs to reduce both the direct and indirect costs of contextAlan Cox
2018-05-23Add GET_STACK_USAGE() for arm64.Mark Johnston
2017-11-24Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.Ed Schouten
2017-08-22Move the l0 pagetable address to struct mdproc. It is a property of theAndrew Turner
2017-06-12Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov
2015-03-23Renumber clauses to avoid missing 3Ed Maste
2015-03-23Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner