summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski2016-08-111-2/+0
* x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski2016-08-111-7/+10
* x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski2016-08-111-0/+2
* x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationThomas Garnier2016-08-101-2/+6
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-261-8/+1
|\ \
| * | ACPI / tables: table upgrade: refactor function definitionsAleksey Makarov2016-06-221-8/+1
| |/
* | x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-081-0/+3
|/
* ACPI / x86: Cleanup initrd related codeLv Zheng2016-04-181-3/+9
* ACPI / tables: Move table override mechanisms to tables.cLv Zheng2016-04-181-1/+1
* Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"Linus Torvalds2016-04-141-0/+37
* x86: remove the kernel code/data/bss resources from /proc/iomemLinus Torvalds2016-04-061-37/+0
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+9
|\
| * x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen2016-02-181-0/+9
* | x86/e820: Set System RAM type and descriptorToshi Kani2016-01-301-3/+3
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-111-0/+2
|\
| * x86/mm: Introduce max_possible_pfnIgor Mammedov2015-12-061-0/+2
* | x86/microcode: Initialize the driver late when facilities are upBorislav Petkov2015-11-231-2/+0
|/
* x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur2015-11-071-1/+1
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-47/+55
|\
| * x86/microcode: Unmodularize the microcode driverBorislav Petkov2015-10-211-0/+3
| * x86/setup/crash: Check memblock_reserve() retvalBorislav Petkov2015-10-211-2/+10
| * x86/setup/crash: Cleanup some moreBorislav Petkov2015-10-211-12/+7
| * x86/setup/crash: Remove alignment variableBorislav Petkov2015-10-211-5/+6
| * x86/setup: Cleanup crashkernel reservation functionsBorislav Petkov2015-10-211-22/+21
| * x86/setup: Do not reserve crashkernel high memory if low reservation failedBaoquan He2015-10-211-9/+11
* | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-1/+3
|\ \
| * \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-141-1/+3
| |\ \ | | |/ | |/|
| | * efi: Add "efi_fake_mem" boot optionTaku Izumi2015-10-121-1/+3
* | | x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini2015-10-161-0/+8
|/ /
* | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* | x86: use generic early mem copyMark Salter2015-09-081-21/+1
* | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-211-5/+0
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-041-4/+3
|\
| * Merge branch 'x86/boot' into x86/urgentIngo Molnar2015-06-301-4/+3
| |\
| | * x86/boot/setup: Clean up the e820_reserve_setup_data() codeWei Yang2015-06-051-4/+3
* | | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-241-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ \ | |/ / |/| |
| * | x86: introduce kaslr_offset()Jiri Kosina2015-04-291-1/+1
| |/
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-2/+1
|\ \
| * | x86: Remove more unmodified io_apic_opsThomas Gleixner2015-04-241-2/+1
| |/
* | x86/crash: Allocate enough low memory when crashkernel=highJoerg Roedel2015-06-111-5/+7
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-131-4/+4
|\
| * x86/mm: Use early_memunmap() instead of early_iounmap()Juergen Gross2015-02-241-4/+4
* | x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-031-4/+9
* | Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-161-18/+4
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-211-4/+18
|\
| * Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-191-4/+18
| |\
| | * x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-191-4/+18
OpenPOWER on IntegriCloud