summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head64.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-29x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-17x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'Alexander Potapenko
2017-07-18x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky
2017-07-18x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky
2017-06-20x86/boot/64: Put __startup_64() into .head.textKirill A. Shutemov
2017-06-13x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov
2017-06-13x86/boot/64: Rewrite startup_64() in CKirill A. Shutemov
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-03-14x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2016-08-11x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski
2016-07-21x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez
2016-03-15Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-09x86/boot: Use proper array element type in memset() size calculationAlexander Kuleshov
2016-01-30x86/boot: Micro-optimize reset_early_page_tables()Alexander Kuleshov
2016-01-19x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko
2015-07-06x86/kasan: Fix KASAN shadow region page tablesAlexander Popov
2015-07-06x86/init: Clear 'init_level4_pgt' earlierAndrey Ryabinin
2015-06-02x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski
2015-04-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-03-17x86/boot/64: Remove pointless early_printk() messageAlexander Kuleshov
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-13x86_64: add KASan supportAndrey Ryabinin
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi
2013-08-06x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen
2013-05-20x86: Fix bit corruption at CPU resume timeLinus Torvalds
2013-05-02x86-64, init: Do not set NX bits on non-NX capable hardwareH. Peter Anvin
2013-04-02x86: Drop KERNEL_IMAGE_STARTBorislav Petkov
2013-02-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-02-22x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds
2013-01-31x86/head64.c: Early update ucode in 64-bitFenghua Yu
2013-01-29x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu
2013-01-29x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu
2013-01-29x86, boot: Add get_cmd_line_ptr()Yinghai Lu
2013-01-29x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu
2013-01-29x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu
2013-01-29x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin
2013-01-29x86, 64bit: Copy struct boot_params earlyYinghai Lu