mbox series

[v7,00/11] (mostly) x86+Arm32: add/convert entry point annotations

Message ID 98590a41-cee7-4ba3-a723-4e3ee3b55357@suse.com (mailing list archive)
Headers show
Series (mostly) x86+Arm32: add/convert entry point annotations | expand

Message

Jan Beulich Oct. 1, 2024, 3:11 p.m. UTC
01: common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions
02: VMX: convert entry point annotations
03: x86/ACPI: annotate assembly functions with type and size
04: x86/kexec: convert entry point annotations
05: x86: convert dom_crash_sync_extable() annotation
06: x86: move ENTRY(), GLOBAL(), and ALIGN
07: Arm32: use new-style entry annotations for library code
08: Arm32: use new-style entry annotations for MMU code
09: Arm32: use new-style entry annotations for entry code
10: Arm32: use new-style entry annotations in head.S
11: Arm: purge ENTRY(), ENDPROC(), and ALIGN

Jan