aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/thread_info.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2014-09-08arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointerBehan Webster1-2/+2
2014-09-08arm64: LLVMLinux: Add current_stack_pointer() for arm64Behan Webster1-0/+5
2014-07-10arm64: enable context trackingLarry Bassel1-1/+4
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds1-1/+16
2014-05-22arm64: Remove TIF_POLLING_NRFLAGPeter Zijlstra1-2/+0
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstreamCatalin Marinas1-1/+3
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro1-0/+13
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel1-1/+3
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-6/+0
2013-07-26arm64: Change kernel stack size to 16KFeng Kan1-2/+2
2012-09-17arm64: Process managementCatalin Marinas1-0/+127