aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAge
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-23
|\
| * x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross2018-10-10
* | x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu2018-10-03
|/
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-16
|\
| * PCI: Make early dump functionality genericSinan Kaya2018-06-29
* | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-14
|\ \
| * | x86/speculation/l1tf: Make sure the first page is always reservedAndi Kleen2018-06-20
| |/
* | x86/tsc: Calibrate tsc only oncePavel Tatashin2018-07-19
* | x86/jump_label: Initialize static branching earlyPavel Tatashin2018-07-19
* | x86/kvmclock: Remove memblock dependencyPavel Tatashin2018-07-19
|/
* mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai2018-05-08
* x86/setup: Do not reserve a crash kernel region if booted on Xen PVPetr Tesarik2018-04-27
* Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-12
|\
| * x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-01
* | x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamicKirill A. Shutemov2018-02-14
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-30
|\
| * x86/headers: Remove duplicate #includesPravin Shedge2017-12-12
* | x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-15
* | x86/efi: Fix kernel param add_efi_memmap regressionDave Young2018-01-03
|/
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-13
|\
| * x86/timers: Move simple_udelay_calibration() past kvmclock_init()Boris Ostrovsky2017-09-25
| * x86/timers: Move the simple udelay calibration to tsc.hDou Liyang2017-09-25
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-13
|\ \
| * | x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2017-09-25
| |/
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-13
|\ \
| * | x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 st...Juergen Gross2017-11-10
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-13
|\ \
| * | x86/boot: Spell out "boot CPU" for BPJean Delvare2017-10-03
| |/
* / x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky2017-11-07
|/
* x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-13
* Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-05
|\
| * treewide: Consolidate Apple DMI checksLukas Wunner2017-08-03
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-04
|\ \
| * | x86/idt: Switch early trap init to IDT tablesThomas Gleixner2017-08-29
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-04
|\ \ \ | |/ / |/| |
| * | x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-18
| |/
* / x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-26
|/
* x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka2017-07-05
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-03
|\
| * x86/debug: Extend the lower bound of crash kernel low reservationsJiri Bohac2017-06-22
* | x86/timers: Move simple_udelay_calibration past init_hypervisor_platformJan Kiszka2017-05-26
|/
* x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2017-05-09
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-02
|\
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-11
| |\
| * \ Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-30
| |\ \
| * | | x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2017-03-23
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-02
|\ \ \ \
| * | | | x86/earlyprintk: Add support for earlyprintk via USB3 debug portLu Baolu2017-03-21
| * | | | x86/timers: Add simple udelay calibrationLu Baolu2017-03-21
| |/ / /