aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/purgatory
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-31kasan: do not sanitize kexec purgatoryGravatar Mike Galbraith 1-0/+1
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upGravatar Thomas Gleixner 4-28/+18
2017-03-01x86/purgatory: Fix sparse warning, symbol not declaredGravatar Tobin C. Harding 3-0/+10
2017-03-01x86/purgatory: Make functions and variables staticGravatar Tobin C. Harding 1-5/+5
2016-11-09x86/kexec: add -fno-PIEGravatar Sebastian Andrzej Siewior 1-0/+1
2016-06-07Add sancov pluginGravatar Emese Revfy 1-0/+2
2016-04-20kbuild: delete unnecessary "@:"Gravatar Masahiro Yamada 1-2/+0
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2016-02-29objtool: Mark non-standard object files and directoriesGravatar Josh Poimboeuf 1-0/+2
2016-02-24x86: Fix misspellings in commentsGravatar Adam Buchbinder 1-1/+1
2014-12-10Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Gravatar Linus Torvalds 1-0/+1
2014-10-15x86/purgatory, build: Suppress kexec-purgatory.c is up to date messageGravatar WANG Chao 1-0/+1
2014-10-14arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory...Gravatar Baoquan He 1-1/+2
2014-08-29x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatoryGravatar Vivek Goyal 1-0/+1
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallGravatar Vivek Goyal 1-4/+1
2014-08-08kexec: support for kexec on panic using new system callGravatar Vivek Goyal 1-3/+3
2014-08-08purgatory: core purgatory functionalityGravatar Vivek Goyal 6-0/+293
2014-08-08purgatory/sha256: provide implementation of sha256 in purgaotory contextGravatar Vivek Goyal 2-0/+305