index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
/
misc.c
Age
Commit message (
Expand
)
Author
2024-06-14
x86/boot: Remove unused function __fortify_panic()
Nikolay Borisov
2024-03-13
Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-09
x86/efistub: Remap kernel text read-only before dropping NX attribute
Ard Biesheuvel
2024-03-04
x86/boot: Move mem_encrypt= parsing to the decompressor
Ard Biesheuvel
2024-02-29
fortify: Improve buffer overflow reporting
Kees Cook
2024-02-29
fortify: Split reporting and avoid passing string pointer
Kees Cook
2024-02-06
x86/boot: Add a message about ignored early NMIs
NOMURA JUNICHI(野村 淳一)
2024-02-06
x86/boot: Add error_putdec() helper
H. Peter Anvin
2023-10-18
x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'
Ard Biesheuvel
2023-08-07
x86/decompressor: Factor out kernel decompression and relocation
Ard Biesheuvel
2023-08-07
x86/decompressor: Move global symbol references to C code
Ard Biesheuvel
2023-06-06
x86/boot/compressed: Handle unaccepted memory
Kirill A. Shutemov
2023-01-09
x86/boot: Robustify calling startup_{32,64}() from the decompressor code
Alexander Lobakin
2022-05-23
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-04-20
x86/boot: Put globals that are accessed early into the .data section
Michael Roth
2022-04-07
x86/boot: Port I/O: Allow to hook up alternative helpers
Kirill A. Shutemov
2022-04-07
x86/tdx: Detect TDX at early kernel decompression time
Kuppuswamy Sathyanarayanan
2022-02-13
fortify: Detect struct member overflows in memmove() at compile-time
Kees Cook
2021-10-27
x86/boot/compressed: Avoid duplicate malloc() implementations
Kees Cook
2021-05-12
x86/boot/compressed: Enable -Wundef
Nick Desaulniers
2021-04-26
Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-03-23
x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warning
Arnd Bergmann
2021-03-18
x86/boot/compressed/64: Cleanup exception handling before booting kernel
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Setup a GHCB-based VC Exception handler
Joerg Roedel
2020-08-19
x86/boot/compressed: Use builtin mem functions for decompressor
Arvind Sankar
2020-07-31
x86: Add support for ZSTD compressed kernel
Nick Terrell
2019-10-11
x86/boot/64: Round memory hole size up to next PMD page
Steve Wahl
2019-07-18
x86, boot: Remove multiple copy of static function sanitize_boot_params()
Zhenzhong Duan
2019-06-06
x86/boot: Call get_rsdp_addr() after console_init()
Borislav Petkov
2019-06-06
Revert "x86/boot: Disable RSDP parsing temporarily"
Borislav Petkov
2019-04-22
x86/boot: Disable RSDP parsing temporarily
Borislav Petkov
2019-02-01
x86/boot: Early parse RSDP and save it in boot_params
Chao Fan
2018-03-27
Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict
Ingo Molnar
2018-03-20
x86/boot/64: Verify alignment of the LOAD segment
H.J. Lu
2018-03-12
x86/boot/compressed/64: Find a place for 32-bit trampoline
Kirill A. Shutemov
2018-02-16
x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
2017-12-07
x86/boot/compressed/64: Print error if 5-level paging is not supported
Kirill A. Shutemov
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-29
x86/boot: Prevent faulty bootparams.screeninfo from causing harm
Jan H. Schönherr
2017-07-12
include/linux/string.h: add the option of fortified string.h functions
Daniel Micay
2017-06-30
x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug
Baoquan He
2017-06-30
x86/boot/KASLR: Add checking for the offset of kernel virtual address randomi...
Baoquan He
2016-06-26
x86/KASLR: Randomize virtual address separately
Baoquan He
2016-05-07
x86/boot: Simplify pointer casting in choose_random_location()
Borislav Petkov
2016-05-03
x86/boot: Extract error reporting functions
Kees Cook
2016-04-29
x86/boot: Correctly bounds-check relocations
Yinghai Lu
2016-04-29
x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...
Yinghai Lu
2016-04-29
x86/boot: Fix "run_size" calculation
Yinghai Lu
2016-04-29
x86/boot: Move compressed kernel to the end of the decompression buffer
Yinghai Lu
[next]