summaryrefslogtreecommitdiff
path: root/arch/x86/platform/pvh/head.S
AgeCommit message (Expand)AuthorFilesLines
2026-01-12x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is setHou Wenlong1-0/+2
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel1-1/+1
2025-04-18x86/asm: Remove semicolon from "rep" prefixesUros Bizjak1-2/+1
2025-02-18x86/percpu/64: Use relative percpu offsetsBrian Gerst1-3/+2
2025-02-18x86/pvh: Use fixed_percpu_data for early boot GSBASEBrian Gerst1-6/+9
2024-10-29x86/pvh: Avoid absolute symbol references in .head.textArd Biesheuvel1-12/+18
2024-10-29x86/xen: Avoid relocatable quantities in Xen ELF notesArd Biesheuvel1-3/+3
2024-10-29x86/pvh: Omit needless clearing of phys_baseArd Biesheuvel1-7/+0
2024-10-29x86/pvh: Use correct size value in GDT descriptorArd Biesheuvel1-1/+1
2024-10-29x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel1-1/+8
2024-09-25x86/pvh: Add 64bit relocation page tablesJason Andryuk1-1/+103
2024-09-25x86/pvh: Set phys_base when calling xen_prepare_pvh()Jason Andryuk1-0/+13
2024-09-25x86/pvh: Make PVH entrypoint PIC for x86-64Jason Andryuk1-12/+34
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum1-3/+3
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum1-0/+1
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf1-1/+1
2022-04-19x86,xen,objtool: Add UNWIND hintPeter Zijlstra1-0/+1
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+0
2021-03-21x86: Remove unusual Unicode characters from commentsIngo Molnar1-3/+3
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski1-14/+0
2021-01-26x86/xen/pvh: Annotate indirect branch as safeJosh Poimboeuf1-0/+2
2019-10-18x86/asm: Make some functions localJiri Slaby1-2/+2
2019-10-18xen/pvh: Annotate data appropriatelyJiri Slaby1-7/+7
2018-12-13xen/pvh: Move PVH entry code out of Xen specific treeMaran Wilson1-0/+177