aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/realmode/rm
AgeCommit message (Expand)AuthorFilesLines
2019-07-22x86/realmode: Remove trampoline_statusGravatar Pingfan Liu 4-11/+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-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 11-0/+11
2017-07-18x86/boot/realmode: Check for memory encryption on the APsGravatar Tom Lendacky 1-0/+24
2016-11-28x86/build: Don't use $(LINUXINCLUDE) twiceGravatar Paul Bolle 1-1/+1
2016-07-18Kbuild: arch: look for generated headers in obtreeGravatar Arnd Bergmann 1-1/+1
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 1-1/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 1-0/+1
2015-02-13x86_64: add KASan supportGravatar Andrey Ryabinin 1-0/+1
2014-04-16x86/build: Supress realmode.bin is up to date messageGravatar Peter Foley 1-1/+2
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildGravatar H. Peter Anvin 3-3/+0
2014-01-22x86: Remove duplication of 16-bit CFLAGSGravatar David Woodhouse 1-15/+2
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-3/+0
2014-01-06x86: Delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 3-3/+0
2013-12-09x86, build: Pass in additional -mno-mmx, -mno-sse optionsGravatar H. Peter Anvin 1-1/+2
2012-10-02x86, suspend: Correct the restore of CR4, EFER; skip computing EFLAGS.IDGravatar H. Peter Anvin 1-12/+3
2012-09-26x86, suspend: On wakeup always initialize cr4 and EFERGravatar H. Peter Anvin 2-10/+21
2012-08-10x86, build: Globally set -fno-picGravatar Andrew Boie 1-1/+1
2012-06-21x86-64, reboot: Be more paranoid in 64-bit reboot=biosGravatar H. Peter Anvin 1-2/+6
2012-06-17x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64Gravatar H. Peter Anvin 3-5/+27
2012-05-21x86, realmode: Move end signature into header.SGravatar H. Peter Anvin 4-6/+15
2012-05-16x86, realmode: Change EFER to a single u64 fieldGravatar H. Peter Anvin 1-1/+1
2012-05-16x86, realmode: Move not-common bits out of trampoline_common.SGravatar H. Peter Anvin 3-35/+33
2012-05-10x86, realmode: Fix no cache bits test in reboot_32.SGravatar Jarkko Sakkinen 1-1/+1
2012-05-09x86, realmode: Make sure all generated files are listed in targetsGravatar H. Peter Anvin 1-7/+13
2012-05-09x86, realmode: build fix: remove duplicate buildGravatar Jarkko Sakkinen 1-1/+1
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineGravatar Jarkko Sakkinen 3-25/+27
2012-05-08x86, realmode: move relocs from scripts/ to arch/x86/toolsGravatar Jarkko Sakkinen 1-1/+1
2012-05-08x86, realmode: header for trampoline codeGravatar Jarkko Sakkinen 5-63/+51
2012-05-08x86, realmode: flattened rm hierachyGravatar Jarkko Sakkinen 20-51/+21
2012-05-08x86, realmode: don't copy real_mode_headerGravatar Jarkko Sakkinen 2-2/+0
2012-05-08x86, realmode: fix 64-bit wakeup sequenceGravatar Jarkko Sakkinen 7-104/+107
2012-05-08x86, realmode: Fix always-zero test in reboot_32.SGravatar H. Peter Anvin 1-1/+1
2012-05-08x86, realmode: Move trampoline_*.S early in the link orderGravatar H. Peter Anvin 1-1/+1
2012-05-08x86, realmode: Replace open-coded ljmpw with a macroGravatar H. Peter Anvin 5-16/+25
2012-05-08x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asmGravatar H. Peter Anvin 2-12/+18
2012-05-08x86, realmode: Remove indirect jumps in trampoline_64.SGravatar H. Peter Anvin 1-13/+2
2012-05-08x86, realmode: Align .data section in trampoline_32.SGravatar H. Peter Anvin 1-1/+1
2012-05-08x86, realmode: Move bits to the proper sections in trampoline_64.SGravatar H. Peter Anvin 1-4/+6
2012-05-08x86, realmode: Add .text64 section, make barrier symbols absoluteGravatar H. Peter Anvin 1-3/+8
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeGravatar Jarkko Sakkinen 15-0/+368
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeGravatar Jarkko Sakkinen 4-0/+273
2012-05-08x86, realmode: Move reboot_32.S to unified realmode codeGravatar Jarkko Sakkinen 3-0/+138
2012-05-08x86, realmode: realmode.bin infrastructureGravatar Jarkko Sakkinen 4-0/+150