aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko1-0/+1
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+69
2022-04-27x86/sev: Add missing __init annotations to SEV init routinesMichael Roth1-1/+1
2022-04-07x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson1-1/+12
2022-04-07x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov1-4/+4
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson3-1/+50
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov1-0/+4
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2021-12-06x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel1-0/+26
2021-12-03x86/64/mm: Map all kernel memory into trampoline_pgdJoerg Roedel1-1/+11
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky1-2/+1
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky1-2/+3
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-1/+1
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2021-06-03x86/setup: Always reserve the first 1M of RAMMike Rapoport1-6/+8
2021-05-12x86, objtool: Dont exclude arch/x86/realmode/Peter Zijlstra1-1/+0
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh1-2/+2
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel1-0/+6
2020-09-09x86/realmode: Setup AP jump tableTom Lendacky1-2/+16
2020-09-09x86/realmode: Add SEV-ES specific trampoline entry pointJoerg Roedel2-0/+23
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner2-0/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar3-1/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar1-1/+1
2020-02-25x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar1-1/+0
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sectionsArvind Sankar1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar10-54/+58
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-54/+55
2019-11-26Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-11-16x86, kcsan: Enable KCSAN for x86Marco Elver2-0/+6
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang1-0/+2
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby1-2/+4
2019-10-18x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby3-5/+11
2019-10-18x86/asm/realmode: Use SYM_DATA_* instead of GLOBALJiri Slaby8-43/+36
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby1-1/+1
2019-10-18x86/boot: Annotate data appropriatelyJiri Slaby1-2/+2
2019-10-11x86/asm: Make more symbols localJiri Slaby1-3/+3
2019-10-01x86/realmode: Explicitly set entry point via ENTRY in linker scriptNick Desaulniers1-0/+1
2019-07-22x86/realmode: Remove trampoline_statusPingfan Liu4-11/+0
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce1-8/+1
2019-03-27x86/realmode: Don't leak the trampoline kernel addressMatteo Croce1-2/+0
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada1-2/+1
2019-01-16x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov1-1/+1