aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+8
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+11
2019-11-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2019-11-18x86: Fix typos in commentsCao jin1-3/+3
2019-11-12x86/boot: Introduce setup_indirectDaniel Kiper1-0/+6
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams1-10/+8
2019-11-04x86/mm: Report actual image regions in /proc/iomemKees Cook1-1/+11
2019-09-03dma-mapping: fix filename referencesAndy Shevchenko1-1/+1
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2019-06-28x86/kdump/64: Restrict kdump kernel reservation to <64TBBaoquan He1-3/+12
2019-06-20x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky1-1/+7
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-06Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+19
2019-04-22x86/kdump: Fall back to reserve high crashkernel memoryDave Young1-8/+14
2019-04-22x86/kdump: Have crashkernel=X reserve under 4G by defaultDave Young1-5/+5
2019-03-29efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter1-4/+2
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setup_header")Juergen Gross1-17/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-23Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross1-0/+17
2018-10-03x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu1-1/+1
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+0
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2018-07-20x86/tsc: Calibrate tsc only oncePavel Tatashin1-1/+1
2018-07-20x86/jump_label: Initialize static branching earlyPavel Tatashin1-2/+2
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin1-4/+0
2018-06-29PCI: Make early dump functionality genericSinan Kaya1-5/+0
2018-06-20x86/speculation/l1tf: Make sure the first page is always reservedAndi Kleen1-0/+6
2018-05-09mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai1-8/+0
2018-04-27x86/setup: Do not reserve a crash kernel region if booted on Xen PVPetr Tesarik1-0/+6
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar1-12/+5
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner1-12/+5
2018-02-14x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamicKirill A. Shutemov1-3/+2
2018-01-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-01-16x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky1-10/+0
2018-01-03x86/efi: Fix kernel param add_efi_memmap regressionDave Young1-3/+2
2017-12-12x86/headers: Remove duplicate #includesPravin Shedge1-1/+0
2017-11-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+4
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+0
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-10x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 structureJuergen Gross1-1/+1
2017-11-07x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky1-2/+4
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-1/+1
2017-09-25x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner1-12/+0
2017-09-25x86/timers: Move simple_udelay_calibration() past kvmclock_init()Boris Ostrovsky1-5/+4
2017-09-25x86/timers: Move the simple udelay calibration to tsc.hDou Liyang1-21/+1
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski1-1/+4