1. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 15 years ago
  2. 7b1fe59 mm: reuse_swap_page replaces can_share_swap_page by Hugh Dickins · 15 years ago
  3. ab967d8 mm: wp lock page before deciding cow by Hugh Dickins · 15 years ago
  4. 878b63a mm: gup persist for write permission by Hugh Dickins · 15 years ago
  5. cbf84b7 mm: further cleanup page_add_new_anon_rmap by Hugh Dickins · 15 years ago
  6. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 15 years ago
  7. 38e0edb mm/apply_to_range: call pte function with lazy updates by Jeremy Fitzhardinge · 15 years ago
  8. 4917e5d mm: more likely reclaim MADV_SEQUENTIAL mappings by Johannes Weiner · 15 years ago
  9. bf3f3bc mm: don't mark_page_accessed in fault path by Nick Piggin · 15 years ago
  10. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  11. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  12. 34801ba x86: PAT: move track untrack pfnmap stubs to asm-generic by venkatesh.pallipadi@intel.com · 15 years ago
  13. 982d789 x86: PAT: remove follow_pfnmap_pte in favor of follow_phys by venkatesh.pallipadi@intel.com · 15 years ago
  14. d87fe66 x86: PAT: modify follow_phys to return phys_addr prot and return value by venkatesh.pallipadi@intel.com · 15 years ago
  15. 2ab6403 x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3 by venkatesh.pallipadi@intel.com · 15 years ago
  16. e121e41 x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3 by venkatesh.pallipadi@intel.com · 15 years ago
  17. 3c8bb73 x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3 by venkatesh.pallipadi@intel.com · 15 years ago
  18. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  19. a50c22e mm: remove duplicated #include's by Huang Weiyi · 16 years ago
  20. 5b4e655 memcg: avoid accounting special pages by KAMEZAWA Hiroyuki · 16 years ago
  21. 073e587 memcg: move charge swapin under lock by KAMEZAWA Hiroyuki · 16 years ago
  22. 9978ad5 mlock: make mlock error return Posixly Correct by Lee Schermerhorn · 16 years ago
  23. c11d69d mlock: revert mainline handling of mlock error return by Lee Schermerhorn · 16 years ago
  24. 64d6519 swap: cull unevictable pages in fault path by Lee Schermerhorn · 16 years ago
  25. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  26. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  27. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  28. 3ee1afa x86: some lock annotations for user copy paths, v2 by Nick Piggin · 16 years ago
  29. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  30. a477097 mlock() fix return values by KOSAKI Motohiro · 16 years ago
  31. 3669bc1 Remove EXPORTS of follow_page & zap_page_range by Jack Steiner · 16 years ago
  32. 0d39741 GRU Driver: export is_uv_system(), zap_page_range() & follow_page() by Jack Steiner · 16 years ago
  33. c627f9c mm: add zap_vma_ptes(): a library function to unmap driver ptes by Jack Steiner · 16 years ago
  34. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  35. 15f59ad make mm/memory.c:print_bad_pte() static by Adrian Bunk · 16 years ago
  36. ceb8687 hugetlb: introduce pud_huge by Andi Kleen · 16 years ago
  37. a137e1c hugetlbfs: per mount huge page sizes by Andi Kleen · 16 years ago
  38. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  39. 04f2cbe hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeed by Mel Gorman · 16 years ago
  40. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 16 years ago
  41. 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 16 years ago
  42. 0d71d10a mm: remove nopfn by Nick Piggin · 16 years ago
  43. 7a36a75 get_user_pages(): fix possible page leak on oom by Oleg Nesterov · 16 years ago
  44. 251b97f mm: dirty page accounting vs VM_MIXEDMAP by Peter Zijlstra · 16 years ago
  45. 945754a mm: fix race in COW logic by Nick Piggin · 16 years ago
  46. 672ca28 Fix ZERO_PAGE breakage with vmware by Linus Torvalds · 16 years ago
  47. 89f5b7d Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP by Linus Torvalds · 16 years ago
  48. 42172d7 mm: allow pfnmap ->fault()s by Nick Piggin · 16 years ago
  49. 362a61a fix SMP data race in pagetable setup vs walking by Nick Piggin · 16 years ago
  50. aeed5fc x86: fix PAE pmd_bad bootup warning by Hugh Dickins · 16 years ago
  51. 423bad6 mm: add vm_insert_mixed by Nick Piggin · 16 years ago
  52. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 16 years ago
  53. b379d79 mm: introduce VM_MIXEDMAP by Jared Hulbert · 16 years ago
  54. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  55. 61469f1 memcg: when do_swap's do_wp_page fails by Hugh Dickins · 16 years ago
  56. 6dbf6d3 memcg: page_cache_release not __free_page by Hugh Dickins · 16 years ago
  57. 664a1566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  58. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  59. e8bff74 x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() by Ingo Molnar · 16 years ago
  60. 900cf08 Be more robust about bad arguments in get_user_pages() by Jonathan Corbet · 16 years ago
  61. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  62. e1a1cd5 Memory controller: make charging gfp mask aware by Balbir Singh · 16 years ago
  63. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  64. 32a9323 brk randomization: introduce CONFIG_COMPAT_BRK by Ingo Molnar · 16 years ago
  65. 0ed361d mm: fix PageUptodate data race by Nick Piggin · 16 years ago
  66. 920c7a5 mm: remove fastcall from mm/ by Harvey Harrison · 16 years ago
  67. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 16 years ago
  68. 61d5048 clean up vmtruncate by Christoph Hellwig · 16 years ago
  69. 02098fe swapin needs gfp_mask for loop on tmpfs by Hugh Dickins · 16 years ago
  70. 46017e9 swapin_readahead: move and rearrange args by Hugh Dickins · 16 years ago
  71. c4cc6d0 swapin_readahead: excise NUMA bogosity by Hugh Dickins · 16 years ago
  72. 48667e7 Move vmalloc_to_page() to mm/vmalloc. by Christoph Lameter · 16 years ago
  73. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 16 years ago
  74. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  75. 8f7b3d1 Update ctime and mtime for memory-mapped files by Anton Salikhmetov · 16 years ago
  76. 9723198 #ifdef very expensive debug check in page fault path by Carsten Otte · 16 years ago
  77. 20a1022 Swap delay accounting, include lock_page() delays by Balbir Singh · 17 years ago
  78. 5b23dbe hugetlb: follow_hugetlb_page() for write access by Adam Litke · 17 years ago
  79. 02c3530 unexport access_process_vm by Adrian Bunk · 17 years ago
  80. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  81. 1c7037d remove unused flush_tlb_pgtables by Benjamin Herrenschmidt · 17 years ago
  82. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  83. 0da7e01 calculation of pgoff in do_linear_fault() uses mixed units by Dean Nelson · 17 years ago
  84. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  85. a200ee1 mm: set_page_dirty_balance() vs ->page_mkwrite() by Peter Zijlstra · 17 years ago
  86. 16abfa0 Fix sys_remap_file_pages BUG at highmem.c:15! by Hugh Dickins · 17 years ago
  87. 41f9dc5 remove handle_mm_fault export by Christoph Hellwig · 17 years ago
  88. 5992b6d lguest: export symbols for lguest as a module by Rusty Russell · 17 years ago
  89. 7935289 mm: fix clear_page_dirty_for_io vs fault race by Nick Piggin · 17 years ago
  90. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  91. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  92. 6967614 ocfs2: release page lock before calling ->page_mkwrite by Mark Fasheh · 17 years ago
  93. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  94. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  95. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  96. 8f0accc kill vmalloc_earlyreserve by Jan Beulich · 17 years ago
  97. 462e00c oom: stop allocating user memory if TIF_MEMDIE is set by Ethan Solomita · 17 years ago
  98. 68e116a MM: use DIV_ROUND_UP() in mm/memory.c by Rolf Eike Beer · 17 years ago
  99. 8dab524 Rework ptep_set_access_flags and fix sun4c by Benjamin Herrenschmidt · 17 years ago
  100. c97a9e1 mm: more rmap checking by Nick Piggin · 17 years ago