1. 9a84089 ksm: identify PageKsm pages by Hugh Dickins · 15 years ago
  2. 21333b2 ksm: no debug in page_dup_rmap() by Hugh Dickins · 15 years ago
  3. 828502d ksm: add mmu_notifier set_pte_at_notify() by Izik Eidus · 15 years ago
  4. 6952b61 headers: taskstats_kern.h trim by Alexey Dobriyan · 15 years ago
  5. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  6. 9d73777 clarify get_user_pages() prototype by Peter Zijlstra · 15 years ago
  7. a5c9b69 mm: pass mm to grab_swap_token by Hugh Dickins · 15 years ago
  8. d26ed65 mm: don't rely on flags coincidence by Hugh Dickins · 15 years ago
  9. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  10. 30c9f3a Remove internal use of 'write_access' in mm/memory.c by Linus Torvalds · 15 years ago
  11. 3b6748e mm: introduce follow_pfn() by Johannes Weiner · 15 years ago
  12. 03668a4 mm: use generic follow_pte() in follow_phys() by Johannes Weiner · 15 years ago
  13. f8ad0f49 mm: introduce follow_pte() by Johannes Weiner · 15 years ago
  14. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 15 years ago
  15. b827e49 mm: close page_mkwrite races by Nick Piggin · 15 years ago
  16. bc43f75 mm: fix pageref leak in do_swap_page() by Johannes Weiner · 15 years ago
  17. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  18. bd775c4 mm: add comment why mark_page_accessed() would be better than pte_mkyoung() in follow_page() by KOSAKI Motohiro · 15 years ago
  19. 0a0dd05 mm: don't call mark_page_accessed() in do_swap_page() by KOSAKI Motohiro · 15 years ago
  20. 895791d VM, x86, PAT: add a new vm flag to track full pfnmap at mmap by Pallipadi, Venkatesh · 15 years ago
  21. 4bb9c5c VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff by Pallipadi, Venkatesh · 15 years ago
  22. ab92661 do_wp_page: fix regression with execute in place by Carsten Otte · 15 years ago
  23. e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 15 years ago
  24. a367061 x86 PAT: remove PFNMAP type on track_pfn_vma_new() error by venkatesh.pallipadi@intel.com · 15 years ago
  25. 95156f0 lockdep, mm: fix might_fault() annotation by Peter Zijlstra · 15 years ago
  26. 03f3c43 memcg: fix swap accounting leak by KAMEZAWA Hiroyuki · 15 years ago
  27. 2c26fdd memcg: revert gfp mask fix by KAMEZAWA Hiroyuki · 15 years ago
  28. 8c7c6e34 memcg: mem+swap controller core by KAMEZAWA Hiroyuki · 15 years ago
  29. bced052 memcg: fix gfp_mask of callers of charge by KAMEZAWA Hiroyuki · 15 years ago
  30. 7a81b88 memcg: introduce charge-commit-cancel style of functions by KAMEZAWA Hiroyuki · 15 years ago
  31. 4779280 mm: make get_user_pages() interruptible by Ying Han · 15 years ago
  32. 1e9e636 badpage: KERN_ALERT BUG instead of KERN_EMERG by Hugh Dickins · 15 years ago
  33. d936cf9 badpage: ratelimit print_bad_pte and bad_page by Hugh Dickins · 15 years ago
  34. edc315f badpage: remove vma from page_remove_rmap by Hugh Dickins · 15 years ago
  35. 2509ef2 badpage: zap print_bad_pte on swap and file by Hugh Dickins · 15 years ago
  36. 22b31ee badpage: vm_normal_page use print_bad_pte by Hugh Dickins · 15 years ago
  37. 3dc1474 badpage: replace page_remove_rmap Eeek and BUG by Hugh Dickins · 15 years ago
  38. 2bc7273 mm: make maddr __iomem by KOSAKI Motohiro · 15 years ago
  39. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 15 years ago
  40. 7b1fe59 mm: reuse_swap_page replaces can_share_swap_page by Hugh Dickins · 15 years ago
  41. ab967d8 mm: wp lock page before deciding cow by Hugh Dickins · 15 years ago
  42. 878b63a mm: gup persist for write permission by Hugh Dickins · 15 years ago
  43. cbf84b7 mm: further cleanup page_add_new_anon_rmap by Hugh Dickins · 15 years ago
  44. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 15 years ago
  45. 38e0edb mm/apply_to_range: call pte function with lazy updates by Jeremy Fitzhardinge · 15 years ago
  46. 4917e5d mm: more likely reclaim MADV_SEQUENTIAL mappings by Johannes Weiner · 15 years ago
  47. bf3f3bc mm: don't mark_page_accessed in fault path by Nick Piggin · 15 years ago
  48. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  49. 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
  50. 34801ba x86: PAT: move track untrack pfnmap stubs to asm-generic by venkatesh.pallipadi@intel.com · 16 years ago
  51. 982d789 x86: PAT: remove follow_pfnmap_pte in favor of follow_phys by venkatesh.pallipadi@intel.com · 16 years ago
  52. d87fe66 x86: PAT: modify follow_phys to return phys_addr prot and return value by venkatesh.pallipadi@intel.com · 16 years ago
  53. 2ab6403 x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  54. e121e41 x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  55. 3c8bb73 x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  56. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  57. a50c22e mm: remove duplicated #include's by Huang Weiyi · 16 years ago
  58. 5b4e655 memcg: avoid accounting special pages by KAMEZAWA Hiroyuki · 16 years ago
  59. 073e587 memcg: move charge swapin under lock by KAMEZAWA Hiroyuki · 16 years ago
  60. 9978ad5 mlock: make mlock error return Posixly Correct by Lee Schermerhorn · 16 years ago
  61. c11d69d mlock: revert mainline handling of mlock error return by Lee Schermerhorn · 16 years ago
  62. 64d6519 swap: cull unevictable pages in fault path by Lee Schermerhorn · 16 years ago
  63. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  64. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  65. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  66. 3ee1afa x86: some lock annotations for user copy paths, v2 by Nick Piggin · 16 years ago
  67. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  68. a477097 mlock() fix return values by KOSAKI Motohiro · 16 years ago
  69. 3669bc1 Remove EXPORTS of follow_page & zap_page_range by Jack Steiner · 16 years ago
  70. 0d39741 GRU Driver: export is_uv_system(), zap_page_range() & follow_page() by Jack Steiner · 16 years ago
  71. c627f9c mm: add zap_vma_ptes(): a library function to unmap driver ptes by Jack Steiner · 16 years ago
  72. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  73. 15f59ad make mm/memory.c:print_bad_pte() static by Adrian Bunk · 16 years ago
  74. ceb8687 hugetlb: introduce pud_huge by Andi Kleen · 16 years ago
  75. a137e1c hugetlbfs: per mount huge page sizes by Andi Kleen · 16 years ago
  76. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  77. 04f2cbe hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeed by Mel Gorman · 16 years ago
  78. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 16 years ago
  79. 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 16 years ago
  80. 0d71d10a mm: remove nopfn by Nick Piggin · 16 years ago
  81. 7a36a75 get_user_pages(): fix possible page leak on oom by Oleg Nesterov · 16 years ago
  82. 251b97f mm: dirty page accounting vs VM_MIXEDMAP by Peter Zijlstra · 16 years ago
  83. 945754a mm: fix race in COW logic by Nick Piggin · 16 years ago
  84. 672ca28 Fix ZERO_PAGE breakage with vmware by Linus Torvalds · 16 years ago
  85. 89f5b7d Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP by Linus Torvalds · 16 years ago
  86. 42172d7 mm: allow pfnmap ->fault()s by Nick Piggin · 16 years ago
  87. 362a61a fix SMP data race in pagetable setup vs walking by Nick Piggin · 16 years ago
  88. aeed5fc x86: fix PAE pmd_bad bootup warning by Hugh Dickins · 16 years ago
  89. 423bad6 mm: add vm_insert_mixed by Nick Piggin · 16 years ago
  90. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 16 years ago
  91. b379d79 mm: introduce VM_MIXEDMAP by Jared Hulbert · 16 years ago
  92. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  93. 61469f1 memcg: when do_swap's do_wp_page fails by Hugh Dickins · 16 years ago
  94. 6dbf6d3 memcg: page_cache_release not __free_page by Hugh Dickins · 16 years ago
  95. 664a1566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  96. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  97. e8bff74 x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() by Ingo Molnar · 16 years ago
  98. 900cf08 Be more robust about bad arguments in get_user_pages() by Jonathan Corbet · 16 years ago
  99. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  100. e1a1cd5 Memory controller: make charging gfp mask aware by Balbir Singh · 16 years ago