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