| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-07 | arm64: asm: Provide a mechanism for generating ELF note for BTI |  Mark Brown | 1 | -0/+50 |
| 2020-03-25 | Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/amu', 'for-next/final-cap-helper', 'for-next/cpu_ops-cleanup', 'for-next/misc' and 'for-next/perf' into for-next/core |  Catalin Marinas | 1 | -6/+10 |
| 2020-03-06 | arm64: trap to EL1 accesses to AMU counters from EL0 |  Ionela Voinescu | 1 | -0/+10 |
| 2020-02-27 | arm64: mm: convert cpu_do_switch_mm() to C |  Mark Rutland | 1 | -6/+0 |
| 2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+3 |
| 2020-01-22 | Merge branch 'for-next/asm-annotations' into for-next/core |  Will Deacon | 1 | -11/+0 |
| 2020-01-17 | arm64: assembler: remove smp_dmb macro |  Mark Rutland | 1 | -7/+0 |
| 2020-01-17 | arm64: assembler: remove inherit_daif macro |  Mark Rutland | 1 | -6/+0 |
| 2020-01-08 | arm64: asm: Remove ENDPIPROC() |  Mark Brown | 1 | -12/+0 |
| 2020-01-08 | arm64: asm: Add new-style position independent function annotations |  Mark Brown | 1 | -0/+1 |
| 2019-12-08 | sched/rt, arm64: Use CONFIG_PREEMPTION |  Thomas Gleixner | 1 | -3/+3 |
| 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 | -3/+14 |
| 2019-08-09 | arm64: mm: Introduce 52-bit Kernel VAs |  Steve Capper | 1 | -5/+8 |
| 2019-08-09 | arm64: mm: Logic to make offset_ttbr1 conditional |  Steve Capper | 1 | -2/+10 |
| 2019-08-05 | arm64: Remove unused assembly macro |  Julien Thierry | 1 | -11/+0 |
| 2019-07-05 | arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS |  James Morse | 1 | -0/+4 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 |  Thomas Gleixner | 1 | -12/+1 |
| 2019-05-14 | arm64: assembler: Update comment above cond_yield_neon() macro |  Hillf Danton | 1 | -6/+5 |
| 2019-04-16 | arm64: add CVADP support to the cache maintenance helper |  Andrew Murray | 1 | -0/+4 |
| 2019-04-05 | arm64: Use defines instead of magic numbers |  Alexandru Elisei | 1 | -2/+2 |
| 2019-02-28 | arm64: Add workaround for Fujitsu A64FX erratum 010001 |  Zhang Lei | 1 | -0/+20 |
| 2019-02-26 | arm64: Rename get_thread_info() |  Julien Thierry | 1 | -3/+3 |
| 2019-02-06 | arm64: Remove unused daif related functions/macros |  Julien Thierry | 1 | -9/+1 |
| 2018-12-11 | arm64: preempt: Fix big-endian when checking preempt count in assembly |  Will Deacon | 1 | -5/+3 |
| 2018-12-10 | arm64: Kconfig: Re-jig CONFIG options for 52-bit VA |  Will Deacon | 1 | -2/+2 |
| 2018-12-10 | arm64: mm: introduce 52-bit userspace support |  Steve Capper | 1 | -4/+3 |
| 2018-12-10 | arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD |  Steve Capper | 1 | -0/+23 |
| 2018-12-10 | arm64: Fix minor issues with the dcache_by_line_op macro |  Will Deacon | 1 | -12/+18 |
| 2018-12-10 | arm64: add EXPORT_SYMBOL_NOKASAN() |  Mark Rutland | 1 | -0/+9 |
| 2018-12-06 | arm64: Add support for SB barrier and patch in over DSB; ISB sequences |  Will Deacon | 1 | -0/+13 |
| 2018-09-19 | arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE |  Will Deacon | 1 | -4/+3 |
| 2018-04-11 | arm64: assembler: add macros to conditionally yield the NEON under PREEMPT |  Ard Biesheuvel | 1 | -0/+73 |
| 2018-04-11 | arm64: assembler: add utility macros to push/pop stack frames |  Ard Biesheuvel | 1 | -0/+63 |
| 2018-03-19 | arm64: asm: drop special versions of adr_l/ldr_l/str_l for modules |  Ard Biesheuvel | 1 | -32/+2 |
| 2018-02-10 | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+21 |
| 2018-02-06 | arm64: entry: Ensure branch through syscall table is bounded under speculation |  Will Deacon | 1 | -0/+11 |
| 2018-02-06 | arm64: barrier: Add CSDB macros to control data-value prediction |  Will Deacon | 1 | -0/+7 |
| 2018-02-06 | arm64: assembler: Align phys_to_pte with pte_to_phys |  Will Deacon | 1 | -0/+13 |
| 2018-02-06 | arm64: assembler: Change order of macro arguments in phys_to_ttbr |  Will Deacon | 1 | -1/+1 |
| 2018-02-06 | arm64: kpti: Add ->enable callback to remap swapper using nG mappings |  Will Deacon | 1 | -0/+10 |
| 2018-02-06 | arm64: Add software workaround for Falkor erratum 1041 |  Shanker Donthineni | 1 | -0/+10 |
| 2018-02-01 | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Radim Krčmář | 1 | -0/+10 |
| 2018-01-16 | arm64: kernel: Prepare for a DISR user |  James Morse | 1 | -0/+7 |
| 2018-01-15 | arm64: fix comment above tcr_compute_pa_size |  Kristina Martsenko | 1 | -1/+1 |
| 2018-01-13 | arm64: alternatives: use tpidr_el2 on VHE hosts |  James Morse | 1 | -0/+8 |
| 2018-01-08 | arm64: Move post_ttbr_update_workaround to C code |  Marc Zyngier | 1 | -13/+0 |
| 2018-01-08 | arm64: KVM: Add invalidate_icache_range helper |  Marc Zyngier | 1 | -0/+21 |
| 2017-12-22 | Merge branch 'for-next/52-bit-pa' into for-next/core |  Catalin Marinas | 1 | -2/+34 |
| 2017-12-22 | arm64: allow ID map to be extended to 52 bits |  Kristina Martsenko | 1 | -2/+0 |
| 2017-12-22 | arm64: handle 52-bit addresses in TTBR |  Kristina Martsenko | 1 | -0/+16 |