summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-05-10x86/KASLR: Clarify purpose of each get_random_long()Kees Cook1-4/+5
2016-05-10x86/KASLR: Add virtual address choosing functionBaoquan He1-4/+28
2016-05-10x86/KASLR: Return earliest overlap when avoiding regionsKees Cook1-9/+20
2016-05-10x86/KASLR: Add 'struct slot_area' to manage random_addr slotsBaoquan He1-0/+29
2016-05-10x86/boot: Add missing file header commentsKees Cook3-1/+10
2016-05-10x86/KASLR: Initialize mapping_info every timeKees Cook1-11/+5
2016-05-10x86/boot: Comment what finalize_identity_maps() doesBorislav Petkov1-0/+2
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook6-2/+187
2016-05-07x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu3-73/+80
2016-05-07x86/boot: Clean up indenting for asm/boot.hKees Cook1-11/+9
2016-05-07x86/KASLR: Improve comments around the mem_avoid[] logicKees Cook1-48/+78
2016-05-07x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov3-17/+13
2016-05-06x86/KASLR: Consolidate mem_avoid[] entriesYinghai Lu1-16/+61
2016-05-06x86/boot: Clean up pointer castingKees Cook2-11/+19
2016-05-03x86/boot: Warn on future overlapping memcpy() useKees Cook1-3/+13
2016-05-03x86/boot: Extract error reporting functionsKees Cook7-19/+34
2016-04-29x86/boot: Correctly bounds-check relocationsYinghai Lu2-2/+2
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu6-65/+8
2016-04-29x86/boot: Fix "run_size" calculationYinghai Lu3-10/+16
2016-04-29x86/boot: Calculate decompression size during boot not buildYinghai Lu3-28/+30
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu7-8/+35
2016-04-29x86/KASLR: Handle kernel relocations above 2G correctlyBaoquan He1-1/+1
2016-04-28x86/boot: Rename overlapping memcpy() to memmove()Kees Cook2-10/+15
2016-04-22x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100Luis R. Rodriguez2-3/+1
2016-04-22x86/init: Disable pnpbios for X86_SUBARCH_INTEL_MIDLuis R. Rodriguez1-3/+1
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez7-19/+0
2016-04-22x86/init: Rename EBDA code fileLuis R. Rodriguez3-2/+2
2016-04-22x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICESLuis R. Rodriguez1-0/+5
2016-04-22x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez2-0/+37
2016-04-22x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez1-1/+1
2016-04-22x86/tboot: Remove paravirt_enabled() useLuis R. Rodriguez1-6/+0
2016-04-22x86/apm32: Remove paravirt_enabled() useLuis R. Rodriguez1-1/+1
2016-04-22x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez3-1/+8
2016-04-22x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot codeLuis R. Rodriguez2-8/+4
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez12-22/+60
2016-04-22x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez1-0/+1
2016-04-22x86/boot: Enumerate documentation for the x86 hardware_subarchLuis R. Rodriguez1-1/+40
2016-04-22x86/KASLR: Warn when KASLR is disabledKees Cook3-6/+13
2016-04-22x86/boot: Make memcpy() handle overlapsKees Cook2-5/+21
2016-04-22x86/boot: Clean up things used by decompressorsKees Cook1-4/+4
2016-04-22x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He4-59/+36
2016-04-22x86/KASLR: Update description for decompressor worst case sizeBaoquan He3-82/+97
2016-04-19x86/KASLR: Rename "random" to "random_addr"Kees Cook1-5/+5
2016-04-19x86/KASLR: Clarify purpose of kaslr.cKees Cook3-4/+15
2016-04-19x86/boot: Clarify purpose of functions in misc.cKees Cook3-10/+12
2016-04-19x86/boot: Rename "real_mode" to "boot_params"Kees Cook4-27/+28
2016-04-19x86/KASLR: Remove unneeded boot_params argumentYinghai Lu3-8/+5
2016-04-19x86/KASLR: Rename aslr.c to kaslr.cKees Cook3-2/+2
2016-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-3/+51
2016-04-14Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"Linus Torvalds1-0/+37