Age | Commit message (Expand) | Author | Files | Lines |
2020-02-25 | x86/vmlinux: Drop unneeded linker script discard of .eh_frame |  Arvind Sankar | 1 | -1/+0 |
2020-02-25 | x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections |  Arvind Sankar | 1 | -0/+1 |
2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y |  Masahiro Yamada | 1 | -1/+1 |
2019-11-26 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 7 | -48/+51 |
2019-10-18 | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_* |  Jiri Slaby | 1 | -2/+4 |
2019-10-18 | x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_* |  Jiri Slaby | 3 | -5/+11 |
2019-10-18 | x86/asm/realmode: Use SYM_DATA_* instead of GLOBAL |  Jiri Slaby | 7 | -37/+32 |
2019-10-18 | x86/asm: Use SYM_INNER_LABEL instead of GLOBAL |  Jiri Slaby | 1 | -1/+1 |
2019-10-18 | x86/boot: Annotate data appropriately |  Jiri Slaby | 1 | -2/+2 |
2019-10-11 | x86/asm: Make more symbols local |  Jiri Slaby | 1 | -3/+3 |
2019-10-01 | x86/realmode: Explicitly set entry point via ENTRY in linker script |  Nick Desaulniers | 1 | -0/+1 |
2019-07-22 | x86/realmode: Remove trampoline_status |  Pingfan Liu | 4 | -11/+0 |
2019-03-10 | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -2/+1 |
2019-01-28 | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) |  Masahiro Yamada | 1 | -2/+1 |
2019-01-16 | x86/build: Use the single-argument OUTPUT_FORMAT() linker script command |  Borislav Petkov | 1 | -1/+1 |
2019-01-12 | x86/build: Specify elf_i386 linker emulation explicitly for i386 objects |  George Rimar | 1 | -1/+1 |
2018-02-20 | x86-64/realmode: Add instruction suffix |  Jan Beulich | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 11 | -0/+11 |
2017-07-18 | x86/boot/realmode: Check for memory encryption on the APs |  Tom Lendacky | 1 | -0/+24 |
2016-11-28 | x86/build: Don't use $(LINUXINCLUDE) twice |  Paul Bolle | 1 | -1/+1 |
2016-07-18 | Kbuild: arch: look for generated headers in obtree |  Arnd Bergmann | 1 | -1/+1 |
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 | 1 | -1/+2 |
2016-01-20 | UBSAN: run-time undefined behavior sanity checker |  Andrey Ryabinin | 1 | -0/+1 |
2015-02-13 | x86_64: add KASan support |  Andrey Ryabinin | 1 | -0/+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 | 3 | -3/+0 |
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/kernel/git/tip/tip |  Linus Torvalds | 3 | -3/+0 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> |  Paul Gortmaker | 3 | -3/+0 |
2013-12-09 | x86, build: Pass in additional -mno-mmx, -mno-sse options |  H. Peter Anvin | 1 | -1/+2 |
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 | 1 | -1/+1 |
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 | 1 | -1/+1 |
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 | 2 | -2/+0 |
2012-05-08 | x86, realmode: fix 64-bit wakeup sequence |  Jarkko Sakkinen | 7 | -104/+107 |
2012-05-08 | x86, realmode: Fix always-zero test in reboot_32.S |  H. Peter Anvin | 1 | -1/+1 |