summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_32.S
AgeCommit message (Expand)AuthorFilesLines
2009-08-18i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich1-7/+1
2009-07-28x86: fix section mismatch for i386 init codeRobert Richter1-1/+5
2009-06-18x86: de-assembler-ize asm/desc.hAlexander van Heukelum1-1/+0
2009-04-29x86, vmlinux.lds: unify .text output sectionsSam Ravnborg1-7/+0
2009-03-17x86-32: tighten the bound on additional memory to mapH. Peter Anvin1-1/+2
2009-03-17x86-32: remove ALLOCATOR_SLOP from head_32.SJeremy Fitzhardinge1-2/+1
2009-03-17x86-32: make sure we map enough to fit linear map pagetablesJeremy Fitzhardinge1-10/+19
2009-03-15x86: put initial_pg_tables into .bssYinghai Lu1-29/+14
2009-03-15x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge1-0/+2
2009-03-15x86-32: compute initial mapping size more accuratelyYinghai Lu1-1/+1
2009-03-15x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge1-7/+7
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-2/+2
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar1-1/+20
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo1-0/+1
2009-02-10x86: implement x86_32 stack protectorTejun Heo1-1/+19
2009-01-29Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar1-9/+4
2009-01-26x86: improve early fault/irq printoutIngo Molnar1-1/+4
2009-01-26x86, debug: remove early_printk() #ifdefs from head_32.SIngo Molnar1-8/+0
2009-01-21x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32Brian Gerst1-3/+3
2008-10-10x86, cpa: rename PTE attribute macros for kernel direct mapping in early bootSuresh Siddha1-19/+15
2008-07-27x86: fix cpu hotplug on 32bitThomas Gleixner1-3/+5
2008-07-08x86: boot secondary cpus through initial_codeGlauber Costa1-1/+1
2008-07-08x86: use initial_code for i386Glauber Costa1-1/+4
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-1/+1
2008-06-12x86: fix asm warning in head_32.SJoe Korty1-1/+1
2008-06-03x86: clean up max_pfn_mapped usage - 32-bitYinghai Lu1-0/+4
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu1-0/+2
2008-05-01x86: fix early-BUG messageVegard Nossum1-9/+10
2008-04-19x86: remove pointless commentsWANG Cong1-1/+0
2008-04-17x86: introduce kernel/head32.cEric W. Biederman1-1/+1
2008-03-21x86: fix fault_msg nul terminationJiri Slaby1-1/+1
2008-02-26x86: don't make swapper_pg_pmd globalAdrian Bunk1-1/+1
2008-02-19x86: don't make swapper_pg_fixmap globalAdrian Bunk1-1/+1
2008-02-10x86: construct 32-bit boot time page tables in native format.Ian Campbell1-35/+116
2008-01-30x86: fix Section mismatch: reference to .init.text:lguest_entrySam Ravnborg1-1/+4
2008-01-30x86_32: always run the full set of paging state.Ian Campbell1-2/+2
2008-01-30x86_32: remove unnecessary use of %ebx as the boot cpu flagIan Campbell1-6/+1
2008-01-30x86: early fault debugging improvementIngo Molnar1-0/+1
2008-01-01fix lguest rmmod "bad pgd"Rusty Russell1-1/+1
2007-12-03x86: fix x86-32 early fixmap initialization.Eric W. Biederman1-6/+6
2007-10-24x86: clean up setup.h and the boot codeH. Peter Anvin1-6/+1
2007-10-22i386: paravirt boot sequenceRusty Russell1-3/+41
2007-10-17i386: print better early fault infoIngo Molnar1-2/+10
2007-10-17x86: prepare page allocator for high allocations on PAGEALLOC=yIngo Molnar1-0/+9
2007-10-11i386: move kernelThomas Gleixner1-0/+578