aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-06x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky1-114/+7
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+29
2016-11-17x86/boot: Avoid warning for zero-filling .bssArnd Bergmann1-3/+6
2016-10-20x86/boot: Fix the end of the stack for idle tasksJosh Poimboeuf1-1/+8
2016-10-20x86/boot/32: Fix the end of the stack for idle tasksJosh Poimboeuf1-3/+5
2016-10-20x86/entry/32, x86/boot/32: Use local labelsJosh Poimboeuf1-16/+16
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+2
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf1-4/+4
2016-08-07x86: move exports to actual definitionsAl Viro1-0/+2
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar1-6/+0
2016-04-26Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"Andy Lutomirski1-6/+0
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski1-44/+5
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski1-7/+0
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski1-23/+51
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2016-01-20x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski1-0/+6
2015-10-21x86/microcode: Merge the early microcode loaderBorislav Petkov1-3/+2
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-06-19x86/boot: Fix overflow warning with 32-bit binutilsBorislav Petkov1-3/+10
2015-06-02x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski1-15/+18
2015-05-24x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski1-15/+18
2015-05-17x86/asm/head*.S: Change global labels to localBorislav Petkov1-2/+2
2015-02-19x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov1-1/+2
2014-03-07x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds1-1/+1
2014-03-07x86: Ignore NMIs that come in during early bootH. Peter Anvin1-1/+6
2013-09-04Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+0
2013-06-28x86: Fix override new_cpu_data.x86 with 486Wang YanQing1-1/+1
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-21/+0
2013-02-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2013-02-12x86, head_32: Give the 6 label a real nameBorislav Petkov1-6/+6
2013-02-12x86, head_32: Remove second CPUID detection from default_entryBorislav Petkov1-13/+4
2013-02-12x86: Detect CPUID support early at bootBorislav Petkov1-25/+25
2013-02-12x86, head_32: Remove i386 piecesBorislav Petkov1-17/+5
2013-01-31x86/head_32.S: Early update ucode in 32-bitFenghua Yu1-0/+11
2013-01-19x86-32: Start out cr0 clean, disable paging before modifying cr3/4H. Peter Anvin1-2/+7
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2012-11-27x86-32: Unbreak booting on some 486 clonesH. Peter Anvin1-2/+7
2012-11-14x86-32, hotplug: Add start_cpu0() entry point to head_32.SFenghua Yu1-0/+13
2012-09-26x86-32: Start out eflags and cr4 cleanH. Peter Anvin1-15/+16
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen1-4/+1
2012-04-19x86-32: Handle exception table entries during early bootH. Peter Anvin1-94/+129
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-02-25x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis1-4/+4
2011-02-23x86: OLPC: Cleanup config maze completelyThomas Gleixner1-1/+1
2011-02-04x86-32: Make sure the stack is set up before we use itH. Peter Anvin1-17/+13
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-38/+39