aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang1-4/+12
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-3/+1
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-0/+2
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersJan Beulich1-1/+1
2018-04-12x86/mm: Comment _PAGE_GLOBAL mysteryDave Hansen1-1/+10
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar1-0/+2
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov1-1/+1
2018-02-21x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov1-6/+6
2018-02-21x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra1-0/+2
2018-02-16x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov1-6/+4
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov1-1/+1
2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen1-3/+27
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar1-5/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski1-1/+1
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar1-3/+0
2017-11-01x86/boot: Relocate definition of the initial state of CR0Ricardo Neri1-3/+0
2017-10-23x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf1-1/+1
2017-10-20x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XEN_PVH=yKirill A. Shutemov1-5/+6
2017-09-28x86/head: Add unwind hint annotationsJosh Poimboeuf1-2/+12
2017-09-28x86/head: Fix head ELF function annotationsJosh Poimboeuf1-3/+3
2017-09-28x86/head: Remove unused 'bad_address' codeJosh Poimboeuf1-3/+0
2017-09-28x86/head: Remove confusing commentJosh Poimboeuf1-4/+0
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-10/+10
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky1-2/+18
2017-06-13x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov1-6/+20
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov1-7/+7
2017-06-13x86/boot/64: Rewrite startup_64() in CKirill A. Shutemov1-92/+3
2017-03-07x86/boot/64: Rename start_cpu()Borislav Petkov1-6/+4
2016-12-14x86/boot/64: Push correct start_cpu() return addressJosh Poimboeuf1-2/+3
2016-12-14x86/boot/64: Use 'push' instead of 'call' in start_cpu()Josh Poimboeuf1-1/+1
2016-12-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2016-11-28x86/boot/64: Optimize fixmap page fixupBorislav Petkov1-2/+6
2016-11-25x86/boot/64: Use defines for page sizeBorislav Petkov1-5/+5
2016-10-20x86/boot: Fix the end of the stack for idle tasksJosh Poimboeuf1-8/+7
2016-10-20x86/boot/64: Put a real return address on the idle task stackJosh Poimboeuf1-2/+3
2016-10-20x86/boot/64: Use a common function for starting CPUsJosh Poimboeuf1-11/+11
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+3
2016-08-18x86/head: Remove useless zeroed wordJosh Poimboeuf1-1/+0
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf1-6/+5
2016-08-07x86: move exports to actual definitionsAl Viro1-0/+3
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier1-1/+1
2016-06-27x86/boot/64: Add forgotten end of function markerBorislav Petkov1-0/+1
2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov1-0/+8
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski1-43/+2
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski1-6/+0
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski1-31/+37
2016-03-15Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1