summaryrefslogtreecommitdiffstats
path: root/arch/x86/purgatory/purgatory.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang1-19/+0
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede1-1/+1
2019-08-22crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede1-1/+1
2019-08-08x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers1-0/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo1-1/+1
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner1-18/+17
2017-03-01x86/purgatory: Fix sparse warning, symbol not declaredTobin C. Harding1-0/+1
2017-03-01x86/purgatory: Make functions and variables staticTobin C. Harding1-5/+5
2014-08-08purgatory: core purgatory functionalityVivek Goyal1-0/+72