| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 2008-10-06 | 1 | -2/+3 |
|\ \ |
|
| | * | i386: vmalloc size fix | Dave Young | 2008-08-21 | 1 | -2/+3 |
| |/ |
|
* | | Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 | Ingo Molnar | 2008-10-06 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge commit 'v2.6.27-rc3' into x86/prototypes | Ingo Molnar | 2008-08-14 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| * | | x86: mm/pgtable_32.c declare set_pmd_pfn before they get used | Jaswinder Singh | 2008-07-23 | 1 | -0/+1 |
* | | | Merge branch 'linus' into x86/header-guards | Ingo Molnar | 2008-07-26 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | x86: add PTE_FLAGS_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -1/+1 |
| * | | x86: rename PTE_MASK to PTE_PFN_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -2/+2 |
| |/ |
|
* | | x86: consolidate header guards | Vegard Nossum | 2008-07-22 | 1 | -3/+3 |
|/ |
|
* | x86/paravirt: call paravirt_pagetable_setup_{start, done} | Eduardo Habkost | 2008-07-16 | 1 | -15/+0 |
* | x86: unify pgd_index | Jeremy Fitzhardinge | 2008-07-08 | 1 | -20/+0 |
* | x86: use PTE_MASK in pgtable_32.h | Jeremy Fitzhardinge | 2008-05-20 | 1 | -2/+2 |
* | x86: fix PAE pmd_bad bootup warning | Hugh Dickins | 2008-05-06 | 1 | -8/+1 |
* | x86: pgtable_32.h - prototype and section mismatch fixes | Jacek Luczak | 2008-04-26 | 1 | -4/+4 |
* | x86: unify pgd ctor/dtor | Jeremy Fitzhardinge | 2008-04-24 | 1 | -15/+0 |
* | x86: unify KERNEL_PGD_PTRS | Jeremy Fitzhardinge | 2008-04-24 | 1 | -3/+0 |
* | include/asm-x86/pgtable_32.h: checkpatch cleanups - formatting only | Joe Perches | 2008-04-17 | 1 | -49/+53 |
* | x86: debug pmd_bad() | Ingo Molnar | 2008-04-17 | 1 | -1/+5 |
* | x86: redo cded932b75ab0a5f9181e | Ingo Molnar | 2008-04-17 | 1 | -1/+3 |
* | x86: remove quicklists | Thomas Gleixner | 2008-03-11 | 1 | -3/+2 |
* | Revert "x86: fix pmd_bad and pud_bad to support huge pages" | Linus Torvalds | 2008-03-03 | 1 | -3/+1 |
* | x86: fix pmd_bad and pud_bad to support huge pages | Hans Rosenfeld | 2008-02-29 | 1 | -1/+3 |
* | x86: construct 32-bit boot time page tables in native format. | Ian Campbell | 2008-02-09 | 1 | -4/+0 |
* | i386: Resolve dependency of asm-i386/pgtable.h on highmem.h | Christoph Lameter | 2008-02-05 | 1 | -0/+8 |
* | x86: add pgtable accessor functions for gbpages | Andi Kleen | 2008-02-04 | 1 | -0/+2 |
* | x86: use the same pgd_list for PAE and 64-bit | Jeremy Fitzhardinge | 2008-01-30 | 1 | -2/+0 |
* | x86: don't special-case pmd allocations as much | Jeremy Fitzhardinge | 2008-01-30 | 1 | -2/+1 |
* | x86: clean up lookup_address() declarations | Thomas Gleixner | 2008-01-30 | 1 | -8/+0 |
* | x86: remove set_kernel_exec() | Andi Kleen | 2008-01-30 | 1 | -12/+0 |
* | x86: return the page table level in lookup_address() | Ingo Molnar | 2008-01-30 | 1 | -1/+1 |
* | x86: unify zero_page definition | Jeremy Fitzhardinge | 2008-01-30 | 1 | -6/+0 |
* | x86: pgtable: unify pte accessors | Jeremy Fitzhardinge | 2008-01-30 | 1 | -101/+0 |
* | x86: unify pgtable accessors which use, #2 | Ingo Molnar | 2008-01-30 | 1 | -16/+0 |
* | x86/pgtable: unify pagetable accessors, #6 | Jeremy Fitzhardinge | 2008-01-30 | 1 | -28/+0 |
* | x86/pgtable: unify pagetable accessors, #5 | Ingo Molnar | 2008-01-30 | 1 | -11/+6 |
* | x86/pgtable: unify pagetable accessors, #4 | Ingo Molnar | 2008-01-30 | 1 | -0/+8 |
* | x86/pgtable: unify pagetable accessors, #3 | Ingo Molnar | 2008-01-30 | 1 | -7/+7 |
* | x86/pgtable: unify pagetable accessors, #2 | Ingo Molnar | 2008-01-30 | 1 | -5/+5 |
* | x86: move all asm/pgtable constants into one place | Jeremy Fitzhardinge | 2008-01-30 | 1 | -110/+0 |
* | x86: add PWT to NOCACHE flags | Ingo Molnar | 2008-01-30 | 1 | -1/+1 |
* | x86: put all kern_addr_valid() incarnations to pgtable.h | Thomas Gleixner | 2008-01-30 | 1 | -1/+7 |
* | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 1 | -4/+1 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -1/+1 |
* | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | 2007-10-11 | 1 | -0/+512 |