summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/thread_info.h
AgeCommit message (Expand)Author
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas
2019-08-05arm64: Move TIF_* documentation to individual definitionsGeert Uytterhoeven
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-06ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fixGeorge G. Davis
2019-06-05arm64: ptrace: add support for syscall emulationSudeep Holla
2019-02-26arm64: Remove documentation about TIF_USEDFPUJulien Grall
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon
2018-12-13arm64: add basic pointer authentication supportMark Rutland
2018-12-07arm64: preempt: Provide our own implementation of asm/preempt.hWill Deacon
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier
2018-05-25arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin
2017-11-03arm64/sve: Core task context handlingDave Martin
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas
2016-11-11arm64: split thread_info from task stackMark Rutland
2016-11-11arm64: factor out current_stack_pointerMark Rutland
2016-11-11arm64: thread_info remove stale itemsMark Rutland
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-09-09arm64: simplify sysreg manipulationMark Rutland
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose
2015-10-19arm64: Clean config usages for page sizeSuzuki K. Poulose
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon
2015-04-12arm64: Remove signal translation and exec_domainRichard Weinberger
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-09-08arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointerBehan Webster
2014-09-08arm64: LLVMLinux: Add current_stack_pointer() for arm64Behan Webster
2014-07-10arm64: enable context trackingLarry Bassel
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-05-22arm64: Remove TIF_POLLING_NRFLAGPeter Zijlstra
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-07-26arm64: Change kernel stack size to 16KFeng Kan
2012-09-17arm64: Process managementCatalin Marinas