Age | Commit message (Expand) | Author | Files | Lines |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -9/+0 |
2024-05-14 | Makefile: remove redundant tool coverage variables | Masahiro Yamada | 1 | -9/+0 |
2024-04-20 | x86/purgatory: Switch to the position-independent small code model | Ard Biesheuvel | 1 | -1/+2 |
2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao | 1 | -1/+1 |
2023-09-17 | x86/purgatory: Remove LTO flags | Song Liu | 1 | -0/+4 |
2023-08-03 | x86/purgatory: Include header for warn() declaration | Arnd Bergmann | 1 | -0/+1 |
2023-06-27 | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2023-06-12 | x86/purgatory: remove PGO flags | Ricardo Ribalda | 1 | -0/+5 |
2023-06-01 | x86/purgatory: Do not use fortified string functions | Kees Cook | 1 | -1/+1 |
2023-04-08 | purgatory: fix disabling debug info | Alyssa Ross | 1 | -2/+1 |
2022-10-28 | x86/purgatory: disable KMSAN instrumentation | Alexander Potapenko | 1 | -0/+1 |
2022-09-26 | x86/purgatory: Disable CFI | Sami Tolvanen | 1 | -0/+4 |
2022-07-25 | x86/purgatory: Omit use of bin2c | Masahiro Yamada | 2 | -7/+15 |
2022-07-25 | x86/purgatory: Hard-code obj-y in Makefile | Masahiro Yamada | 1 | -1/+1 |
2021-12-30 | x86/purgatory: Remove -nostdlib compiler flag | Masahiro Yamada | 1 | -1/+1 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+2 |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+1 |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -2/+2 |
2020-08-15 | Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+4 |
2020-08-07 | x86/purgatory: Don't generate debug info for purgatory.ro | Pingfan Liu | 1 | -1/+4 |
2020-07-07 | kbuild: remove cc-option test of -fno-stack-protector | Masahiro Yamada | 1 | -1/+1 |
2020-06-16 | x86/purgatory: Add -fno-stack-protector | Arvind Sankar | 1 | -0/+1 |
2020-03-21 | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2 | -6/+16 |
2020-03-17 | x86/purgatory: Fail the build if purgatory.ro has missing symbols | Hans de Goede | 2 | -3/+11 |
2020-03-17 | x86/purgatory: Disable various profiling and sanitizing options | Hans de Goede | 1 | -1/+4 |
2019-12-30 | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 4 | -38/+26 |
2019-11-26 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -19/+26 |
2019-11-16 | x86, kcsan: Enable KCSAN for x86 | Marco Elver | 1 | -0/+2 |
2019-11-14 | x86/kdump: Remove the backup region handling | Lianbo Jiang | 1 | -19/+0 |
2019-10-18 | x86/asm/purgatory: Start using annotations | Jiri Slaby | 3 | -19/+26 |
2019-09-28 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2019-09-23 | x86/purgatory: Disable the stackleak GCC plugin for the purgatory | Arvind Sankar | 1 | -0/+1 |
2019-09-18 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -2/+4 |
2019-09-06 | x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large t... | Steve Wahl | 1 | -16/+19 |
2019-09-05 | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h | Hans de Goede | 1 | -1/+1 |
2019-08-22 | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use | Hans de Goede | 1 | -0/+2 |
2019-08-22 | crypto: sha256 - Move lib/sha256.c to lib/crypto | Hans de Goede | 2 | -2/+2 |
2019-08-08 | x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS | Nick Desaulniers | 1 | -5/+28 |
2019-08-08 | x86/purgatory: Do not use __builtin_memcpy and __builtin_memset | Nick Desaulniers | 3 | -23/+9 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 5 | -15/+5 |
2018-07-18 | kbuild: move bin2c back to scripts/ from scripts/basic/ | Masahiro Yamada | 1 | -2/+1 |
2018-07-14 | x86/purgatory: add missing FORCE to Makefile target | Philipp Rudo | 1 | -1/+1 |
2018-04-13 | kernel/kexec_file.c: move purgatories sha256 to common code | Philipp Rudo | 5 | -305/+16 |
2018-03-25 | x86/purgatory: Avoid creating stray .<pid>.d files, remove -MD from KBUILD_CF... | Sven Wegener | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-03-31 | kasan: do not sanitize kexec purgatory | Mike Galbraith | 1 | -0/+1 |
2017-03-10 | kexec, x86/purgatory: Unbreak it and clean it up | Thomas Gleixner | 4 | -28/+18 |
2017-03-01 | x86/purgatory: Fix sparse warning, symbol not declared | Tobin C. Harding | 3 | -0/+10 |
2017-03-01 | x86/purgatory: Make functions and variables static | Tobin C. Harding | 1 | -5/+5 |
2016-11-09 | x86/kexec: add -fno-PIE | Sebastian Andrzej Siewior | 1 | -0/+1 |