| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-08-30 | Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core |  Will Deacon | 1 | -0/+1 |
| 2019-08-06 | arm64: Introduce prctl() options to control the tagged user addresses ABI |  Catalin Marinas | 1 | -0/+1 |
| 2019-08-05 | arm64: Move TIF_* documentation to individual definitions |  Geert Uytterhoeven | 1 | -18/+7 |
| 2019-08-05 | arm64: remove pointless __KERNEL__ guards |  Mark Rutland | 1 | -3/+0 |
| 2019-07-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -1/+4 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 |  Thomas Gleixner | 1 | -12/+1 |
| 2019-06-06 | ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix |  George G. Davis | 1 | -1/+1 |
| 2019-06-05 | arm64: ptrace: add support for syscall emulation |  Sudeep Holla | 1 | -1/+4 |
| 2019-02-26 | arm64: Remove documentation about TIF_USEDFPU |  Julien Grall | 1 | -1/+0 |
| 2018-12-13 | arm64: ptr auth: Move per-thread keys from thread_info to thread_struct |  Will Deacon | 1 | -4/+0 |
| 2018-12-13 | arm64: add basic pointer authentication support |  Mark Rutland | 1 | -0/+4 |
| 2018-12-07 | arm64: preempt: Provide our own implementation of asm/preempt.h |  Will Deacon | 1 | -1/+12 |
| 2018-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -6/+7 |
| 2018-05-31 | arm64: ssbd: Introduce thread flag to control userspace mitigation |  Marc Zyngier | 1 | -0/+1 |
| 2018-05-25 | arm64: fpsimd: Avoid FPSIMD context leakage for the init task |  Dave Martin | 1 | -6/+7 |
| 2018-01-09 | Construct init thread stack in the linker script rather than by union |  David Howells | 1 | -2/+0 |
| 2017-11-03 | arm64/sve: Support vector length resetting for new processes |  Dave Martin | 1 | -0/+1 |
| 2017-11-03 | arm64/sve: Core task context handling |  Dave Martin | 1 | -0/+4 |
| 2017-09-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -9/+4 |
| 2017-08-22 | arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro |  Yury Norov | 1 | -0/+3 |
| 2017-08-15 | arm64: clean up THREAD_* definitions |  Mark Rutland | 1 | -8/+1 |
| 2017-08-15 | arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP |  Ard Biesheuvel | 1 | -1/+0 |
| 2017-07-08 | arm64/syscalls: Check address limit on user-mode return |  Thomas Garnier | 1 | -1/+3 |
| 2016-11-21 | arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1 |  Catalin Marinas | 1 | -0/+3 |
| 2016-11-11 | arm64: split thread_info from task stack |  Mark Rutland | 1 | -24/+0 |
| 2016-11-11 | arm64: factor out current_stack_pointer |  Mark Rutland | 1 | -5/+1 |
| 2016-11-11 | arm64: thread_info remove stale items |  Mark Rutland | 1 | -2/+0 |
| 2016-11-07 | arm64: Add uprobe support |  Pratyush Anand | 1 | -1/+4 |
| 2016-09-09 | arm64: simplify sysreg manipulation |  Mark Rutland | 1 | -0/+3 |
| 2015-12-08 | arm64: Store struct thread_info in sp_el0 |  Jungseok Lee | 1 | -2/+8 |
| 2015-10-19 | arm64: Add 16K page size support |  Suzuki K. Poulose | 1 | -0/+2 |
| 2015-10-19 | arm64: Clean config usages for page size |  Suzuki K. Poulose | 1 | -1/+1 |
| 2015-10-07 | arm64: mm: rewrite ASID allocator and MM context-switching code |  Will Deacon | 1 | -1/+0 |
| 2015-04-12 | arm64: Remove signal translation and exec_domain |  Richard Weinberger | 1 | -3/+0 |
| 2015-02-12 | all arches, signal: move restart_block to struct task_struct |  Andy Lutomirski | 1 | -4/+0 |
| 2014-09-08 | arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer |  Behan Webster | 1 | -2/+2 |
| 2014-09-08 | arm64: LLVMLinux: Add current_stack_pointer() for arm64 |  Behan Webster | 1 | -0/+5 |
| 2014-07-10 | arm64: enable context tracking |  Larry Bassel | 1 | -1/+4 |
| 2014-06-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next |  Linus Torvalds | 1 | -1/+16 |
| 2014-05-22 | arm64: Remove TIF_POLLING_NRFLAG |  Peter Zijlstra | 1 | -2/+0 |
| 2014-05-16 | Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream |  Catalin Marinas | 1 | -1/+3 |
| 2014-05-12 | arm64: make a single hook to syscall_trace() for all syscall features |  AKASHI Takahiro | 1 | -0/+13 |
| 2014-05-08 | arm64: defer reloading a task's FPSIMD state to userland resume |  Ard Biesheuvel | 1 | -1/+3 |
| 2013-11-13 | preempt: Make PREEMPT_ACTIVE generic |  Thomas Gleixner | 1 | -6/+0 |
| 2013-07-26 | arm64: Change kernel stack size to 16K |  Feng Kan | 1 | -2/+2 |
| 2012-09-17 | arm64: Process management |  Catalin Marinas | 1 | -0/+127 |