1. d1b4bfb x86/mm/pat: Add pgprot_writethrough() by Toshi Kani · 9 years ago
  2. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  3. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 10 years ago
  4. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  5. 0a19136 x86: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  6. eb64c3c Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  7. 792230c x86: Introduce function to get pmd entry pointer by Juergen Gross · 10 years ago
  8. bd809af x86: Enable PAT to use cache mode translation tables by Juergen Gross · 10 years ago
  9. 87ad0b7 x86: Clean up pgtable_types.h by Juergen Gross · 10 years ago
  10. 281d407 x86: Make page cache mode a real type by Juergen Gross · 10 years ago
  11. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  12. 6a33979 mm: remove misleading ARCH_USES_NUMA_PROT_NONE by Mel Gorman · 10 years ago
  13. f955371 x86: remove the Xen-specific _PAGE_IOMAP PTE flag by David Vrabel · 11 years ago
  14. c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
  15. c6f2124 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  16. 7dda038 x86_32, mm: Remove user bit from identity map PDE by Andy Lutomirski · 10 years ago
  17. 994448f Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo by Matt Fleming · 10 years ago
  18. 426e34c x86/mm/pageattr: Always dump the right page table in an oops by Matt Fleming · 11 years ago
  19. 42a5477 x86, pageattr: Export page unmapping interface by Borislav Petkov · 11 years ago
  20. 24f91eb mm: don't lose the SOFT_DIRTY flag on mprotect by Andrey Vagin · 11 years ago
  21. 61d0669 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Ingo Molnar · 11 years ago
  22. d2f7cbe x86/efi: Runtime services virtual mapping by Borislav Petkov · 11 years ago
  23. fa0f281 mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pte by Cyrill Gorcunov · 11 years ago
  24. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  25. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  26. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  27. 5952886 x86/mm/cpa: Cleanup split_large_page() and its callee by Borislav Petkov · 11 years ago
  28. ae9aae9 memory-hotplug: common APIs to support page tables hot-remove by Wen Congyang · 11 years ago
  29. 68d00bb Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 by H. Peter Anvin · 12 years ago
  30. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  31. d765653 x86, mm: Create slow_virt_to_phys() by Dave Hansen · 12 years ago
  32. 4cbeb51 x86, mm: Pagetable level size/shift/mask helpers by Dave Hansen · 12 years ago
  33. dbe4d20 mm: numa: define _PAGE_NUMA by Andrea Arcangeli · 12 years ago
  34. 6f80b68 x86, mm, Xen: Remove mapping_pagetable_reserve() by Yinghai Lu · 12 years ago
  35. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  36. c711288 x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() by Attilio Rao · 12 years ago
  37. 843b8ed x86: Move paging_init() call to x86_init.paging.pagetable_init() by Attilio Rao · 12 years ago
  38. 7737b21 x86: Rename pagetable_setup_start() to pagetable_init() by Attilio Rao · 12 years ago
  39. 73090f8 x86: Remove base argument from x86_init.paging.pagetable_setup_start by Attilio Rao · 12 years ago
  40. d319bb7 x86-64: Map the HPET NX by Andy Lutomirski · 13 years ago
  41. 9fd67b4 x86-64: Give vvars their own page by Andy Lutomirski · 13 years ago
  42. 279b706 x86,xen: introduce x86_init.mapping.pagetable_reserve by Stefano Stabellini · 13 years ago
  43. c489f12 thp: add pmd_modify by Johannes Weiner · 14 years ago
  44. 5f6e8da thp: special pmd_trans_* functions by Andrea Arcangeli · 14 years ago
  45. 14c93e8 Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent by Ingo Molnar · 15 years ago
  46. c44c9ec x86: split NX setup into separate file to limit unstack-protected code by Jeremy Fitzhardinge · 15 years ago
  47. 030cb6c x86: Move paravirt pagetable_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  48. 9d31c50 x86: make _PAGE_HIDDEN conditional by Jeremy Fitzhardinge · 16 years ago
  49. dfec072 kmemcheck: add the kmemcheck core by Vegard Nossum · 16 years ago
  50. 8938891 x86: unify noexec handling by Pekka Enberg · 15 years ago
  51. 62436fe x86: move init_memory_mapping() to common mm/init.c, build fix on 32-bit PAE by Ingo Molnar · 15 years ago
  52. 9b3651c x86: move more pagetable-related definitions into pgtable*.h by Jeremy Fitzhardinge · 16 years ago
  53. e43623b x86 headers: include page_types.h in pgtable_types.h by Ingo Molnar · 16 years ago
  54. 54321d9 x86: move pte types into pgtable*.h by Jeremy Fitzhardinge · 16 years ago
  55. 1484096 x86: Include pgtable_32|64_types.h in pgtable_types.h by Jeremy Fitzhardinge · 16 years ago
  56. 8d19c99 Split pgtable.h into pgtable_types.h and pgtable.h by Jeremy Fitzhardinge · 16 years ago