Age | Commit message (Expand) | Author | Files | Lines |
2016-08-11 | x86/boot: Rework reserve_real_mode() to allow multiple tries | Andy Lutomirski | 1 | -8/+21 |
2016-08-11 | x86/boot: Defer setup_real_mode() to early_initcall time | Andy Lutomirski | 1 | -3/+12 |
2016-08-11 | x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directly | Andy Lutomirski | 1 | -1/+2 |
2016-08-02 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
2016-07-18 | Kbuild: arch: look for generated headers in obtree | Arnd Bergmann | 1 | -1/+1 |
2016-07-08 | x86/mm: Separate variable for trampoline PGD | Thomas Garnier | 1 | -1/+4 |
2016-04-20 | kbuild: delete unnecessary "@:" | Masahiro Yamada | 1 | -1/+0 |
2016-03-22 | kernel: add kcov code coverage | Dmitry Vyukov | 1 | -0/+3 |
2016-02-29 | objtool: Mark non-standard object files and directories | Josh Poimboeuf | 2 | -2/+5 |
2016-01-20 | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 1 | -0/+1 |
2015-02-16 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-02-13 | x86_64: add KASan support | Andrey Ryabinin | 2 | -1/+2 |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 1 | -1/+1 |
2014-04-16 | x86/build: Supress realmode.bin is up to date message | Peter Foley | 1 | -1/+2 |
2014-01-29 | Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/build | H. Peter Anvin | 4 | -17/+12 |
2014-01-22 | x86: Remove duplication of 16-bit CFLAGS | David Woodhouse | 1 | -15/+2 |
2014-01-20 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -17/+12 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 3 | -3/+0 |
2013-12-18 | x86, realmode: Pointer walk cleanups, pull out invariant use of __pa() | H. Peter Anvin | 1 | -14/+12 |
2013-12-09 | x86, build: Pass in additional -mno-mmx, -mno-sse options | H. Peter Anvin | 1 | -1/+2 |
2013-02-01 | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 1 | -2/+2 |
2013-01-29 | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 1 | -12/+20 |
2013-01-29 | x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directly | Yinghai Lu | 1 | -2/+2 |
2013-01-29 | x86, realmode: Set real_mode permissions early | Yinghai Lu | 1 | -5/+6 |
2012-11-16 | x86: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 1 | -4/+4 |
2012-10-02 | x86, suspend: Correct the restore of CR4, EFER; skip computing EFLAGS.ID | H. Peter Anvin | 1 | -12/+3 |
2012-09-26 | x86, suspend: On wakeup always initialize cr4 and EFER | H. Peter Anvin | 2 | -10/+21 |
2012-08-10 | x86, build: Globally set -fno-pic | Andrew Boie | 1 | -1/+1 |
2012-06-21 | x86-64, reboot: Be more paranoid in 64-bit reboot=bios | H. Peter Anvin | 1 | -2/+6 |
2012-06-17 | x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 | H. Peter Anvin | 3 | -5/+27 |
2012-05-21 | x86, realmode: Move end signature into header.S | H. Peter Anvin | 4 | -6/+15 |
2012-05-16 | x86, realmode: Change EFER to a single u64 field | H. Peter Anvin | 2 | -5/+4 |
2012-05-16 | x86, realmode: Move kernel/realmode.c to realmode/init.c | H. Peter Anvin | 2 | -0/+117 |
2012-05-16 | x86, realmode: Move not-common bits out of trampoline_common.S | H. Peter Anvin | 3 | -35/+33 |
2012-05-10 | x86, realmode: Fix no cache bits test in reboot_32.S | Jarkko Sakkinen | 1 | -1/+1 |
2012-05-09 | x86, realmode: Make sure all generated files are listed in targets | H. Peter Anvin | 1 | -7/+13 |
2012-05-09 | x86, realmode: build fix: remove duplicate build | Jarkko Sakkinen | 2 | -5/+2 |
2012-05-08 | x86, realmode: read cr4 and EFER from kernel for 64-bit trampoline | Jarkko Sakkinen | 3 | -25/+27 |
2012-05-08 | x86, realmode: move relocs from scripts/ to arch/x86/tools | Jarkko Sakkinen | 1 | -1/+1 |
2012-05-08 | x86, realmode: header for trampoline code | Jarkko Sakkinen | 5 | -63/+51 |
2012-05-08 | x86, realmode: flattened rm hierachy | Jarkko Sakkinen | 20 | -51/+21 |
2012-05-08 | x86, realmode: don't copy real_mode_header | Jarkko Sakkinen | 3 | -2/+2 |
2012-05-08 | x86, realmode: fix 64-bit wakeup sequence | Jarkko Sakkinen | 8 | -106/+109 |
2012-05-08 | x86, realmode: Fix always-zero test in reboot_32.S | H. Peter Anvin | 1 | -1/+1 |
2012-05-08 | x86, realmode: Move trampoline_*.S early in the link order | H. Peter Anvin | 1 | -1/+1 |
2012-05-08 | x86, realmode: Replace open-coded ljmpw with a macro | H. Peter Anvin | 5 | -16/+25 |
2012-05-08 | x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asm | H. Peter Anvin | 2 | -12/+18 |
2012-05-08 | x86, realmode: Remove indirect jumps in trampoline_64.S | H. Peter Anvin | 1 | -13/+2 |
2012-05-08 | x86, realmode: Align .data section in trampoline_32.S | H. Peter Anvin | 1 | -1/+1 |
2012-05-08 | x86, realmode: Move bits to the proper sections in trampoline_64.S | H. Peter Anvin | 1 | -4/+6 |