aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/realmode (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-20x86-64/realmode: Add instruction suffixJan Beulich1-1/+1
2017-11-07x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-07-18x86/boot/realmode: Check for memory encryption on the APsTom Lendacky2-0/+28
2017-07-18x86/realmode: Decrypt trampoline area if memory encryption is activeTom Lendacky1-0/+8
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov1-1/+1
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2016-11-28x86/build: Don't use $(LINUXINCLUDE) twicePaul Bolle1-1/+1
2016-08-11x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski1-8/+21
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski1-3/+12
2016-08-11x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski1-1/+2
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-1/+1
2016-07-08x86/mm: Separate variable for trampoline PGDThomas Garnier1-1/+4
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 Poimboeuf2-2/+5
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+1
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin2-1/+2
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-1/+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 Anvin4-17/+12
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 Torvalds4-17/+12
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2013-12-18x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()H. Peter Anvin1-14/+12
2013-12-09x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin1-1/+2
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin1-2/+2
2013-01-29x86, realmode: Separate real_mode reserve and setupYinghai Lu1-12/+20
2013-01-29x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu1-2/+2
2013-01-29x86, realmode: Set real_mode permissions earlyYinghai Lu1-5/+6
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-4/+4
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 Anvin2-5/+4
2012-05-16x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin2-0/+117
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 Sakkinen2-5/+2
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 Sakkinen3-2/+2