aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/realmode
AgeCommit message (Expand)Author
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds
2021-06-03x86/setup: Always reserve the first 1M of RAMMike Rapoport
2021-05-12x86, objtool: Dont exclude arch/x86/realmode/Peter Zijlstra
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel
2020-09-09x86/realmode: Setup AP jump tableTom Lendacky
2020-09-09x86/realmode: Add SEV-ES specific trampoline entry pointJoerg Roedel
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-02-25x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-26Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-16x86, kcsan: Enable KCSAN for x86Marco Elver
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2019-10-18x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2019-10-18x86/asm/realmode: Use SYM_DATA_* instead of GLOBALJiri Slaby
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby
2019-10-18x86/boot: Annotate data appropriatelyJiri Slaby
2019-10-11x86/asm: Make more symbols localJiri Slaby
2019-10-01x86/realmode: Explicitly set entry point via ENTRY in linker scriptNick Desaulniers
2019-07-22x86/realmode: Remove trampoline_statusPingfan Liu
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce
2019-03-27x86/realmode: Don't leak the trampoline kernel addressMatteo Croce
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada
2019-01-16x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov
2019-01-12x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar
2018-02-20x86-64/realmode: Add instruction suffixJan Beulich
2017-11-07x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18x86/boot/realmode: Check for memory encryption on the APsTom Lendacky
2017-07-18x86/realmode: Decrypt trampoline area if memory encryption is activeTom Lendacky
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov
2017-05-08x86: use set_memory.h headerLaura Abbott
2016-11-28x86/build: Don't use $(LINUXINCLUDE) twicePaul Bolle
2016-08-11x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski
2016-08-11x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski