summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_64.S
AgeCommit message (Expand)Author
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar
2017-11-01x86/boot: Relocate definition of the initial state of CR0Ricardo Neri
2017-10-23x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf
2017-10-20x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov
2017-09-28x86/head: Add unwind hint annotationsJosh Poimboeuf
2017-09-28x86/head: Fix head ELF function annotationsJosh Poimboeuf
2017-09-28x86/head: Remove unused 'bad_address' codeJosh Poimboeuf
2017-09-28x86/head: Remove confusing commentJosh Poimboeuf
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-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-03-07x86/boot/64: Rename start_cpu()Borislav Petkov
2016-12-14x86/boot/64: Push correct start_cpu() return addressJosh Poimboeuf
2016-12-14x86/boot/64: Use 'push' instead of 'call' in start_cpu()Josh Poimboeuf
2016-12-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-11-28x86/boot/64: Optimize fixmap page fixupBorislav Petkov
2016-11-25x86/boot/64: Use defines for page sizeBorislav Petkov
2016-10-20x86/boot: Fix the end of the stack for idle tasksJosh Poimboeuf
2016-10-20x86/boot/64: Put a real return address on the idle task stackJosh Poimboeuf
2016-10-20x86/boot/64: Use a common function for starting CPUsJosh Poimboeuf
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-08-18x86/head: Remove useless zeroed wordJosh Poimboeuf
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf
2016-08-07x86: move exports to actual definitionsAl Viro
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier
2016-06-27x86/boot/64: Add forgotten end of function markerBorislav Petkov
2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski
2016-03-15Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-30x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov
2016-01-27x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov
2015-11-07x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov
2015-07-06x86/kasan: Fix KASAN shadow region page tablesAlexander Popov
2015-05-24x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski
2015-05-17x86/asm/head*.S: Change global labels to localBorislav Petkov
2015-03-07x86/asm: Optimize unnecessarily wide TEST instructionsDenys Vlasenko
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar
2015-02-19x86/asm/boot: Fix path in commentsAlexander Kuleshov
2015-02-13x86_64: add KASan supportAndrey Ryabinin
2014-03-07x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds
2014-03-07x86: Ignore NMIs that come in during early bootH. Peter Anvin
2013-07-16x86: Make sure IDT is page alignedKees Cook