aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/realmode
AgeCommit message (Expand)AuthorFilesLines
2024-02-23x86/trampoline: Bypass compat mode in trampoline_start64() if not neededGravatar Kirill A. Shutemov 1-1/+32
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsGravatar Vegard Nossum 1-1/+1
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeGravatar Vegard Nossum 1-1/+1
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsGravatar Vegard Nossum 1-0/+1
2023-05-30x86/realmode: Make stack lock work in trampoline_compat()Gravatar Thomas Gleixner 1-4/+8
2023-05-15x86/smpboot: Implement a bit spinlock to protect the realmode stackGravatar Thomas Gleixner 2-5/+21
2022-11-25x86/boot: Skip realmode init code when running as Xen PV guestGravatar Juergen Gross 1-2/+6
2022-10-03x86: kmsan: disable instrumentation of unsupported codeGravatar Alexander Potapenko 1-0/+1
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-5/+69
2022-04-27x86/sev: Add missing __init annotations to SEV init routinesGravatar Michael Roth 1-1/+1
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsGravatar Sean Christopherson 1-1/+12
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootGravatar Kirill A. Shutemov 1-4/+4
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffGravatar Sean Christopherson 3-1/+50
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersGravatar Kirill A. Shutemov 1-0/+4
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+26
2021-12-06x86/mm: Flush global TLB when switching to trampoline page-tableGravatar Joerg Roedel 1-0/+26
2021-12-03x86/64/mm: Map all kernel memory into trampoline_pgdGravatar Joerg Roedel 1-1/+11
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Gravatar Tom Lendacky 1-2/+1
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Gravatar Tom Lendacky 1-2/+3
2021-09-03memblock: make memblock_find_in_range method privateGravatar Mike Rapoport 1-1/+1
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Gravatar Linus Torvalds 1-1/+0
2021-06-03x86/setup: Always reserve the first 1M of RAMGravatar Mike Rapoport 1-6/+8
2021-05-12x86, objtool: Dont exclude arch/x86/realmode/Gravatar Peter Zijlstra 1-1/+0
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGGravatar Brijesh Singh 1-2/+2
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Gravatar Brijesh Singh 1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 1-1/+1
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsGravatar Joerg Roedel 1-0/+6
2020-09-09x86/realmode: Setup AP jump tableGravatar Tom Lendacky 1-2/+16
2020-09-09x86/realmode: Add SEV-ES specific trampoline entry pointGravatar Joerg Roedel 2-0/+23
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 2-0/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshGravatar Ingo Molnar 3-1/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsGravatar Ingo Molnar 1-1/+1
2020-02-25x86/vmlinux: Drop unneeded linker script discard of .eh_frameGravatar Arvind Sankar 1-1/+0
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Gravatar Arvind Sankar 1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsGravatar Ingo Molnar 10-54/+58
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-54/+55
2019-11-26Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2019-11-16x86, kcsan: Enable KCSAN for x86Gravatar Marco Elver 2-0/+6
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedGravatar Lianbo Jiang 1-0/+2
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Gravatar Jiri Slaby 1-2/+4
2019-10-18x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Gravatar Jiri Slaby 3-5/+11
2019-10-18x86/asm/realmode: Use SYM_DATA_* instead of GLOBALGravatar Jiri Slaby 8-43/+36
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALGravatar Jiri Slaby 1-1/+1