aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2011-01-04x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell1-38/+39
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-7/+9
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+7
2010-12-16x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin1-5/+7
2010-12-16lguest: populate initial_page_tableRusty Russell1-2/+2
2010-11-10x86, cpu: Call verify_cpu during 32bit CPU startupKees Cook1-0/+6
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-20x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov1-30/+25
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel1-1/+7
2010-06-18x86, olpc: Add support for calling into OpenFirmwareAndres Salomon1-0/+6
2010-01-05Merge branch 'master' into percpuTejun Heo1-7/+11
2009-11-16x86-32: Use symbolic constants, safer CPUID when enabling EFER.NXH. Peter Anvin1-7/+11
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-3/+3
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar1-1/+1
2009-09-21Use macros for .data.page_aligned section.Tim Abbott1-1/+1
2009-09-21Use macros for .bss.page_aligned section.Tim Abbott1-1/+1
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-09-18x86: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott1-1/+1
2009-09-03x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge1-1/+0
2009-08-31x86: Add hardware_subarch ID for MoorestownPan, Jacob jun1-0/+1
2009-08-18i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich1-7/+1
2009-07-27x86: fix section mismatch for i386 init codeRobert Richter1-1/+5
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum1-1/+0
2009-04-29x86, vmlinux.lds: unify .text output sectionsSam Ravnborg1-7/+0