Sign in
android-kvm
/
linux
/
7ed9d238c7dbb1fdb63ad96a6184985151b0171c
/
arch
/
x86
/
purgatory
a24d22b
crypto: sha - split sha.h into sha1.h and sha2.h
by Eric Biggers
· 5 years ago
33def84
treewide: Convert macro and uses of __section(foo) to __section("foo")
by Joe Perches
· 5 years ago
50f6c7d
Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
52416ff
x86/purgatory: Don't generate debug info for purgatory.ro
by Pingfan Liu
· 5 years ago
893ab004
kbuild: remove cc-option test of -fno-stack-protector
by Masahiro Yamada
· 5 years ago
ff58155
x86/purgatory: Add -fno-stack-protector
by Arvind Sankar
· 5 years ago
a4654e9
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
by Ingo Molnar
· 6 years ago
e4160b2
x86/purgatory: Fail the build if purgatory.ro has missing symbols
by Hans de Goede
· 6 years ago
e2ac07c
x86/purgatory: Disable various profiling and sanitizing options
by Hans de Goede
· 6 years ago
28336be
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
by Ingo Molnar
· 6 years ago
1d87200
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
40d0411
x86, kcsan: Enable KCSAN for x86
by Marco Elver
· 6 years ago
7c321eb
x86/kdump: Remove the backup region handling
by Lianbo Jiang
· 6 years ago
b16fed65
x86/asm/purgatory: Start using annotations
by Jiri Slaby
· 6 years ago
f19e00e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ca14c99
x86/purgatory: Disable the stackleak GCC plugin for the purgatory
by Arvind Sankar
· 6 years ago
8b53c76
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
e16c298
x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large to fix kexec relocation errors
by Steve Wahl
· 6 years ago
34d6245
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
by Hans de Goede
· 6 years ago
01d3aee
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
by Hans de Goede
· 6 years ago
ad767ee
crypto: sha256 - Move lib/sha256.c to lib/crypto
by Hans de Goede
· 6 years ago
b059f80
x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
by Nick Desaulniers
· 6 years ago
4ce9731
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
by Nick Desaulniers
· 6 years ago
40b0b3f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
by Thomas Gleixner
· 6 years ago
c417fbc
kbuild: move bin2c back to scripts/ from scripts/basic/
by Masahiro Yamada
· 7 years ago
fa8cbda
x86/purgatory: add missing FORCE to Makefile target
by Philipp Rudo
· 7 years ago
df6f280
kernel/kexec_file.c: move purgatories sha256 to common code
by Philipp Rudo
· 7 years ago
e847f6a
x86/purgatory: Avoid creating stray .<pid>.d files, remove -MD from KBUILD_CFLAGS
by Sven Wegener
· 8 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 8 years ago
13a6798e
kasan: do not sanitize kexec purgatory
by Mike Galbraith
· 9 years ago
40c50c1
kexec, x86/purgatory: Unbreak it and clean it up
by Thomas Gleixner
· 9 years ago
e98fe51
x86/purgatory: Fix sparse warning, symbol not declared
by Tobin C. Harding
· 9 years ago
72042a8
x86/purgatory: Make functions and variables static
by Tobin C. Harding
· 9 years ago
90944e4
x86/kexec: add -fno-PIE
by Sebastian Andrzej Siewior
· 9 years ago
543c37c
Add sancov plugin
by Emese Revfy
· 9 years ago
be1fb0e
kbuild: delete unnecessary "@:"
by Masahiro Yamada
· 10 years ago
d88f48e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
c0dd671686
objtool: Mark non-standard object files and directories
by Josh Poimboeuf
· 10 years ago
6a6256f
x86: Fix misspellings in comments
by Adam Buchbinder
· 10 years ago
206f18f
Merge 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/tip
by Linus Torvalds
· 11 years ago
3ea4b8e
x86/purgatory, build: Suppress kexec-purgatory.c is up to date message
by WANG Chao
· 11 years ago
887f4f8
arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory makefile
by Baoquan He
· 11 years ago
4df4185
x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatory
by Vivek Goyal
· 11 years ago
74ca317
kexec: create a new config option CONFIG_KEXEC_FILE for new syscall
by Vivek Goyal
· 11 years ago
dd5f726
kexec: support for kexec on panic using new system call
by Vivek Goyal
· 11 years ago
8fc5b4d
purgatory: core purgatory functionality
by Vivek Goyal
· 11 years ago
daeba064
purgatory/sha256: provide implementation of sha256 in purgaotory context
by Vivek Goyal
· 11 years ago