Age | Commit message (Expand) | Author | Files | Lines |
2018-09-03 | x86/paravirt: Introduce new config option PARAVIRT_XXL | Juergen Gross | 1 | -0/+1 |
2018-05-19 | x86/mm: Unify pgtable_l5_enabled usage in early boot code | Kirill A. Shutemov | 1 | -4/+2 |
2018-03-28 | x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT | Tom Lendacky | 1 | -1/+1 |
2018-02-21 | x86/mm: Optimize boot-time paging mode switching cost | Kirill A. Shutemov | 1 | -0/+5 |
2017-11-07 | x86/boot: Add early boot support when running with SEV active | Tom Lendacky | 1 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-06-30 | x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug | Baoquan He | 1 | -2/+0 |
2016-06-26 | x86/KASLR: Randomize virtual address separately | Baoquan He | 1 | -10/+12 |
2016-06-26 | x86/KASLR: Clarify identity map interface | Kees Cook | 1 | -0/+3 |
2016-05-07 | x86/KASLR: Build identity mappings on demand | Kees Cook | 1 | -0/+11 |
2016-05-07 | x86/boot: Simplify pointer casting in choose_random_location() | Borislav Petkov | 1 | -5/+5 |
2016-05-06 | x86/boot: Clean up pointer casting | Kees Cook | 1 | -5/+5 |
2016-05-03 | x86/boot: Extract error reporting functions | Kees Cook | 1 | -1/+0 |
2016-04-22 | x86/KASLR: Warn when KASLR is disabled | Kees Cook | 1 | -0/+1 |
2016-04-19 | x86/KASLR: Clarify purpose of kaslr.c | Kees Cook | 1 | -2/+2 |
2016-04-19 | x86/boot: Rename "real_mode" to "boot_params" | Kees Cook | 1 | -1/+1 |
2016-04-19 | x86/KASLR: Remove unneeded boot_params argument | Yinghai Lu | 1 | -4/+2 |
2016-04-19 | x86/KASLR: Rename aslr.c to kaslr.c | Kees Cook | 1 | -1/+1 |
2015-07-07 | x86/boot: Add hex output for debugging | Kees Cook | 1 | -0/+11 |
2015-05-29 | x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h | Ingo Molnar | 1 | -6/+5 |
2015-04-03 | x86/mm/KASLR: Propagate KASLR status to kernel proper | Borislav Petkov | 1 | -2/+4 |
2015-03-16 | Revert "x86/mm/ASLR: Propagate base load address calculation" | Borislav Petkov | 1 | -4/+2 |
2015-02-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+4 |
2015-02-19 | x86/mm/ASLR: Propagate base load address calculation | Jiri Kosina | 1 | -2/+4 |
2015-02-14 | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin | 1 | -0/+1 |
2013-10-13 | x86, kaslr: Select random position from e820 maps | Kees Cook | 1 | -0/+8 |
2013-10-13 | x86, kaslr: Provide randomness functions | Kees Cook | 1 | -0/+2 |
2013-10-13 | x86, kaslr: Return location from decompress_kernel | Kees Cook | 1 | -6/+21 |
2013-01-29 | x86, boot: Sanitize boot_params if not zeroed on creation | H. Peter Anvin | 1 | -0/+1 |
2012-07-21 | x86, boot: Exclude cmdline.c if you can't use it | Gokul Caushik | 1 | -2/+3 |
2012-07-21 | x86, boot: Exclude early_serial_console.c if can't use it. | Joe Millenbach | 1 | -0/+10 |
2012-07-21 | x86, boot: Switch output functions from command-line flags to conditional com... | Joe Millenbach | 1 | -4/+13 |
2012-07-21 | x86, boot: Changed error putstr path to match new debug_putstr format | Joe Millenbach | 1 | -0/+1 |
2010-08-03 | x86, setup: move isdigit.h to ctype.h, header files on top. | H. Peter Anvin | 1 | -0/+1 |
2010-08-03 | x86, setup: enable early console output from the decompressor | Yinghai Lu | 1 | -0/+38 |