summaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode
AgeCommit message (Expand)AuthorLines
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin-1/+2
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski-1/+1
2014-04-16x86/build: Supress realmode.bin is up to date messagePeter Foley-1/+2
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin-17/+12
2014-01-22x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse-15/+2
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-17/+12
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker-3/+0
2013-12-18x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()H. Peter Anvin-14/+12
2013-12-09x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin-1/+2
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin-2/+2
2013-01-29x86, realmode: Separate real_mode reserve and setupYinghai Lu-12/+20
2013-01-29x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu-2/+2
2013-01-29x86, realmode: Set real_mode permissions earlyYinghai Lu-5/+6
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck-4/+4
2012-10-02x86, suspend: Correct the restore of CR4, EFER; skip computing EFLAGS.IDH. Peter Anvin-12/+3
2012-09-26x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin-10/+21
2012-08-10x86, build: Globally set -fno-picAndrew Boie-1/+1
2012-06-21x86-64, reboot: Be more paranoid in 64-bit reboot=biosH. Peter Anvin-2/+6
2012-06-17x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64H. Peter Anvin-5/+27
2012-05-21x86, realmode: Move end signature into header.SH. Peter Anvin-6/+15
2012-05-16x86, realmode: Change EFER to a single u64 fieldH. Peter Anvin-5/+4
2012-05-16x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin-0/+117
2012-05-16x86, realmode: Move not-common bits out of trampoline_common.SH. Peter Anvin-35/+33
2012-05-10x86, realmode: Fix no cache bits test in reboot_32.SJarkko Sakkinen-1/+1
2012-05-09x86, realmode: Make sure all generated files are listed in targetsH. Peter Anvin-7/+13
2012-05-09x86, realmode: build fix: remove duplicate buildJarkko Sakkinen-5/+2
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen-25/+27
2012-05-08x86, realmode: move relocs from scripts/ to arch/x86/toolsJarkko Sakkinen-1/+1
2012-05-08x86, realmode: header for trampoline codeJarkko Sakkinen-63/+51
2012-05-08x86, realmode: flattened rm hierachyJarkko Sakkinen-51/+21
2012-05-08x86, realmode: don't copy real_mode_headerJarkko Sakkinen-2/+2
2012-05-08x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen-106/+109
2012-05-08x86, realmode: Fix always-zero test in reboot_32.SH. Peter Anvin-1/+1
2012-05-08x86, realmode: Move trampoline_*.S early in the link orderH. Peter Anvin-1/+1
2012-05-08x86, realmode: Replace open-coded ljmpw with a macroH. Peter Anvin-16/+25
2012-05-08x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asmH. Peter Anvin-12/+18
2012-05-08x86, realmode: Remove indirect jumps in trampoline_64.SH. Peter Anvin-13/+2
2012-05-08x86, realmode: Align .data section in trampoline_32.SH. Peter Anvin-1/+1
2012-05-08x86, realmode: Move bits to the proper sections in trampoline_64.SH. Peter Anvin-4/+6
2012-05-08x86, realmode: Add .text64 section, make barrier symbols absoluteH. Peter Anvin-3/+8
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen-0/+368
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen-0/+273
2012-05-08x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen-0/+138
2012-05-08x86, realmode: realmode.bin infrastructureJarkko Sakkinen-0/+188