| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-01-06 | 1 | -38/+39 |
|\ \ \ |
|
| * | | | x86, mm: Initialize initial_page_table before paravirt jumps | Rusty Russell | 2011-01-04 | 1 | -38/+39 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-06 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86, cpu: Call verify_cpu during 32bit CPU startup | Kees Cook | 2010-11-10 | 1 | -0/+6 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.... | Linus Torvalds | 2010-12-19 | 1 | -5/+7 |
|\ \ \
| | |/ |
|
| * | | x86-32: Make sure we can map all of lowmem if we need to | H. Peter Anvin | 2010-12-16 | 1 | -5/+7 |
| |/ |
|
* | | lguest: populate initial_page_table | Rusty Russell | 2010-12-16 | 1 | -2/+2 |
|/ |
|
* | x86-32, mm: Add an initial page table for core bootstrapping | Borislav Petkov | 2010-10-20 | 1 | -30/+25 |
* | x86-32: Separate 1:1 pagetables from swapper_pg_dir | Joerg Roedel | 2010-08-18 | 1 | -1/+7 |
* | x86, olpc: Add support for calling into OpenFirmware | Andres Salomon | 2010-06-18 | 1 | -0/+6 |
* | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 1 | -7/+11 |
|\ |
|
| * | x86-32: Use symbolic constants, safer CPUID when enabling EFER.NX | H. Peter Anvin | 2009-11-16 | 1 | -7/+11 |
* | | percpu: remove per_cpu__ prefix. | Rusty Russell | 2009-10-29 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-26 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'x86/asm' into x86/urgent | Ingo Molnar | 2009-09-25 | 1 | -1/+1 |
| |\ |
|
| | * | x86: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | 1 | -1/+1 |
* | | | Use macros for .data.page_aligned section. | Tim Abbott | 2009-09-21 | 1 | -1/+1 |
* | | | Use macros for .bss.page_aligned section. | Tim Abbott | 2009-09-21 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-18 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | x86: Add hardware_subarch ID for Moorestown | Pan, Jacob jun | 2009-08-31 | 1 | -0/+1 |
* | | x86/i386: Make sure stack-protector segment base is cache aligned | Jeremy Fitzhardinge | 2009-09-03 | 1 | -1/+0 |
|/ |
|
* | i386: Fix section mismatches for init code with !HOTPLUG_CPU | Jan Beulich | 2009-08-18 | 1 | -7/+1 |
* | x86: fix section mismatch for i386 init code | Robert Richter | 2009-07-27 | 1 | -1/+5 |
* | x86: de-assembler-ize asm/desc.h | Alexander van Heukelum | 2009-06-17 | 1 | -1/+0 |
* | x86, vmlinux.lds: unify .text output sections | Sam Ravnborg | 2009-04-29 | 1 | -7/+0 |
* | x86-32: tighten the bound on additional memory to map | H. Peter Anvin | 2009-03-17 | 1 | -1/+2 |
* | x86-32: remove ALLOCATOR_SLOP from head_32.S | Jeremy Fitzhardinge | 2009-03-17 | 1 | -2/+1 |
* | x86-32: make sure we map enough to fit linear map pagetables | Jeremy Fitzhardinge | 2009-03-17 | 1 | -10/+19 |
* | x86: put initial_pg_tables into .bss | Yinghai Lu | 2009-03-14 | 1 | -29/+14 |
* | x86: allow extend_brk users to reserve brk space | Jeremy Fitzhardinge | 2009-03-14 | 1 | -0/+2 |
* | x86-32: compute initial mapping size more accurately | Yinghai Lu | 2009-03-14 | 1 | -1/+1 |
* | x86-32: use brk segment for allocating initial kernel pagetable | Jeremy Fitzhardinge | 2009-03-14 | 1 | -7/+7 |
* | x86: use _types.h headers in asm where available | Jeremy Fitzhardinge | 2009-02-13 | 1 | -2/+2 |
* | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 2009-02-13 | 1 | -1/+20 |
|\ |
|
| * | x86: fix x86_32 stack protector bugs | Tejun Heo | 2009-02-11 | 1 | -0/+1 |
| * | x86: implement x86_32 stack protector | Tejun Heo | 2009-02-10 | 1 | -1/+19 |
| | | |
| \ | |
*-. \ | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 2009-01-28 | 1 | -9/+4 |
|\ \ \
| |_|/
|/| | |
|
| | * | x86: improve early fault/irq printout | Ingo Molnar | 2009-01-26 | 1 | -1/+4 |
| | * | x86, debug: remove early_printk() #ifdefs from head_32.S | Ingo Molnar | 2009-01-26 | 1 | -8/+0 |
| |/ |
|
* | | x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32 | Brian Gerst | 2009-01-21 | 1 | -3/+3 |
|/ |
|
* | x86, cpa: rename PTE attribute macros for kernel direct mapping in early boot | Suresh Siddha | 2008-10-10 | 1 | -19/+15 |
* | x86: fix cpu hotplug on 32bit | Thomas Gleixner | 2008-07-27 | 1 | -3/+5 |
* | x86: boot secondary cpus through initial_code | Glauber Costa | 2008-07-08 | 1 | -1/+1 |
* | x86: use initial_code for i386 | Glauber Costa | 2008-07-08 | 1 | -1/+4 |
* | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 2008-07-08 | 1 | -1/+1 |
|\ |
|
| * | x86: fix asm warning in head_32.S | Joe Korty | 2008-06-12 | 1 | -1/+1 |
* | | x86: clean up max_pfn_mapped usage - 32-bit | Yinghai Lu | 2008-06-03 | 1 | -0/+4 |
* | | x86: extend e820 early_res support 32bit -fix #3 | Yinghai Lu | 2008-05-31 | 1 | -0/+2 |
|/ |
|
* | x86: fix early-BUG message | Vegard Nossum | 2008-04-30 | 1 | -9/+10 |