summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/asm-offsets.c
AgeCommit message (Expand)Author
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-10-17arm64: stacktrace: unwind exception boundariesMark Rutland
2024-10-17arm64: pt_regs: rename "pmr_save" -> "pmr"Mark Rutland
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier
2024-10-15arm64: asm-offsets: remove PREEMPT_DISABLE_OFFSETMark Rutland
2024-10-15arm64: asm-offsets: remove DMA_{TO,FROM}_DEVICEMark Rutland
2024-10-15arm64: asm-offsets: remove VM_EXEC and PAGE_SZMark Rutland
2024-10-15arm64: asm-offsets: remove MM_CONTEXT_IDMark Rutland
2024-10-15arm64: asm-offsets: remove COMPAT_{RT_,SIGFRAME_REGS_OFFSETMark Rutland
2024-10-15arm64: asm-offsets: remove VMA_VM_*Mark Rutland
2024-10-15arm64: asm-offsets: remove TSK_ACTIVE_MMMark Rutland
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-06-20KVM: arm64: Fix clobbered ELR in sync abort/SErrorPierre-Clément Tosi
2024-02-22arm64: make member of struct pt_regs and it's offset macro in the same orderKemeng Shi
2024-01-12arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel
2023-07-05arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=nArnd Bergmann
2023-06-20arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng
2023-04-11arm64: ftrace: Add direct call supportFlorent Revest
2023-01-24arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland
2022-11-18ftrace: arm64: move from REGS to ARGSMark Rutland
2021-12-08KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel
2021-09-30arm64: add CPU field to struct thread_infoArd Biesheuvel
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss
2021-05-26arm64: smp: initialize cpu offset earlierMark Rutland
2021-05-26arm64: smp: remove stack from secondary_dataMark Rutland
2021-05-26arm64: smccc: Add support for SMCCCv1.2 extended input/output registersSudeep Holla
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-04-13Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvm...Marc Zyngier
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret
2021-02-09arm64: Honor VHE being disabled from the command-lineMarc Zyngier
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv