summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport2021-02-041-9/+11
* x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport2021-01-241-11/+9
* Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-161-0/+6
|\
| * x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra2020-12-111-0/+6
* | x86/setup: Remove unused MCA variablesBorislav Petkov2020-10-281-5/+0
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-0/+2
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+2
* | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-141-0/+1
|\ \
| * | x86: Support Generic Initiator only proximity domainsJonathan Cameron2020-10-021-0/+1
| |/
* | x86/setup: simplify reserve_crashkernel()Mike Rapoport2020-10-131-26/+14
* | x86/setup: simplify initrd relocation and reservationMike Rapoport2020-10-131-13/+3
* | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-121-0/+2
|\ \
| * | static_call: Allow early initPeter Zijlstra2020-09-011-0/+2
| |/
* / efi: Support for MOK variable config tableLenny Szubowicz2020-09-161-0/+1
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\
| * x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+1
* | initrd: remove support for multiple floppiesChristoph Hellwig2020-07-301-2/+0
|/
* x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich2020-04-271-0/+6
* mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+4
* x86/setup: Fix static memory detectionGuenter Roeck2020-03-191-1/+0
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-2/+0
|\
| * x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-231-2/+0
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \
| * | arch/x86/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+1
|\ \ \
| * | | mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-101-0/+1
* | | | x86/boot: Explicitly include realmode.h to handle RM reservationsSean Christopherson2019-12-101-0/+1
|/ / /
* | | x86/setup: Enhance the commentsIngo Molnar2019-12-101-16/+25
* | | x86/setup: Clean up the header portion of setup.cIngo Molnar2019-12-101-100/+22
|/ /
* | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-261-10/+8
|\ \
| * | x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-071-10/+8
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-1/+11
|\ \
| * | x86/mm: Report actual image regions in /proc/iomemKees Cook2019-11-041-1/+11
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+6
|\ \
| * | x86/boot: Introduce setup_indirectDaniel Kiper2019-11-121-0/+6
| |/
* / x86: Fix typos in commentsCao jin2019-11-181-3/+3
|/
* dma-mapping: fix filename referencesAndy Shevchenko2019-09-031-1/+1
* Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-1/+7
|\
| * x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky2019-06-201-1/+7
* | x86/kdump/64: Restrict kdump kernel reservation to <64TBBaoquan He2019-06-281-3/+12
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-061-13/+19
|\
| * x86/kdump: Fall back to reserve high crashkernel memoryDave Young2019-04-221-8/+14
| * x86/kdump: Have crashkernel=X reserve under 4G by defaultDave Young2019-04-221-5/+5
* | efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter2019-03-291-4/+2
|/
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2018-11-201-17/+0
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0