summaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode/rm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-111-2/+1Star
|\
| * kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-2/+1Star
* | 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
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
* x86/boot/realmode: Check for memory encryption on the APsTom Lendacky2017-07-181-0/+24
* x86/build: Don't use $(LINUXINCLUDE) twicePaul Bolle2016-11-281-1/+1
* Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-1/+1
* kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-201-1/+0Star
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-1/+2
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-211-0/+1
* x86_64: add KASan supportAndrey Ryabinin2015-02-141-0/+1
* x86/build: Supress realmode.bin is up to date messagePeter Foley2014-04-161-1/+2
* Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin2014-01-293-3/+0Star
|\
| * Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-203-3/+0Star
| |\
| | * x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-073-3/+0Star
* | | x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse2014-01-221-15/+2Star
|/ /
* / x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin2013-12-101-1/+2
|/
* x86, suspend: Correct the restore of CR4, EFER; skip computing EFLAGS.IDH. Peter Anvin2012-10-021-12/+3Star
* x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin2012-09-272-10/+21
* x86, build: Globally set -fno-picAndrew Boie2012-08-111-1/+1
* x86-64, reboot: Be more paranoid in 64-bit reboot=biosH. Peter Anvin2012-06-211-2/+6
* x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64H. Peter Anvin2012-06-173-5/+27
* x86, realmode: Move end signature into header.SH. Peter Anvin2012-05-214-6/+15
* x86, realmode: Change EFER to a single u64 fieldH. Peter Anvin2012-05-161-1/+1
* x86, realmode: Move not-common bits out of trampoline_common.SH. Peter Anvin2012-05-163-35/+33Star
* x86, realmode: Fix no cache bits test in reboot_32.SJarkko Sakkinen2012-05-111-1/+1
* x86, realmode: Make sure all generated files are listed in targetsH. Peter Anvin2012-05-091-7/+13
* x86, realmode: build fix: remove duplicate buildJarkko Sakkinen2012-05-091-1/+1
* x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen2012-05-093-25/+27
* x86, realmode: move relocs from scripts/ to arch/x86/toolsJarkko Sakkinen2012-05-091-1/+1
* x86, realmode: header for trampoline codeJarkko Sakkinen2012-05-085-63/+51Star
* x86, realmode: flattened rm hierachyJarkko Sakkinen2012-05-0820-51/+21Star
* x86, realmode: don't copy real_mode_headerJarkko Sakkinen2012-05-082-2/+0Star
* x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen2012-05-087-104/+107
* x86, realmode: Fix always-zero test in reboot_32.SH. Peter Anvin2012-05-081-1/+1
* x86, realmode: Move trampoline_*.S early in the link orderH. Peter Anvin2012-05-081-1/+1
* x86, realmode: Replace open-coded ljmpw with a macroH. Peter Anvin2012-05-085-16/+25
* x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asmH. Peter Anvin2012-05-082-12/+18
* x86, realmode: Remove indirect jumps in trampoline_64.SH. Peter Anvin2012-05-081-13/+2Star
* x86, realmode: Align .data section in trampoline_32.SH. Peter Anvin2012-05-081-1/+1
* x86, realmode: Move bits to the proper sections in trampoline_64.SH. Peter Anvin2012-05-081-4/+6
* x86, realmode: Add .text64 section, make barrier symbols absoluteH. Peter Anvin2012-05-081-3/+8
* x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-0815-0/+368
* x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen2012-05-084-0/+273
* x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen2012-05-083-0/+138
* x86, realmode: realmode.bin infrastructureJarkko Sakkinen2012-05-084-0/+150