summaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-1/+1
|\
| * x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-1/+1
* | x86_64: add KASan supportAndrey Ryabinin2015-02-132-1/+2
|/
* x86/build: Supress realmode.bin is up to date messagePeter Foley2014-04-161-1/+2
* Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin2014-01-294-17/+12
|\
| * Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-204-17/+12
| |\
| | * x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-063-3/+0
| | * x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()H. Peter Anvin2013-12-181-14/+12
* | | x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse2014-01-221-15/+2
|/ /
* / x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin2013-12-091-1/+2
|/
* Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-011-2/+2
|\
| * x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-161-4/+4
* | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-291-12/+20
* | x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu2013-01-291-2/+2
* | x86, realmode: Set real_mode permissions earlyYinghai Lu2013-01-291-5/+6
|/
* x86, suspend: Correct the restore of CR4, EFER; skip computing EFLAGS.IDH. Peter Anvin2012-10-021-12/+3
* x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin2012-09-262-10/+21
* x86, build: Globally set -fno-picAndrew Boie2012-08-101-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-162-5/+4
* x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin2012-05-162-0/+117
* x86, realmode: Move not-common bits out of trampoline_common.SH. Peter Anvin2012-05-163-35/+33
* x86, realmode: Fix no cache bits test in reboot_32.SJarkko Sakkinen2012-05-101-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-092-5/+2
* x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen2012-05-083-25/+27