summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-281-1/+3
|\
| * x86/crash: Update the stale comment in reserve_crashkernel()Xunlei Pang2017-01-231-1/+3
* | efi: Print the secure boot status in x86 setup_arch()David Howells2017-02-071-0/+14
|/
* mm: remove x86-only restriction of movable_nodeReza Arbab2016-12-121-0/+24
* x86/smpboot: Init apic mapping before usageThomas Gleixner2016-10-291-1/+6
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-4/+4
|\
| * x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-4/+4
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-3/+3
|\ \
| * | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+1
| * | Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-3/+1
| |\ \
| * \ \ Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-081-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | x86: Apply more __ro_after_init and constKees Cook2016-08-101-2/+2
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-2/+1
|\ \ \ \
| * | | | x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He2016-08-151-2/+1
| |/ / /
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-9/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri2016-09-091-0/+1
| * | | x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmapMatt Fleming2016-09-091-9/+8
| |/ /
* / / x86/boot: Fix another __read_cr4() case on 486Andy Lutomirski2016-09-301-3/+1
|/ /
* | 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