1. 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
  2. 590a471 arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THP by Minchan Kim · 9 years ago
  3. 1f19617 x86, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  4. 0fa8511 Merge branch 'linus' into x86/cleanups by Thomas Gleixner · 9 years ago
  5. d6ccc3e x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer by Juergen Gross · 9 years ago
  6. e627078 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  7. a7b7617 mm: add architecture primitives for software dirty bit clearing by Martin Schwidefsky · 9 years ago
  8. e1a5832 x86/mm: Warn on W^X mappings by Stephen Smalley · 9 years ago
  9. bbac8c6 x86/asm: Add pud_pgprot() and pmd_pgprot() by Toshi Kani · 9 years ago
  10. f70abb0 x86/asm: Fix pud/pmd interfaces to handle large PAT bit by Toshi Kani · 9 years ago
  11. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  12. ecb2feb x86/mm: Teach is_new_memtype_allowed() about Write-Through type by Toshi Kani · 9 years ago
  13. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  14. e3a1f6c x86: pte_protnone() and pmd_protnone() must check entry is not present by David Vrabel · 9 years ago
  15. c819f37 x86: mm: restore original pte_special check by Mel Gorman · 9 years ago
  16. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 9 years ago
  17. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 9 years ago
  18. 0a19136 x86: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  19. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  20. c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 10 years ago
  21. d85f333 x86: Use new cache mode type in asm/pgtable.h by Juergen Gross · 10 years ago
  22. b38af47 x86,mm: fix pte_special versus pte_numa by Hugh Dickins · 10 years ago
  23. 2bf01f9 mm: x86 pgtable: require X86_64 for soft-dirty tracker by Cyrill Gorcunov · 10 years ago
  24. c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
  25. 7cc3afd Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  26. 5926f87 Revert "xen: properly account for _PAGE_NUMA during xen pte translations" by David Vrabel · 10 years ago
  27. ef6bea6 x86, ptdump: Add the functionality to dump an arbitrary pagetable by Borislav Petkov · 11 years ago
  28. a9c8e4b xen: properly account for _PAGE_NUMA during xen pte translations by Mel Gorman · 10 years ago
  29. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  30. fa0f281 mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pte by Cyrill Gorcunov · 11 years ago
  31. 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  32. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  33. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  34. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  35. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  36. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  37. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  38. a57ed93 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  39. 0ee364e x86/mm: Check if PUD is large when validating a kernel address by Mel Gorman · 11 years ago
  40. 68d00bb Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 by H. Peter Anvin · 11 years ago
  41. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  42. 4cbeb51 x86, mm: Pagetable level size/shift/mask helpers by Dave Hansen · 12 years ago
  43. 602e018 x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functions by Kirill A. Shutemov · 12 years ago
  44. be3a728 mm: numa: pte_numa() and pmd_numa() by Andrea Arcangeli · 12 years ago
  45. 2c3cf55 x86/mm: Introduce pte_accessible() by Rik van Riel · 12 years ago
  46. 8d57470 x86, mm: setup page table in top-down by Yinghai Lu · 12 years ago
  47. 22ddfca x86, mm: Move init_memory_mapping calling out of setup.c by Yinghai Lu · 12 years ago
  48. fa62aaf x86, mm: Add global page_size_mask and probe one time only by Yinghai Lu · 12 years ago
  49. 027ef6c mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP by Andrea Arcangeli · 12 years ago
  50. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  51. 2ac1346 x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macro by Jesper Juhl · 13 years ago
  52. 4b7167b thp: don't allow transparent hugepage support without PSE by Andrea Arcangeli · 14 years ago
  53. c489f12 thp: add pmd_modify by Johannes Weiner · 14 years ago
  54. f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
  55. db3eb96f thp: add pmd mangling functions to x86 by Andrea Arcangeli · 14 years ago
  56. 2609ae6 thp: no paravirt version of pmd ops by Andrea Arcangeli · 14 years ago
  57. 0a47de5 thp: add native_set_pmd_at by Andrea Arcangeli · 14 years ago
  58. 617d34d x86, mm: Hold mm->page_table_lock while doing vmalloc_sync by Jeremy Fitzhardinge · 14 years ago
  59. 61c7732 x86, mm: Avoid unnecessary TLB flush by Shaohua Li · 14 years ago
  60. 8a27138 x86, mm: is_untracked_pat_range() takes a normal semiclosed range by H. Peter Anvin · 15 years ago
  61. 55a6ca2 x86, mm: Call is_untracked_pat_range() rather than is_ISA_range() by H. Peter Anvin · 15 years ago
  62. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. 7dfd54a Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  64. 030cb6c x86: Move paravirt pagetable_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  65. 1adcaaf x86, pat: Allow ISA memory range uncacheable mapping requests by Suresh Siddha · 15 years ago
  66. ce0c0f9 x86, pgtable.h: Clean up types by Figo.zhang · 15 years ago
  67. 087975b x86: Clean up dump_pagetable() by Akinobu Mita · 15 years ago
  68. eb63657 x86: unify pte_hidden by Jeremy Fitzhardinge · 15 years ago
  69. dfec072 kmemcheck: add the kmemcheck core by Vegard Nossum · 16 years ago
  70. be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 2c1b284 x86: clean up declarations and variables by Jaswinder Singh Rajput · 15 years ago
  72. 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  73. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 15 years ago
  74. 71ff49d x86: with the last user gone, remove set_pte_present by Jeremy Fitzhardinge · 15 years ago
  75. 0edcf8d Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 15 years ago
  76. 458a3e6 x86: update populate_extra_pte() and add populate_extra_pmd() by Tejun Heo · 15 years ago
  77. 1112441 x86: convert to the new dynamic percpu allocator by Tejun Heo · 15 years ago
  78. 999c788 x86 headers: remove duplicate pud_large() definition by Ingo Molnar · 15 years ago
  79. b233969 Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/headers by Ingo Molnar · 15 years ago
  80. a56cdcb Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/core by Ingo Molnar · 15 years ago
  81. 54321d9 x86: move pte types into pgtable*.h by Jeremy Fitzhardinge · 15 years ago
  82. e2f5bda x86: define pud_flags and pud_large properly to allow non-PAE builds by Jeremy Fitzhardinge · 15 years ago
  83. 8d19c99 Split pgtable.h into pgtable_types.h and pgtable.h by Jeremy Fitzhardinge · 15 years ago
  84. 9049a11 Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2 by Jeremy Fitzhardinge · 15 years ago
  85. 92e2d50 Merge branch 'x86/urgent' into core/percpu by Ingo Molnar · 15 years ago
  86. c47c1b1 x86, pgtable.h: fix 2-level 32-bit build by Ingo Molnar · 15 years ago
  87. e5f7f202 x86, pgtable.h: macro-ify *_page() methods by Ingo Molnar · 15 years ago
  88. 26c8e31 x86: make pgd/pud/pmd/pte_none consistent by Jeremy Fitzhardinge · 15 years ago
  89. 18a7a199 x86: add and use pgd/pud/pmd_flags by Jeremy Fitzhardinge · 15 years ago
  90. 6cf7150 x86: unify io_remap_pfn_range by Jeremy Fitzhardinge · 15 years ago
  91. 7325cc2 x86: unify pgd_none by Jeremy Fitzhardinge · 15 years ago
  92. deb79cf x86: unify pud_none by Jeremy Fitzhardinge · 15 years ago
  93. cc290ca x86: unify pages_to_mb by Jeremy Fitzhardinge · 15 years ago
  94. 9951023 x86: unify pmd_bad by Jeremy Fitzhardinge · 15 years ago
  95. a61bb29 x86: unify pgd_bad by Jeremy Fitzhardinge · 15 years ago
  96. 30f1031 x86: unify pgd_bad by Jeremy Fitzhardinge · 15 years ago
  97. 3f6cbef x86: unify pud_large by Jeremy Fitzhardinge · 15 years ago
  98. 3fbc244 x86: unify pte_offset_kernel by Jeremy Fitzhardinge · 15 years ago
  99. 346309c x86: unify pte_index by Jeremy Fitzhardinge · 15 years ago
  100. 97e2817 x86: unify pmd_pfn by Jeremy Fitzhardinge · 15 years ago