1. 6b63783 x86, mm: support huge KVA mappings on x86 by Toshi Kani · 10 years ago
  2. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  3. a1fb669 Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree by Ingo Molnar · 10 years ago
  4. 1db491f x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes by Fenghua Yu · 10 years ago
  5. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 10 years ago
  6. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  7. 73159fd x86, mm: Ensure correct alignment of the fixmap by Andy Lutomirski · 10 years ago
  8. b13b1d2 x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead of flushing the TLB by Shaohua Li · 11 years ago
  9. c283610 x86, mm: do not leak page->ptl for pmd page tables by Kirill A. Shutemov · 11 years ago
  10. 2a46eed Wrong page freed on preallocate_pmds() failure exit by Al Viro · 11 years ago
  11. cecbd1b x86: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  12. 09ef493 x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds by Kirill A. Shutemov · 11 years ago
  13. 73b44ff mm/pgtable: don't accumulate addr during pgd prepopulate pmd by Wanpeng Li · 11 years ago
  14. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 12 years ago
  15. 7b5c4a6 Merge tag 'v3.8-rc5' into x86/mm by H. Peter Anvin · 12 years ago
  16. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  17. e4a1cc5 x86: mm: drop TLB flush from ptep_set_access_flags by Rik van Riel · 12 years ago
  18. 0f9a921 x86: mm: only do a local tlb flush in ptep_set_access_flags() by Rik van Riel · 12 years ago
  19. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  20. 5e4bf1a x86/mm: Don't flush the TLB on #WP pmd fixups by Ingo Molnar · 12 years ago
  21. 4981d01 x86: Flush TLB if PGD entry is changed in i386 PAE mode by Shaohua Li · 14 years ago
  22. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 14 years ago
  23. f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
  24. db3eb96f thp: add pmd mangling functions to x86 by Andrea Arcangeli · 14 years ago
  25. 709d9f5 Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  26. 617d34d x86, mm: Hold mm->page_table_lock while doing vmalloc_sync by Jeremy Fitzhardinge · 14 years ago
  27. b0f4c06 x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI by Alok Kataria · 14 years ago
  28. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  29. 1431559 x86, mm: Allow highmem user page tables to be disabled at boot time by Ian Campbell · 15 years ago
  30. 6abf655 x86, 32-bit: Fix double accounting in reserve_top_address() by Jan Beulich · 15 years ago
  31. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  32. 9e73023 kmemcheck: don't track page tables by Vegard Nossum · 16 years ago
  33. 3b3809a x86: fix set_fixmap to use phys_addr_t by Masami Hiramatsu · 16 years ago
  34. fd862dd x86, fixmap: define reserve_top_address for x86_64 by Gustavo F. Padovan · 16 years ago
  35. 17b7462 x86: pgd_{c,d}tor() cleanup by Jan Beulich · 16 years ago
  36. cf3e505 x86: work around gcc 3.4.x bug by Jeremy Fitzhardinge · 16 years ago
  37. d8d5900 x86: preallocate and prepopulate separately by Jeremy Fitzhardinge · 16 years ago
  38. eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 16 years ago
  39. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
  40. a1d5a86 x86: unify __set_fixmap, fix by Ingo Molnar · 16 years ago
  41. aeaaa59 x86/paravirt/xen: add set_fixmap pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  42. d494a96 x86: implement set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  43. 7c7e6e0 x86: unify __set_fixmap by Jeremy Fitzhardinge · 16 years ago
  44. 48e2395 x86: fixup the fallout of the bitops changes by Thomas Gleixner · 16 years ago
  45. 85958b4 x86: unify pgd ctor/dtor by Jeremy Fitzhardinge · 17 years ago
  46. 68db065 x86: unify KERNEL_PGD_PTRS by Jeremy Fitzhardinge · 17 years ago
  47. c20311e x86/pgtable.h: demacro ptep_clear_flush_young by Jeremy Fitzhardinge · 17 years ago
  48. f9fbf1a x86/pgtable.h: demacro ptep_test_and_clear_young by Jeremy Fitzhardinge · 17 years ago
  49. ee5aa8d x86/pgtable.h: demacro ptep_set_access_flags by Jeremy Fitzhardinge · 17 years ago
  50. 2761fa0 x86: add pud_alloc for 4-level pagetables by Jeremy Fitzhardinge · 17 years ago
  51. 6944a9c x86: rename paravirt_alloc_pt etc after the pagetable structure by Jeremy Fitzhardinge · 17 years ago
  52. 3941585 x86: move all the pgd_list handling to one place by Jeremy Fitzhardinge · 17 years ago
  53. 5a5f8f4 x86: move pgalloc pud and pgd operations into common place by Jeremy Fitzhardinge · 17 years ago
  54. 170fdff x86: move pmd functions into common asm/pgalloc.h by Jeremy Fitzhardinge · 17 years ago
  55. 397f687 x86: move pte functions into common asm/pgalloc.h by Jeremy Fitzhardinge · 17 years ago
  56. 1ec1fe7 x86: xen unify x86 add common mm pgtable c fix by Ingo Molnar · 17 years ago
  57. 4f76cd3 x86: add common mm/pgtable.c by Jeremy Fitzhardinge · 17 years ago