1. 3dc9079 [PATCH] paravirt: remove read hazard from cow by Zachary Amsden · 18 years ago
  2. 4ce072f [PATCH] mm: fix a race condition under SMC + COW by Siddha, Suresh B · 18 years ago
  3. 0ec76a1 [PATCH] NOMMU: Check that access_process_vm() has a valid target by David Howells · 18 years ago
  4. f4b8180 [PATCH] do_no_pfn() by Jes Sorensen · 18 years ago
  5. bfa5bf6 [PATCH] Add kerneldocs for some functions in mm/memory.c by Rolf Eike Beer · 18 years ago
  6. ee6a645 [PATCH] mm: fixup do_wp_page() by Peter Zijlstra · 18 years ago
  7. edc79b2 [PATCH] mm: balance dirty pages by Peter Zijlstra · 18 years ago
  8. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  9. 0ff9224 [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection by Shailabh Nagar · 18 years ago
  10. c38c8db [PATCH] ia64: race flushing icache in COW path by Anil Keshavamurthy · 18 years ago
  11. 26fc523 [PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
  12. f20dc5f [PATCH] lockdep: annotate mm by Ingo Molnar · 18 years ago
  13. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 18 years ago
  14. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 18 years ago
  15. 9637a5e [PATCH] add page_mkwrite() vm_operations method by David Howells · 18 years ago
  16. 0697212 [PATCH] Swapless page migration: add R/W migration entries by Christoph Lameter · 18 years ago
  17. 4da5eda [PATCH] Page Migration: Make do_swap_page redo the fault by Christoph Lameter · 18 years ago
  18. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 18 years ago
  19. 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  20. 03beb07 [PATCH] Add API for flushing Anon pages by James Bottomley · 18 years ago
  21. 5bcb28b BUG_ON() Conversion in mm/memory.c by Eric Sesterhenn · 18 years ago
  22. 315ab19 [PATCH] mm: restore vm_normal_page check by Nick Piggin · 18 years ago
  23. 4866920 [PATCH] hugepage: Fix hugepage logic in free_pgtables() harder by David Gibson · 18 years ago
  24. 9da61ae [PATCH] hugepage: Fix hugepage logic in free_pgtables() by David Gibson · 18 years ago
  25. b7ab795 [PATCH] mm: more CONFIG_DEBUG_VM by Nick Piggin · 18 years ago
  26. 8dfcc9b [PATCH] mm: split highorder pages by Nick Piggin · 18 years ago
  27. 6f5e6b9 [PATCH] fix free swap cache latency by Hugh Dickins · 18 years ago
  28. a62eaf1 [PATCH] x86_64: Add boot option to disable randomized mappings and cleanup by Andi Kleen · 18 years ago
  29. b16664e [PATCH] Direct Migration V9: PageSwapCache checks by Christoph Lameter · 18 years ago
  30. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  31. 67207b9 [PATCH] spufs: The SPU file system, base by Arnd Bergmann · 19 years ago
  32. 41e9b63 [PATCH] mm: pfault optimisation by Nick Piggin · 18 years ago
  33. 9617d95 [PATCH] mm: rmap optimisation by Nick Piggin · 18 years ago
  34. f6b3ec2 [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store by Badari Pulavarty · 18 years ago
  35. 4d7672b Make sure we copy pages inserted with "vm_insert_page()" on fork by Linus Torvalds · 18 years ago
  36. 1ff8038 get_user_pages: don't try to follow PFNMAP pages by Linus Torvalds · 19 years ago
  37. 6712117 Allow arbitrary read-only shared pfn-remapping too by Linus Torvalds · 19 years ago
  38. 7fc7e2e Remove (at least temporarily) the "incomplete PFN mapping" support by Linus Torvalds · 19 years ago
  39. fb155c1 Allow arbitrary shared PFNMAP's by Linus Torvalds · 19 years ago
  40. e3c3374 Make vm_insert_page() available to NVidia module by Linus Torvalds · 19 years ago
  41. a145dd4 VM: add "vm_insert_page()" function by Linus Torvalds · 19 years ago
  42. 49c91fb [PATCH] VM: Fix typos in get_locked_pte by Trond Myklebust · 19 years ago
  43. 325f04d [PATCH] pfnmap: do_no_page BUG_ON again by Hugh Dickins · 19 years ago
  44. e5bbe4d [PATCH] pfnmap: remove src_page from do_wp_page by Hugh Dickins · 19 years ago
  45. 5d2a2dbbc cow_user_page: fix page alignment by Linus Torvalds · 19 years ago
  46. c9cfcdd VM: add common helper function to create the page tables by Linus Torvalds · 19 years ago
  47. 238f58d Support strange discontiguous PFN remappings by Linus Torvalds · 19 years ago
  48. eca3513 [PATCH] Fix missing pfn variables caused by vm changes by Ben Collins · 19 years ago
  49. fa2a455 [PATCH] Fix vma argument in get_usr_pages() for gate areas by Nick Piggin · 19 years ago
  50. e0f3959 [PATCH] Workaround for gcc 2.96 (undefined references) by Alan Stern · 19 years ago
  51. 6aab341 mm: re-architect the VM_UNPAGED logic by Linus Torvalds · 19 years ago
  52. f57e88a [PATCH] unpaged: ZERO_PAGE in VM_UNPAGED by Hugh Dickins · 19 years ago
  53. ee498ed [PATCH] unpaged: anon in VM_UNPAGED by Hugh Dickins · 19 years ago
  54. 920fc35 [PATCH] unpaged: COW on VM_UNPAGED by Hugh Dickins · 19 years ago
  55. 0b14c17 [PATCH] unpaged: VM_UNPAGED by Hugh Dickins · 19 years ago
  56. ed5297a [PATCH] unpaged: get_user_pages VM_RESERVED by Hugh Dickins · 19 years ago
  57. 51c6f66 [PATCH] mm: ZAP_BLOCK causes redundant work by Robin Holt · 19 years ago
  58. 1a44e14 [PATCH] .text page fault SMP scalability optimization by Andrea Arcangeli · 19 years ago
  59. f412ac0 [PATCH] mm: fix rss and mmlist locking by Hugh Dickins · 19 years ago
  60. 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
  61. deceb6c [PATCH] mm: follow_page with inner ptlock by Hugh Dickins · 19 years ago
  62. c34d1b4 [PATCH] mm: kill check_user_page_readable by Hugh Dickins · 19 years ago
  63. 508034a [PATCH] mm: unmap_vmas with inner ptlock by Hugh Dickins · 19 years ago
  64. 8f4f8c1 [PATCH] mm: unlink vma before pagetables by Hugh Dickins · 19 years ago
  65. 8f4e210 [PATCH] mm: page fault handler locking by Hugh Dickins · 19 years ago
  66. c74df32 [PATCH] mm: ptd_alloc take ptlock by Hugh Dickins · 19 years ago
  67. 1bb3630 [PATCH] mm: ptd_alloc inline and out by Hugh Dickins · 19 years ago
  68. 872fec1 [PATCH] mm: init_mm without ptlock by Hugh Dickins · 19 years ago
  69. 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 19 years ago
  70. 9e9bef0 [PATCH] mm: do_swap_page race major by Hugh Dickins · 19 years ago
  71. 86d912f [PATCH] mm: zap_pte_range dec rss by Hugh Dickins · 19 years ago
  72. 8c10376 [PATCH] mm: copy_one_pte inc rss by Hugh Dickins · 19 years ago
  73. b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
  74. ae85976 [PATCH] mm: batch updating mm_counters by Hugh Dickins · 19 years ago
  75. 4294621 [PATCH] mm: rss = file_rss + anon_rss by Hugh Dickins · 19 years ago
  76. fc2acab [PATCH] mm: tlb_finish_mmu forget rss by Hugh Dickins · 19 years ago
  77. 4d6ddfa [PATCH] mm: tlb_is_full_mm was obscure by Hugh Dickins · 19 years ago
  78. 65500d2 [PATCH] mm: page fault handlers tidyup by Hugh Dickins · 19 years ago
  79. 72866f6 [PATCH] mm: anon is already wrprotected by Hugh Dickins · 19 years ago
  80. 6237bcd [PATCH] mm: zap_pte_range dont dirty anon by Hugh Dickins · 19 years ago
  81. e040f21 [PATCH] mm: copy_pte_range progress fix by Hugh Dickins · 19 years ago
  82. ac9b9c6 [PATCH] Fix handling spurious page fault for hugetlb region by Hugh Dickins · 19 years ago
  83. 3359b54 [PATCH] Handle spurious page fault for hugetlb region by Seth, Rohit · 19 years ago
  84. 5ce7852 [PATCH] mm/filemap.c: make two functions static by Adrian Bunk · 19 years ago
  85. a600388 [PATCH] x86: ptep_clear optimization by Zachary Amsden · 19 years ago
  86. 4944e76 [PATCH] mm: remove implied vm_ops check by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  87. d992895 [PATCH] Lazy page table copies in fork() by Nick Piggin · 19 years ago
  88. a68d2eb Fix up recent get_user_pages() handling by Linus Torvalds · 19 years ago
  89. f33ea7f [PATCH] fix get_user_pages bug by Nick Piggin · 19 years ago
  90. 690dbe1 [PATCH] x86_64: access of some bad address by Hugh Dickins · 19 years ago
  91. 4ceb5db Fix get_user_pages() race for write access by Linus Torvalds · 19 years ago
  92. 1aaf18f [PATCH] check_user_page_readable() deadlock fix by Andrew Morton · 19 years ago
  93. 2d15cab [PATCH] mm: fix remap_pte_range BUG by Hugh Dickins · 19 years ago
  94. 3d41088 [PATCH] DocBook: update comments by Martin Waitz · 19 years ago
  95. d41dee3 [PATCH] sparsemem memory model by Andy Whitcroft · 19 years ago
  96. c475a8a [PATCH] can_share_swap_page: use page_mapcount by Hugh Dickins · 19 years ago
  97. d296e9c [PATCH] do_wp_page: cannot share file page by Hugh Dickins · 19 years ago
  98. 08ef472 [PATCH] get_user_pages: kill get_page_map by Hugh Dickins · 19 years ago
  99. b810748 [PATCH] do_swap_page() can map random data if swap read fails by Kirill Korotaev · 19 years ago
  100. 3bf5ee9 [PATCH] freepgt: hugetlb_free_pgd_range by Hugh Dickins · 19 years ago