aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_32.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-1/+1
|\
| * x86: OLPC: Cleanup config maze completelyThomas Gleixner2011-02-231-1/+1
* | x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis2011-02-251-4/+4
|/
* x86-32: Make sure the stack is set up before we use itH. Peter Anvin2011-02-041-17/+13
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-7/+9
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-061-38/+39
|\ \ \
| * | | x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell2011-01-041-38/+39
| | |/ | |/|
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-061-0/+6
|\ \ \ | |/ / |/| |
| * | x86, cpu: Call verify_cpu during 32bit CPU startupKees Cook2010-11-101-0/+6
| |/
| |
| \
*-. \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-191-5/+7
|\ \ \ | | |/
| * | x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin2010-12-161-5/+7
| |/
* | lguest: populate initial_page_tableRusty Russell2010-12-161-2/+2
|/
* x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-30/+25
* x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel2010-08-181-1/+7
* x86, olpc: Add support for calling into OpenFirmwareAndres Salomon2010-06-181-0/+6
* Merge branch 'master' into percpuTejun Heo2010-01-051-7/+11
|\
| * x86-32: Use symbolic constants, safer CPUID when enabling EFER.NXH. Peter Anvin2009-11-161-7/+11
* | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-3/+3
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-261-1/+1
|\
| * Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-09-251-1/+1
| |\
| | * x86: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-09-181-1/+1
* | | Use macros for .data.page_aligned section.Tim Abbott2009-09-211-1/+1
* | | Use macros for .bss.page_aligned section.Tim Abbott2009-09-211-1/+1
|/ /
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-0/+1
|\ \ | |/ |/|
| * x86: Add hardware_subarch ID for MoorestownPan, Jacob jun2009-08-311-0/+1
* | x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge2009-09-031-1/+0
|/
* i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich2009-08-181-7/+1
* x86: fix section mismatch for i386 init codeRobert Richter2009-07-271-1/+5
* x86: de-assembler-ize asm/desc.hAlexander van Heukelum2009-06-171-1/+0
* x86, vmlinux.lds: unify .text output sectionsSam Ravnborg2009-04-291-7/+0
* x86-32: tighten the bound on additional memory to mapH. Peter Anvin2009-03-171-1/+2
* x86-32: remove ALLOCATOR_SLOP from head_32.SJeremy Fitzhardinge2009-03-171-2/+1
* x86-32: make sure we map enough to fit linear map pagetablesJeremy Fitzhardinge2009-03-171-10/+19
* x86: put initial_pg_tables into .bssYinghai Lu2009-03-141-29/+14
* x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge2009-03-141-0/+2
* x86-32: compute initial mapping size more accuratelyYinghai Lu2009-03-141-1/+1
* x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-141-7/+7
* x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-131-2/+2
* Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-131-1/+20
|\
| * x86: fix x86_32 stack protector bugsTejun Heo2009-02-111-0/+1
| * x86: implement x86_32 stack protectorTejun Heo2009-02-101-1/+19
| |
| \
*-. \ Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-281-9/+4
|\ \ \ | |_|/ |/| |
| | * x86: improve early fault/irq printoutIngo Molnar2009-01-261-1/+4
| | * x86, debug: remove early_printk() #ifdefs from head_32.SIngo Molnar2009-01-261-8/+0
| |/
* | x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32Brian Gerst2009-01-211-3/+3
|/
* x86, cpa: rename PTE attribute macros for kernel direct mapping in early bootSuresh Siddha2008-10-101-19/+15
* x86: fix cpu hotplug on 32bitThomas Gleixner2008-07-271-3/+5
* x86: boot secondary cpus through initial_codeGlauber Costa2008-07-081-1/+1