Age | Commit message (Expand) | Author |
2017-06-30 | x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug | Baoquan He |
2016-06-26 | x86/KASLR: Randomize virtual address separately | Baoquan He |
2016-06-26 | x86/KASLR: Clarify identity map interface | Kees Cook |
2016-05-07 | x86/KASLR: Build identity mappings on demand | Kees Cook |
2016-05-07 | x86/boot: Simplify pointer casting in choose_random_location() | Borislav Petkov |
2016-05-06 | x86/boot: Clean up pointer casting | Kees Cook |
2016-05-03 | x86/boot: Extract error reporting functions | Kees Cook |
2016-04-22 | x86/KASLR: Warn when KASLR is disabled | Kees Cook |
2016-04-19 | x86/KASLR: Clarify purpose of kaslr.c | Kees Cook |
2016-04-19 | x86/boot: Rename "real_mode" to "boot_params" | Kees Cook |
2016-04-19 | x86/KASLR: Remove unneeded boot_params argument | Yinghai Lu |
2016-04-19 | x86/KASLR: Rename aslr.c to kaslr.c | Kees Cook |
2015-07-07 | x86/boot: Add hex output for debugging | Kees Cook |
2015-05-29 | x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h | Ingo Molnar |
2015-04-03 | x86/mm/KASLR: Propagate KASLR status to kernel proper | Borislav Petkov |
2015-03-16 | Revert "x86/mm/ASLR: Propagate base load address calculation" | Borislav Petkov |
2015-02-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-02-19 | x86/mm/ASLR: Propagate base load address calculation | Jiri Kosina |
2015-02-13 | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin |
2013-10-13 | x86, kaslr: Select random position from e820 maps | Kees Cook |
2013-10-13 | x86, kaslr: Provide randomness functions | Kees Cook |
2013-10-13 | x86, kaslr: Return location from decompress_kernel | Kees Cook |
2013-01-29 | x86, boot: Sanitize boot_params if not zeroed on creation | H. Peter Anvin |
2012-07-21 | x86, boot: Exclude cmdline.c if you can't use it | Gokul Caushik |
2012-07-21 | x86, boot: Exclude early_serial_console.c if can't use it. | Joe Millenbach |
2012-07-21 | x86, boot: Switch output functions from command-line flags to conditional com... | Joe Millenbach |
2012-07-21 | x86, boot: Changed error putstr path to match new debug_putstr format | Joe Millenbach |
2010-08-02 | x86, setup: move isdigit.h to ctype.h, header files on top. | H. Peter Anvin |
2010-08-02 | x86, setup: enable early console output from the decompressor | Yinghai Lu |