summaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode
Commit message (Expand)AuthorAgeFilesLines
* x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel2020-09-091-0/+6
* x86/realmode: Setup AP jump tableTom Lendacky2020-09-091-2/+16
* x86/realmode: Add SEV-ES specific trampoline entry pointJoerg Roedel2020-09-092-0/+23
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-112-0/+6
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-133-1/+2
| |\
| * \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-1/+1
| |\ \
| * \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3010-54/+58
| |\ \ \
| * | | | x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-162-0/+6
* | | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ \ \
| * | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| | |_|/ | |/| |
* | | | x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar2020-02-251-1/+0
* | | | x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar2020-02-251-0/+1
|/ / /
* | / kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
| |/ |/|
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-268-54/+55
|\ \
| * | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-2/+4
| * | x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-183-5/+11
| * | x86/asm/realmode: Use SYM_DATA_* instead of GLOBALJiri Slaby2019-10-188-43/+36
| * | x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-181-1/+1
| * | x86/boot: Annotate data appropriatelyJiri Slaby2019-10-181-2/+2
| * | x86/asm: Make more symbols localJiri Slaby2019-10-111-3/+3
| |/
* | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-261-0/+2
|\ \
| * | x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang2019-11-141-0/+2
| |/
* / x86/realmode: Explicitly set entry point via ENTRY in linker scriptNick Desaulniers2019-10-011-0/+1
|/
* x86/realmode: Remove trampoline_statusPingfan Liu2019-07-224-11/+0
* x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce2019-03-291-8/+1
* x86/realmode: Don't leak the trampoline kernel addressMatteo Croce2019-03-271-2/+0
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-2/+1
|\
| * kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-2/+1
* | x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov2019-01-161-1/+1
* | x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar2019-01-121-1/+1
|/
* x86-64/realmode: Add instruction suffixJan Beulich2018-02-201-1/+1
* x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky2017-11-071-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0213-0/+13
* x86/boot/realmode: Check for memory encryption on the APsTom Lendacky2017-07-182-0/+28
* x86/realmode: Decrypt trampoline area if memory encryption is activeTom Lendacky2017-07-181-0/+8
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-131-1/+1
* x86: use set_memory.h headerLaura Abbott2017-05-081-1/+1
* x86/build: Don't use $(LINUXINCLUDE) twicePaul Bolle2016-11-281-1/+1
* x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski2016-08-111-8/+21
* x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski2016-08-111-3/+12
* x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski2016-08-111-1/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\
| * Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-1/+1
* | x86/mm: Separate variable for trampoline PGDThomas Garnier2016-07-081-1/+4
|/
* kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-201-1/+0
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-292-2/+5
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+1