summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/kaslr.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-191-2/+2
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-0/+3
* x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov2018-02-161-2/+4
* x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov2018-02-161-1/+7
* x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-0/+2
* x86/mm: Introduce 'pgtable_l5_enabled'Kirill A. Shutemov2018-02-141-0/+4
* x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/boot/KASLR: Work around firmware bugs by excluding EFI_BOOT_SERVICES_* an...Naoya Horiguchi2017-08-311-9/+31
* x86/boot/KASLR: Prefer mirrored memory regions for the kernel physical addressBaoquan He2017-08-171-2/+66
* x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()Baoquan He2017-07-181-3/+3
* x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()Baoquan He2017-07-181-11/+14
* x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...Baoquan He2017-07-181-17/+21
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-65/+126
|\
| * x86/KASLR: Use the right memcpy() implementationArnd Bergmann2017-05-311-0/+1
| * x86/KASLR: Handle the memory limit specified by the 'memmap=' and 'mem=' boot...Baoquan He2017-05-241-18/+50
| * x86/KASLR: Parse all 'memmap=' boot option entriesBaoquan He2017-05-241-54/+82
* | x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He2017-06-301-3/+0
|/
* x86/KASLR: Fix kexec kernel boot crash when KASLR randomization failsBaoquan He2017-04-281-2/+9
* x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar2017-01-291-1/+1
* x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-281-1/+1
* x86/boot: Fix KASLR and memmap= collisionDave Jiang2017-01-251-3/+137
* x86/mm: Refactor KASLR entropy functionsThomas Garnier2016-07-081-71/+5
* x86/KASLR: Fix boot crash with certain memory configurationsBaoquan He2016-07-081-0/+2
* x86/KASLR: Allow randomization below the load addressYinghai Lu2016-06-261-2/+9
* x86/KASLR: Extend kernel image physical address randomization to addresses la...Kees Cook2016-06-261-46/+69
* x86/KASLR: Randomize virtual address separatelyBaoquan He2016-06-261-19/+22
* x86/KASLR: Clarify identity map interfaceKees Cook2016-06-261-0/+3
* x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook2016-06-261-7/+0
* x86/KASLR: Clarify purpose of each get_random_long()Kees Cook2016-05-101-4/+5
* x86/KASLR: Add virtual address choosing functionBaoquan He2016-05-101-4/+28
* x86/KASLR: Return earliest overlap when avoiding regionsKees Cook2016-05-101-9/+20
* x86/KASLR: Add 'struct slot_area' to manage random_addr slotsBaoquan He2016-05-101-0/+29
* x86/boot: Add missing file header commentsKees Cook2016-05-101-1/+1
* x86/boot: Comment what finalize_identity_maps() doesBorislav Petkov2016-05-101-0/+2
* x86/KASLR: Build identity mappings on demandKees Cook2016-05-071-0/+17
* x86/KASLR: Improve comments around the mem_avoid[] logicKees Cook2016-05-071-48/+78
* x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov2016-05-071-11/+6
* x86/KASLR: Consolidate mem_avoid[] entriesYinghai Lu2016-05-061-16/+61
* x86/boot: Clean up pointer castingKees Cook2016-05-061-6/+14
* x86/boot: Extract error reporting functionsKees Cook2016-05-031-0/+1
* x86/KASLR: Warn when KASLR is disabledKees Cook2016-04-221-3/+3
* x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He2016-04-221-7/+5
* x86/KASLR: Update description for decompressor worst case sizeBaoquan He2016-04-221-1/+1
* x86/KASLR: Rename "random" to "random_addr"Kees Cook2016-04-191-5/+5
* x86/KASLR: Clarify purpose of kaslr.cKees Cook2016-04-191-1/+12
* x86/boot: Rename "real_mode" to "boot_params"Kees Cook2016-04-191-11/+11