aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/realmode
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-18x86/boot: Annotate data appropriatelyGravatar Jiri Slaby 1-2/+2
2019-10-11x86/asm: Make more symbols localGravatar Jiri Slaby 1-3/+3
2019-10-01x86/realmode: Explicitly set entry point via ENTRY in linker scriptGravatar Nick Desaulniers 1-0/+1
2019-07-22x86/realmode: Remove trampoline_statusGravatar Pingfan Liu 4-11/+0
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineGravatar Matteo Croce 1-8/+1
2019-03-27x86/realmode: Don't leak the trampoline kernel addressGravatar Matteo Croce 1-2/+0
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Gravatar Masahiro Yamada 1-2/+1
2019-01-16x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandGravatar Borislav Petkov 1-1/+1
2019-01-12x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGravatar George Rimar 1-1/+1
2018-02-20x86-64/realmode: Add instruction suffixGravatar Jan Beulich 1-1/+1
2017-11-07x86/realmode: Don't decrypt trampoline area under SEVGravatar Tom Lendacky 1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 13-0/+13
2017-07-18x86/boot/realmode: Check for memory encryption on the APsGravatar Tom Lendacky 2-0/+28
2017-07-18x86/realmode: Decrypt trampoline area if memory encryption is activeGravatar Tom Lendacky 1-0/+8
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtGravatar Kirill A. Shutemov 1-1/+1
2017-05-08x86: use set_memory.h headerGravatar Laura Abbott 1-1/+1
2016-11-28x86/build: Don't use $(LINUXINCLUDE) twiceGravatar Paul Bolle 1-1/+1
2016-08-11x86/boot: Rework reserve_real_mode() to allow multiple triesGravatar Andy Lutomirski 1-8/+21
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeGravatar Andy Lutomirski 1-3/+12
2016-08-11x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyGravatar Andy Lutomirski 1-1/+2
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2016-07-18Kbuild: arch: look for generated headers in obtreeGravatar Arnd Bergmann 1-1/+1
2016-07-08x86/mm: Separate variable for trampoline PGDGravatar Thomas Garnier 1-1/+4
2016-04-20kbuild: delete unnecessary "@:"Gravatar Masahiro Yamada 1-1/+0
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 1-0/+3
2016-02-29objtool: Mark non-standard object files and directoriesGravatar Josh Poimboeuf 2-2/+5
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 1-0/+1
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2015-02-13x86_64: add KASan supportGravatar Andrey Ryabinin 2-1/+2
2015-02-04x86: Store a per-cpu shadow copy of CR4Gravatar Andy Lutomirski 1-1/+1