summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/asm-offsets.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-11-201-11/+11
|\
| * ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2024-10-111-11/+11
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-11-191-25/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas2024-11-141-25/+2
| |\ \ \ | | |_|/ | |/| |
| | | * arm64: stacktrace: unwind exception boundariesMark Rutland2024-10-171-0/+1
| | | * arm64: pt_regs: rename "pmr_save" -> "pmr"Mark Rutland2024-10-171-1/+1
| | |/ | |/|
| | * arm64: asm-offsets: remove PREEMPT_DISABLE_OFFSETMark Rutland2024-10-151-3/+0
| | * arm64: asm-offsets: remove DMA_{TO,FROM}_DEVICEMark Rutland2024-10-151-4/+0
| | * arm64: asm-offsets: remove VM_EXEC and PAGE_SZMark Rutland2024-10-151-4/+0
| | * arm64: asm-offsets: remove MM_CONTEXT_IDMark Rutland2024-10-151-2/+0
| | * arm64: asm-offsets: remove COMPAT_{RT_,SIGFRAME_REGS_OFFSETMark Rutland2024-10-151-6/+0
| | * arm64: asm-offsets: remove VMA_VM_*Mark Rutland2024-10-151-3/+0
| | * arm64: asm-offsets: remove TSK_ACTIVE_MMMark Rutland2024-10-151-2/+0
| |/
* / KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier2024-10-171-0/+1
|/
* KVM: arm64: Fix clobbered ELR in sync abort/SErrorPierre-Clément Tosi2024-06-201-0/+1
* arm64: make member of struct pt_regs and it's offset macro in the same orderKemeng Shi2024-02-221-1/+1
* arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel2024-01-121-2/+0
* arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=nArnd Bergmann2023-07-051-1/+1
* arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2023-06-211-0/+13
* arm64: ftrace: Add direct call supportFlorent Revest2023-04-111-0/+6
* arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-241-0/+4
* ftrace: arm64: move from REGS to ARGSMark Rutland2022-11-181-0/+13
* KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier2021-12-081-1/+0
* Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-021-1/+1
|\
| * sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-301-1/+0
| * arm64: add CPU field to struct thread_infoArd Biesheuvel2021-09-301-0/+1
* | arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin2021-10-011-0/+1
* | arm64: kexec: install a copy of the linear-mapPasha Tatashin2021-10-011-0/+2
* | arm64: kexec: configure EL2 vectors for kexecPasha Tatashin2021-10-011-0/+1
* | arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin2021-10-011-0/+7
|/
* arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne2021-07-281-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-291-0/+2
|\
| * KVM: arm64: Save/restore MTE registersSteven Price2021-06-221-0/+2
* | Merge branch 'for-next/smccc' into for-next/coreWill Deacon2021-06-241-0/+9
|\ \
| * | arm64: smccc: Add support for SMCCCv1.2 extended input/output registersSudeep Holla2021-05-261-0/+9
| |/
* | Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon2021-06-241-0/+4
|\ \
| * | arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss2021-06-151-0/+2
| * | arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss2021-06-151-0/+2
| |/
* | arm64: smp: initialize cpu offset earlierMark Rutland2021-05-261-0/+1
* | arm64: smp: remove stack from secondary_dataMark Rutland2021-05-261-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-0/+3
|\
| * Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvm...Marc Zyngier2021-04-131-0/+2
| |\
| * | KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret2021-03-191-0/+3
* | | Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas2021-04-151-4/+1
|\ \ \ | |_|/ |/| |
| * | arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-131-4/+0
| * | arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-0/+1
| |/
* / arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel2021-04-121-0/+2
|/
* arm64: Honor VHE being disabled from the command-lineMarc Zyngier2021-02-091-0/+3
* arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv2021-01-131-1/+1
* arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino2020-12-221-0/+3