summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/thread_info.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-22arm64/sme: Implement SVCR context switchingMark Brown1-0/+1
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown1-0/+1
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown1-1/+1
2021-09-30arm64: add CPU field to struct thread_infoArd Biesheuvel1-0/+1
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh1-0/+2
2020-12-16arm64: make _TIF_WORK_MASK bits contiguousMark Rutland1-1/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland1-4/+2
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-4/+0
2020-11-09arm64: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-1/+3
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon1-0/+1
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon1-2/+2
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen1-0/+13
2020-02-20arm64: Remove TIF_NOHZFrederic Weisbecker1-3/+1
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-0/+1
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas1-0/+1
2019-08-05arm64: Move TIF_* documentation to individual definitionsGeert Uytterhoeven1-18/+7
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland1-3/+0
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-06ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fixGeorge G. Davis1-1/+1
2019-06-05arm64: ptrace: add support for syscall emulationSudeep Holla1-1/+4
2019-02-26arm64: Remove documentation about TIF_USEDFPUJulien Grall1-1/+0
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon1-4/+0
2018-12-13arm64: add basic pointer authentication supportMark Rutland1-0/+4
2018-12-07arm64: preempt: Provide our own implementation of asm/preempt.hWill Deacon1-1/+12
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+7
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier1-0/+1
2018-05-25arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin1-6/+7
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-2/+0
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin1-0/+1
2017-11-03arm64/sve: Core task context handlingDave Martin1-0/+4
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+4
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov1-0/+3
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland1-8/+1
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel1-1/+0
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier1-1/+3
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas1-0/+3
2016-11-11arm64: split thread_info from task stackMark Rutland1-24/+0
2016-11-11arm64: factor out current_stack_pointerMark Rutland1-5/+1
2016-11-11arm64: thread_info remove stale itemsMark Rutland1-2/+0
2016-11-07arm64: Add uprobe supportPratyush Anand1-1/+4
2016-09-09arm64: simplify sysreg manipulationMark Rutland1-0/+3
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee1-2/+8
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose1-0/+2
2015-10-19arm64: Clean config usages for page sizeSuzuki K. Poulose1-1/+1
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon1-1/+0
2015-04-12arm64: Remove signal translation and exec_domainRichard Weinberger1-3/+0