- b099155 x86/boot/compressed/64: Cleanup exception handling before booting kernel by Joerg Roedel · 4 years ago
- 8a49402 kasan, x86, s390: update undef CONFIG_KASAN by Andrey Konovalov · 4 years, 3 months ago
- 86ce43f x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path by Joerg Roedel · 4 years, 4 months ago
- f5ed777 x86/sev-es: Check required CPU features for SEV-ES by Martin Radev · 4 years, 6 months ago
- 69add17 x86/boot/compressed/64: Unmap GHCB page before booting the kernel by Joerg Roedel · 4 years, 6 months ago
- 597cfe48 x86/boot/compressed/64: Setup a GHCB-based VC Exception handler by Joerg Roedel · 4 years, 6 months ago
- c81d600 x86/boot/compressed/64: Add set_page_en/decrypted() helpers by Joerg Roedel · 4 years, 6 months ago
- 29dcc60 x86/boot/compressed/64: Add stage1 #VC handler by Joerg Roedel · 4 years, 6 months ago
- 8570978 x86/boot/compressed/64: Don't pre-map memory in KASLR code by Joerg Roedel · 4 years, 6 months ago
- 8b0d3b3 x86/boot/compressed/64: Add page-fault handler by Joerg Roedel · 4 years, 6 months ago
- 5f2bb01 x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c by Joerg Roedel · 4 years, 6 months ago
- 64e6826 x86/boot/compressed/64: Add IDT Infrastructure by Joerg Roedel · 4 years, 6 months ago
- 3a06699 x86/kaslr: Replace 'unsigned long long' with 'u64' by Arvind Sankar · 4 years, 7 months ago
- c90beea2 x86/boot/compressed: Fix debug_puthex() parameter type by Joerg Roedel · 5 years ago
- 8c5477e x86, boot: Remove multiple copy of static function sanitize_boot_params() by Zhenzhong Duan · 6 years ago
- 0f02dae x86/boot: Fix incorrect ifdeffery scope by Baoquan He · 6 years ago
- 82df826 x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVE by Borislav Petkov · 6 years ago
- 82f9ed3 x86/boot: Fix cmdline_find_option() prototype visibility by Borislav Petkov · 6 years ago
- 690eaa5 x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory only by Chao Fan · 6 years ago
- 02a3e3c x86/boot: Parse SRAT table and count immovable memory regions by Chao Fan · 6 years ago
- 3a63f70 x86/boot: Early parse RSDP and save it in boot_params by Chao Fan · 6 years ago
- 3c98e71b x86/boot: Add "acpi_rsdp=" early parsing by Chao Fan · 6 years ago
- c00a280 x86/paravirt: Introduce new config option PARAVIRT_XXL by Juergen Gross · 7 years ago
- ad3fe52 x86/mm: Unify pgtable_l5_enabled usage in early boot code by Kirill A. Shutemov · 7 years ago
- 07344b1 x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT by Tom Lendacky · 7 years ago
- 39b9552 x86/mm: Optimize boot-time paging mode switching cost by Kirill A. Shutemov · 7 years ago
- 1958b5f x86/boot: Add early boot support when running with SEV active by Tom Lendacky · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 8eabf42 x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug by Baoquan He · 8 years ago
- 8391c73 x86/KASLR: Randomize virtual address separately by Baoquan He · 9 years ago
- 11fdf97 x86/KASLR: Clarify identity map interface by Kees Cook · 9 years ago
- 3a94707 x86/KASLR: Build identity mappings on demand by Kees Cook · 9 years ago
- 549f90d x86/boot: Simplify pointer casting in choose_random_location() by Borislav Petkov · 9 years ago
- 2bc1cd3 x86/boot: Clean up pointer casting by Kees Cook · 9 years ago
- dc425a6 x86/boot: Extract error reporting functions by Kees Cook · 9 years ago
- 0f8ede1b x86/KASLR: Warn when KASLR is disabled by Kees Cook · 9 years ago
- 7de828d x86/KASLR: Clarify purpose of kaslr.c by Kees Cook · 9 years ago
- 6655e0a x86/boot: Rename "real_mode" to "boot_params" by Kees Cook · 9 years ago
- 206f25a x86/KASLR: Remove unneeded boot_params argument by Yinghai Lu · 9 years ago
- 9b23874 x86/KASLR: Rename aslr.c to kaslr.c by Kees Cook · 9 years ago
- 79063a7 x86/boot: Add hex output for debugging by Kees Cook · 10 years ago
- 927392d x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h by Ingo Molnar · 12 years ago
- 78cac48 x86/mm/KASLR: Propagate KASLR status to kernel proper by Borislav Petkov · 10 years ago
- 69797da Revert "x86/mm/ASLR: Propagate base load address calculation" by Borislav Petkov · 10 years ago
- 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 10 years ago
- 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
- 82fa963 x86, kaslr: Select random position from e820 maps by Kees Cook · 11 years ago
- 5bfce5e x86, kaslr: Provide randomness functions by Kees Cook · 11 years ago
- 8ab3820 x86, kaslr: Return location from decompress_kernel by Kees Cook · 11 years ago
- 5dcd14e x86, boot: Sanitize boot_params if not zeroed on creation by H. Peter Anvin · 12 years ago
- bd448d4 x86, boot: Exclude cmdline.c if you can't use it by Gokul Caushik · 13 years ago
- cec49df x86, boot: Exclude early_serial_console.c if can't use it. by Joe Millenbach · 13 years ago
- 7aac301 x86, boot: Switch output functions from command-line flags to conditional compilation by Joe Millenbach · 13 years ago
- cb454fe x86, boot: Changed error putstr path to match new debug_putstr format by Joe Millenbach · 13 years ago
- 6238b47 x86, setup: move isdigit.h to ctype.h, header files on top. by H. Peter Anvin · 15 years ago
- 8fee13a4 x86, setup: enable early console output from the decompressor by Yinghai Lu · 15 years ago