| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS) | John Millikin | 2021-05-22 | 1 | -0/+1 |
* | x86/build: Turn off -fcf-protection for realmode targets | Arnd Bergmann | 2021-04-10 | 1 | -1/+1 |
* | x86/build: Disable CET instrumentation in the kernel for 32-bit too | Borislav Petkov | 2021-02-23 | 1 | -3/+3 |
* | x86/build: Disable CET instrumentation in the kernel | Josh Poimboeuf | 2021-02-10 | 1 | -0/+3 |
* | x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC... | Linus Torvalds | 2019-09-21 | 1 | -0/+1 |
* | x86/build: Keep local relocations with ld.lld | Kees Cook | 2019-05-31 | 1 | -1/+1 |
* | x86/build: Use cc-option to validate stack alignment parameter | Matthias Kaehlcke | 2018-11-23 | 1 | -3/+3 |
* | x86/build: Fix stack alignment for CLang | Matthias Kaehlcke | 2018-11-23 | 1 | -6/+8 |
* | x86/build: Specify stack alignment for clang | Matthias Kaehlcke | 2018-11-23 | 1 | -5/+21 |
* | x86/build: Use __cc-option for boot code compiler options | Matthias Kaehlcke | 2018-11-23 | 1 | -4/+5 |
* | x86/kbuild: Use cc-option to enable -falign-{jumps/loops} | Matthias Kaehlcke | 2018-11-23 | 1 | -2/+2 |
* | x86/build/64: Force the linker to use 2MB page size | H.J. Lu | 2018-03-28 | 1 | -0/+9 |
* | x86/retpoline: Support retpoline builds with Clang | David Woodhouse | 2018-03-18 | 1 | -1/+4 |
* | x86/retpoline: Remove compile time warning | Thomas Gleixner | 2018-01-17 | 1 | -2/+0 |
* | x86/retpoline: Add initial retpoline support | David Woodhouse | 2018-01-17 | 1 | -0/+10 |
* | lib/raid6: Add AVX512 optimized gen_syndrome functions | Gayatri Kammela | 2016-09-21 | 1 | -2/+3 |
* | kbuild: abort build on bad stack protector flag | Kees Cook | 2016-07-26 | 1 | -8/+0 |
* | x86/init: Rename EBDA code file | Luis R. Rodriguez | 2016-04-22 | 1 | -1/+1 |
* | x86/rtc: Replace paravirt rtc check with platform legacy quirk | Luis R. Rodriguez | 2016-04-22 | 1 | -0/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2015-11-04 | 1 | -2/+4 |
|\ |
|
| * | crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a... | tim | 2015-09-21 | 1 | -2/+4 |
* | | x86/asm: Re-add parts of the manual CFI infrastructure | Andy Lutomirski | 2015-10-09 | 1 | -2/+8 |
|/ |
|
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-09-01 | 1 | -3/+10 |
|\ |
|
| * | x86/build: Fix detection of GCC -mpreferred-stack-boundary support | Andy Lutomirski | 2015-07-22 | 1 | -3/+10 |
* | | x86/ras: Move AMD MCE injector to arch/x86/ras/ | Borislav Petkov | 2015-08-13 | 1 | -0/+2 |
|/ |
|
* | x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc... | Ingo Molnar | 2015-06-04 | 1 | -1/+1 |
* | x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/ | Ingo Molnar | 2015-06-03 | 1 | -1/+1 |
* | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 2015-06-02 | 1 | -8/+2 |
* | x86: Pack loops tightly as well | Ingo Molnar | 2015-05-17 | 1 | -0/+3 |
* | x86: Align jump targets to 1-byte boundaries | Ingo Molnar | 2015-05-15 | 1 | -0/+3 |
* | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 2015-05-08 | 1 | -1/+1 |
|\ |
|
| * | kbuild: use relative path more to include Makefile | Masahiro Yamada | 2015-04-02 | 1 | -1/+1 |
* | | x86/asm: Use -mskip-rax-setup if supported | H.J. Lu | 2015-05-06 | 1 | -0/+3 |
|/ |
|
* | x86/raid6: correctly check for assembler capabilities | Jan Beulich | 2015-02-04 | 1 | -0/+1 |
* | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-10-13 | 1 | -6/+2 |
|\ |
|
| * | x86/kbuild: Eliminate duplicate command line options | Rasmus Villemoes | 2014-09-16 | 1 | -6/+2 |
* | | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo... | Linus Torvalds | 2014-10-07 | 1 | -7/+0 |
|\ \
| |/
|/| |
|
| * | Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad... | Josh Triplett | 2014-09-22 | 1 | -7/+0 |
| |\ |
|
| | * | x86, platform, kconfig: move kvmconfig functionality to a helper | Josh Triplett | 2014-08-08 | 1 | -7/+0 |
* | | | kexec: purgatory: add clean-up for purgatory directory | Michael Welling | 2014-08-29 | 1 | -0/+1 |
* | | | kexec: create a new config option CONFIG_KEXEC_FILE for new syscall | Vivek Goyal | 2014-08-29 | 1 | -4/+1 |
|/ / |
|
* | | purgatory: core purgatory functionality | Vivek Goyal | 2014-08-08 | 1 | -0/+8 |
|/ |
|
* | Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug... | Linus Torvalds | 2014-08-04 | 1 | -6/+3 |
|\ |
|
| * | x86, build: Change code16gcc.h from a C header to an assembly header | H. Peter Anvin | 2014-06-04 | 1 | -6/+3 |
* | | x86-64, build: Fix stack protector Makefile breakage with 32-bit userland | George Spelvin | 2014-05-07 | 1 | -0/+1 |
* | | x86: LLVMLinux: Wrap -mno-80387 with cc-option | Behan Webster | 2014-04-22 | 1 | -1/+3 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-04-16 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | x86/platform: Fix "make O=dir kvmconfig" | Antonio Borneo | 2014-04-14 | 1 | -2/+2 |
* | | x86 kbuild: LLVMLinux: More cc-options added for clang | Jan-Simon Möller | 2014-04-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-03-31 | 1 | -0/+1 |
|\ |
|