summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_32.S
AgeCommit message (Expand)Author
2010-10-28x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel
2010-01-05Merge branch 'master' into percpuTejun Heo
2009-11-16x86-32: Use symbolic constants, safer CPUID when enabling EFER.NXH. Peter Anvin
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar
2009-09-21Use macros for .data.page_aligned section.Tim Abbott
2009-09-21Use macros for .bss.page_aligned section.Tim Abbott
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-18x86: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-09-03x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge
2009-08-31x86: Add hardware_subarch ID for MoorestownPan, Jacob jun
2009-08-18i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich
2009-07-27x86: fix section mismatch for i386 init codeRobert Richter
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum
2009-04-29x86, vmlinux.lds: unify .text output sectionsSam Ravnborg
2009-03-17x86-32: tighten the bound on additional memory to mapH. Peter Anvin
2009-03-17x86-32: remove ALLOCATOR_SLOP from head_32.SJeremy Fitzhardinge
2009-03-17x86-32: make sure we map enough to fit linear map pagetablesJeremy Fitzhardinge
2009-03-14x86: put initial_pg_tables into .bssYinghai Lu
2009-03-14x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge
2009-03-14x86-32: compute initial mapping size more accuratelyYinghai Lu
2009-03-14x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo
2009-02-10x86: implement x86_32 stack protectorTejun Heo
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar
2009-01-26x86: improve early fault/irq printoutIngo Molnar
2009-01-26x86, debug: remove early_printk() #ifdefs from head_32.SIngo Molnar
2009-01-21x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32Brian Gerst
2008-10-10x86, cpa: rename PTE attribute macros for kernel direct mapping in early bootSuresh Siddha
2008-07-27x86: fix cpu hotplug on 32bitThomas Gleixner
2008-07-08x86: boot secondary cpus through initial_codeGlauber Costa
2008-07-08x86: use initial_code for i386Glauber Costa
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar
2008-06-12x86: fix asm warning in head_32.SJoe Korty
2008-06-03x86: clean up max_pfn_mapped usage - 32-bitYinghai Lu
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu
2008-04-30x86: fix early-BUG messageVegard Nossum
2008-04-19x86: remove pointless commentsWANG Cong
2008-04-17x86: introduce kernel/head32.cEric W. Biederman
2008-03-21x86: fix fault_msg nul terminationJiri Slaby
2008-02-26x86: don't make swapper_pg_pmd globalAdrian Bunk
2008-02-19x86: don't make swapper_pg_fixmap globalAdrian Bunk
2008-02-09x86: construct 32-bit boot time page tables in native format.Ian Campbell
2008-01-30x86: fix Section mismatch: reference to .init.text:lguest_entrySam Ravnborg
2008-01-30x86_32: always run the full set of paging state.Ian Campbell
2008-01-30x86_32: remove unnecessary use of %ebx as the boot cpu flagIan Campbell
2008-01-30x86: early fault debugging improvementIngo Molnar