Age | Commit message (Expand) | Author | Files | Lines |
2025-05-16 | arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1 |  Anshuman Khandual | 1 | -0/+2 |
2024-12-26 | fgraph: Replace fgraph_ret_regs with ftrace_regs |  Masami Hiramatsu (Google) | 1 | -12/+0 |
2024-11-20 | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace |  Linus Torvalds | 1 | -11/+11 |
2024-11-18 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -25/+2 |
2024-11-14 | Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'for-next/tlb', 'for-next/misc', 'for-next/mte', 'for-next/sysreg', 'for-next/stacktrace', 'for-next/hwcap3', 'for-next/kselftest', 'for-next/crc32', 'for-next/guest-cca', 'for-next/haft' and 'for-next/scs', remote-tracking... |  Catalin Marinas | 1 | -25/+2 |
2024-10-17 | arm64: stacktrace: unwind exception boundaries |  Mark Rutland | 1 | -0/+1 |
2024-10-17 | arm64: pt_regs: rename "pmr_save" -> "pmr" |  Mark Rutland | 1 | -1/+1 |
2024-10-17 | KVM: arm64: Shave a few bytes from the EL2 idmap code |  Marc Zyngier | 1 | -0/+1 |
2024-10-15 | arm64: asm-offsets: remove PREEMPT_DISABLE_OFFSET |  Mark Rutland | 1 | -3/+0 |
2024-10-15 | arm64: asm-offsets: remove DMA_{TO,FROM}_DEVICE |  Mark Rutland | 1 | -4/+0 |
2024-10-15 | arm64: asm-offsets: remove VM_EXEC and PAGE_SZ |  Mark Rutland | 1 | -4/+0 |
2024-10-15 | arm64: asm-offsets: remove MM_CONTEXT_ID |  Mark Rutland | 1 | -2/+0 |
2024-10-15 | arm64: asm-offsets: remove COMPAT_{RT_,SIGFRAME_REGS_OFFSET |  Mark Rutland | 1 | -6/+0 |
2024-10-15 | arm64: asm-offsets: remove VMA_VM_* |  Mark Rutland | 1 | -3/+0 |
2024-10-15 | arm64: asm-offsets: remove TSK_ACTIVE_MM |  Mark Rutland | 1 | -2/+0 |
2024-10-10 | ftrace: Make ftrace_regs abstract from direct use |  Steven Rostedt | 1 | -11/+11 |
2024-06-20 | KVM: arm64: Fix clobbered ELR in sync abort/SError |  Pierre-Clément Tosi | 1 | -0/+1 |
2024-02-22 | arm64: make member of struct pt_regs and it's offset macro in the same order |  Kemeng Shi | 1 | -1/+1 |
2024-01-12 | arm64: fpsimd: Bring cond_yield asm macro in line with new rules |  Ard Biesheuvel | 1 | -2/+0 |
2023-07-05 | arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=n |  Arnd Bergmann | 1 | -1/+1 |
2023-06-20 | arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL |  Donglin Peng | 1 | -0/+13 |
2023-04-11 | arm64: ftrace: Add direct call support |  Florent Revest | 1 | -0/+6 |
2023-01-24 | arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS |  Mark Rutland | 1 | -0/+4 |
2022-11-18 | ftrace: arm64: move from REGS to ARGS |  Mark Rutland | 1 | -0/+13 |
2021-12-08 | KVM: arm64: Drop unused workaround_flags vcpu field |  Marc Zyngier | 1 | -1/+0 |
2021-11-01 | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 1 | -1/+1 |
2021-10-01 | arm64: kexec: keep MMU enabled during kexec relocation |  Pasha Tatashin | 1 | -0/+1 |
2021-10-01 | arm64: kexec: install a copy of the linear-map |  Pasha Tatashin | 1 | -0/+2 |
2021-10-01 | arm64: kexec: configure EL2 vectors for kexec |  Pasha Tatashin | 1 | -0/+1 |
2021-10-01 | arm64: kexec: pass kimage as the only argument to relocation function |  Pasha Tatashin | 1 | -0/+7 |
2021-09-30 | sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y |  Ard Biesheuvel | 1 | -1/+0 |
2021-09-30 | arm64: add CPU field to struct thread_info |  Ard Biesheuvel | 1 | -0/+1 |
2021-07-28 | arm64: mte: rename gcr_user_excl to mte_ctrl |  Peter Collingbourne | 1 | -1/+1 |
2021-06-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+2 |
2021-06-24 | Merge branch 'for-next/smccc' into for-next/core |  Will Deacon | 1 | -0/+9 |
2021-06-24 | Merge branch 'for-next/ptrauth' into for-next/core |  Will Deacon | 1 | -0/+4 |
2021-06-22 | KVM: arm64: Save/restore MTE registers |  Steven Price | 1 | -0/+2 |
2021-06-15 | arm64: Conditionally configure PTR_AUTH key of the kernel. |  Daniel Kiss | 1 | -0/+2 |
2021-06-15 | arm64: Add ARM64_PTR_AUTH_KERNEL config option |  Daniel Kiss | 1 | -0/+2 |
2021-05-26 | arm64: smp: initialize cpu offset earlier |  Mark Rutland | 1 | -0/+1 |
2021-05-26 | arm64: smp: remove stack from secondary_data |  Mark Rutland | 1 | -1/+0 |
2021-05-26 | arm64: smccc: Add support for SMCCCv1.2 extended input/output registers |  Sudeep Holla | 1 | -0/+9 |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+3 |
2021-04-15 | Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/core |  Catalin Marinas | 1 | -4/+1 |
2021-04-13 | arm64: pac: Optimize kernel entry/exit key installation code paths |  Peter Collingbourne | 1 | -4/+0 |
2021-04-13 | arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS) |  Peter Collingbourne | 1 | -0/+1 |
2021-04-13 | Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvmarm-master/next |  Marc Zyngier | 1 | -0/+2 |
2021-04-12 | arm64: fpsimd: run kernel mode NEON with softirqs disabled |  Ard Biesheuvel | 1 | -0/+2 |
2021-03-19 | KVM: arm64: Set host stage 2 using kvm_nvhe_init_params |  Quentin Perret | 1 | -0/+3 |
2021-02-09 | arm64: Honor VHE being disabled from the command-line |  Marc Zyngier | 1 | -0/+3 |