aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode/rm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-48/+51
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 Slaby7-37/+32
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-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
2019-01-12x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar1-1/+1
2018-02-20x86-64/realmode: Add instruction suffixJan Beulich1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-07-18x86/boot/realmode: Check for memory encryption on the APsTom Lendacky1-0/+24
2016-11-28x86/build: Don't use $(LINUXINCLUDE) twicePaul Bolle1-1/+1
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-1/+1
2016-04-20kbuild: delete unnecessary "@:"Masahiro Yamada1-1/+0
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf1-1/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin1-0/+1
2014-04-16x86/build: Supress realmode.bin is up to date messagePeter Foley1-1/+2
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin3-3/+0
2014-01-22x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse1-15/+2
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+0
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2013-12-09x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin1-1/+2
2012-10-02x86, suspend: Correct the restore of CR4, EFER; skip computing EFLAGS.IDH. Peter Anvin1-12/+3
2012-09-26x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin2-10/+21
2012-08-10x86, build: Globally set -fno-picAndrew Boie1-1/+1
2012-06-21x86-64, reboot: Be more paranoid in 64-bit reboot=biosH. Peter Anvin1-2/+6
2012-06-17x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64H. Peter Anvin3-5/+27
2012-05-21x86, realmode: Move end signature into header.SH. Peter Anvin4-6/+15
2012-05-16x86, realmode: Change EFER to a single u64 fieldH. Peter Anvin1-1/+1
2012-05-16x86, realmode: Move not-common bits out of trampoline_common.SH. Peter Anvin3-35/+33
2012-05-10x86, realmode: Fix no cache bits test in reboot_32.SJarkko Sakkinen1-1/+1
2012-05-09x86, realmode: Make sure all generated files are listed in targetsH. Peter Anvin1-7/+13
2012-05-09x86, realmode: build fix: remove duplicate buildJarkko Sakkinen1-1/+1
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen3-25/+27
2012-05-08x86, realmode: move relocs from scripts/ to arch/x86/toolsJarkko Sakkinen1-1/+1
2012-05-08x86, realmode: header for trampoline codeJarkko Sakkinen5-63/+51
2012-05-08x86, realmode: flattened rm hierachyJarkko Sakkinen20-51/+21
2012-05-08x86, realmode: don't copy real_mode_headerJarkko Sakkinen2-2/+0
2012-05-08x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen7-104/+107
2012-05-08x86, realmode: Fix always-zero test in reboot_32.SH. Peter Anvin1-1/+1
2012-05-08x86, realmode: Move trampoline_*.S early in the link orderH. Peter Anvin1-1/+1
2012-05-08x86, realmode: Replace open-coded ljmpw with a macroH. Peter Anvin5-16/+25
2012-05-08x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asmH. Peter Anvin2-12/+18