x86/KASLR: Build identity mappings on demand
[cascardo/linux.git] / arch / x86 / boot / compressed / kaslr.c
2016-05-07 Kees Cookx86/KASLR: Build identity mappings on demand
2016-05-07 Kees Cookx86/KASLR: Improve comments around the mem_avoid[]...
2016-05-07 Borislav Petkovx86/boot: Simplify pointer casting in choose_random_loc...
2016-05-06 Yinghai Lux86/KASLR: Consolidate mem_avoid[] entries
2016-05-06 Kees Cookx86/boot: Clean up pointer casting
2016-05-03 Kees Cookx86/boot: Extract error reporting functions
2016-04-22 Kees Cookx86/KASLR: Warn when KASLR is disabled
2016-04-22 Baoquan Hex86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET
2016-04-22 Baoquan Hex86/KASLR: Update description for decompressor worst...
2016-04-19 Kees Cookx86/KASLR: Rename "random" to "random_addr"
2016-04-19 Kees Cookx86/KASLR: Clarify purpose of kaslr.c
2016-04-19 Kees Cookx86/boot: Rename "real_mode" to "boot_params"
2016-04-19 Yinghai Lux86/KASLR: Remove unneeded boot_params argument
2016-04-19 Kees Cookx86/KASLR: Rename aslr.c to kaslr.c