aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/purgatory (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-19/+26
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang1-19/+0
2019-10-18x86/asm/purgatory: Start using annotationsJiri Slaby3-19/+26
2019-09-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-09-23x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar1-0/+1
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+4
2019-09-06x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large to fix kexec relocation errorsSteve Wahl1-16/+19
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede1-1/+1
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede1-0/+2
2019-08-22crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede2-2/+2
2019-08-08x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSNick Desaulniers1-5/+28
2019-08-08x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers3-23/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner5-15/+5
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada1-2/+1
2018-07-14x86/purgatory: add missing FORCE to Makefile targetPhilipp Rudo1-1/+1
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo5-305/+16
2018-03-25x86/purgatory: Avoid creating stray .<pid>.d files, remove -MD from KBUILD_CFLAGSSven Wegener1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-31kasan: do not sanitize kexec purgatoryMike Galbraith1-0/+1
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner4-28/+18
2017-03-01x86/purgatory: Fix sparse warning, symbol not declaredTobin C. Harding3-0/+10
2017-03-01x86/purgatory: Make functions and variables staticTobin C. Harding1-5/+5
2016-11-09x86/kexec: add -fno-PIESebastian Andrzej Siewior1-0/+1
2016-06-07Add sancov pluginEmese Revfy1-0/+2
2016-04-20kbuild: delete unnecessary "@:"Masahiro Yamada1-2/+0
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf1-0/+2
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1
2014-12-10Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-10-15x86/purgatory, build: Suppress kexec-purgatory.c is up to date messageWANG Chao1-0/+1
2014-10-14arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory makefileBaoquan He1-1/+2
2014-08-29x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatoryVivek Goyal1-0/+1
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal1-4/+1
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal1-3/+3
2014-08-08purgatory: core purgatory functionalityVivek Goyal6-0/+293
2014-08-08purgatory/sha256: provide implementation of sha256 in purgaotory contextVivek Goyal2-0/+305