1. 56eecdb mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit by Aneesh Kumar K.V · 10 years ago
  2. b3084f4 powerpc/thp: Fix crash on mremap by Aneesh Kumar K.V · 11 years ago
  3. ee53664 mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support by Kirill A. Shutemov · 11 years ago
  4. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  5. 0944fe3 s390/mm: implement software referenced bits by Martin Schwidefsky · 11 years ago
  6. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  7. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  8. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  9. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  10. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  11. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 11 years ago
  12. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 11 years ago
  13. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  14. 2f91ec8 asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build by Kirill A. Shutemov · 12 years ago
  15. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  16. 816422a asm-generic, mm: pgtable: consolidate zero page helpers by Kirill A. Shutemov · 12 years ago
  17. be3a728 mm: numa: pte_numa() and pmd_numa() by Andrea Arcangeli · 12 years ago
  18. 2c3cf55 x86/mm: Introduce pte_accessible() by Rik van Riel · 12 years ago
  19. 2d28a22 mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear() by Catalin Marinas · 12 years ago
  20. 46dcde7 thp: introduce pmdp_invalidate() by Gerald Schaefer · 12 years ago
  21. e3ebcf6 thp: remove assumptions on pgtable_t type by Gerald Schaefer · 12 years ago
  22. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  23. 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
  24. e4eed03 thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE by Andrea Arcangeli · 12 years ago
  25. 26c1917 mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition by Andrea Arcangeli · 12 years ago
  26. 73636b1 arch/tile: allow building Linux with transparent huge pages enabled by Chris Metcalf · 12 years ago
  27. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  28. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 12 years ago
  29. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  30. 49b24d6 include/asm-generic/pgtable.h: fix unbalanced parenthesis by Nicolas Kaiser · 13 years ago
  31. 2d42552 [S390] merge page_test_dirty and page_clear_dirty by Martin Schwidefsky · 13 years ago
  32. fbd7184 mm: <asm-generic/pgtable.h> must include <linux/mm_types.h> by Ben Hutchings · 13 years ago
  33. b3697c0 fix non-x86 build failure in pmdp_get_and_clear by Andrea Arcangeli · 14 years ago
  34. e2cda32 thp: add pmd mangling generic functions by Andrea Arcangeli · 14 years ago
  35. 5f6e8da thp: special pmd_trans_* functions by Andrea Arcangeli · 14 years ago
  36. e2b8d7a [S390] add support for nonquiescing sske by Martin Schwidefsky · 14 years ago
  37. 61c7732 x86, mm: Avoid unnecessary TLB flush by Shaohua Li · 14 years ago
  38. 0634a63 asm-generic: add dummy pgprot_noncached() by Paul Mundt · 15 years ago
  39. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 15 years ago
  40. 7fd7d83 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch by Jeremy Fitzhardinge · 15 years ago
  41. e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
  42. 34801ba x86: PAT: move track untrack pfnmap stubs to asm-generic by venkatesh.pallipadi@intel.com · 16 years ago
  43. 2520bd3 x86: PAT: add pgprot_writecombine() interface for drivers - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  44. fe1a687 mm: fix build on non-mmu machines by Sebastian Siewior · 16 years ago
  45. 1ea0704 mm: add a ptep_modify_prot transaction abstraction by Jeremy Fitzhardinge · 16 years ago
  46. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  47. 9535239 changing include/asm-generic/pgtable.h for non-mmu by Greg Ungerer · 17 years ago
  48. e21ea24 mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty by Martin Schwidefsky · 17 years ago
  49. f0e47c2 mm: remove ptep_establish() by Martin Schwidefsky · 17 years ago
  50. 8dab524 Rework ptep_set_access_flags and fix sun4c by Benjamin Herrenschmidt · 17 years ago
  51. 6c21048 [S390] split page_test_and_clear_dirty. by Martin Schwidefsky · 17 years ago
  52. 49f1971 [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21 by Zachary Amsden · 17 years ago
  53. 9226d12 [PATCH] i386: paravirt CPU hypercall batching mode by Zachary Amsden · 17 years ago
  54. a93cb05 [PATCH] paravirt: remove set pte atomic by Zachary Amsden · 18 years ago
  55. 6606c3e [PATCH] paravirt: lazy mmu mode hooks.patch by Zachary Amsden · 18 years ago
  56. 9888a1c [PATCH] paravirt: pte clear not present by Zachary Amsden · 18 years ago
  57. 673eae8 [PATCH] x86: trivial pgtable.h __ASSEMBLY__ move by Rusty Russell · 18 years ago
  58. 0b0968a [SPARC64]: Fix D-cache corruption in mremap by David S. Miller · 18 years ago
  59. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  60. b8072f0 [PATCH] mm: update comments to pte lock by Hugh Dickins · 19 years ago
  61. 8b1f312 [PATCH] mm: move_pte to remap ZERO_PAGE by Nick Piggin · 19 years ago
  62. a600388 [PATCH] x86: ptep_clear optimization by Zachary Amsden · 19 years ago
  63. b4955ce [PATCH] msync: check pte dirty earlier by Abhijit Karmarkar · 19 years ago
  64. 8f6c99c [PATCH] freepgt: remove arch pgd_addr_end by Hugh Dickins · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago