1. e78bbfa mm: stop returning -ENOENT from sys_move_pages() if nothing got migrated by Brice Goglin · 16 years ago
  2. de7f0cb memory hotplug: release memory regions in PAGES_PER_SECTION chunks by Nathan Fontenot · 16 years ago
  3. 1125b4e setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock by Gerald Schaefer · 16 years ago
  4. 4b2e38a hugepage: support ZERO_PAGE() by KOSAKI Motohiro · 16 years ago
  5. d903ef9 mm: print out meminit for memmap by Yinghai Lu · 16 years ago
  6. 2a4b3de mm: hugetlb.c make functions static, use NULL rather than 0 by Harvey Harrison · 16 years ago
  7. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  8. cb8f488 mmap.c: deinline a few functions by Denys Vlasenko · 16 years ago
  9. 8413ac9 mm: page lock use lock bitops by Nick Piggin · 16 years ago
  10. a978d6f mm: unlockless reclaim by Nick Piggin · 16 years ago
  11. f45840b mm: pagecache insertion fewer atomics by Nick Piggin · 16 years ago
  12. 9978ad5 mlock: make mlock error return Posixly Correct by Lee Schermerhorn · 16 years ago
  13. c11d69d mlock: revert mainline handling of mlock error return by Lee Schermerhorn · 16 years ago
  14. e0f79b8 vmscan: don't accumulate scan pressure on unrelated lists by Johannes Weiner · 16 years ago
  15. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  16. af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 16 years ago
  17. 64d6519 swap: cull unevictable pages in fault path by Lee Schermerhorn · 16 years ago
  18. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  19. ba470de mmap: handle mlocked pages during map, remap, unmap by Rik van Riel · 16 years ago
  20. 8edb08c mlock: downgrade mmap sem while populating mlocked regions by Lee Schermerhorn · 16 years ago
  21. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  22. 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
  23. ba9ddf4 Ramfs and Ram Disk pages are unevictable by Lee Schermerhorn · 16 years ago
  24. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  25. bbfd28e unevictable lru: add event counting with statistics by Lee Schermerhorn · 16 years ago
  26. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  27. 33c120e more aggressively use lumpy reclaim by Rik van Riel · 16 years ago
  28. c5fdae4 vmscan: add newly swapped in pages to the inactive list by Rik van Riel · 16 years ago
  29. 7e9cd48 vmscan: fix pagecache reclaim referenced bit check by Rik van Riel · 16 years ago
  30. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  31. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  32. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  33. 68a22394 vmscan: free swap space on swap-in/activation by Rik van Riel · 16 years ago
  34. f04e9eb swap: use an array for the LRU pagevecs by KOSAKI Motohiro · 16 years ago
  35. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  36. 62695a8 vmscan: move isolate_lru_page() to vmscan.c by Nick Piggin · 16 years ago
  37. 7108878 mm: cleanup to make remove_memory() arch-neutral by Badari Pulavarty · 16 years ago
  38. d9d332e anon_vma_prepare: properly lock even newly allocated entries by Linus Torvalds · 16 years ago
  39. f7ea4a4 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  40. 395e0dd Export shmem_file_setup for DRM-GEM by Keith Packard · 16 years ago
  41. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  42. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  43. 9ba1608 Kconfig: eliminate "def_bool n" constructs by Jan Beulich · 16 years ago
  44. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  45. 0c6aa26 mm: do_generic_file_read() never gets a NULL 'filp' argument by Krishna Kumar · 16 years ago
  46. b4d1d99 hugetlb: handle updating of ACCESSED and DIRTY in hugetlb_fault() by David Gibson · 16 years ago
  47. db99100 mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enum by Andrew Morton · 16 years ago
  48. 17bc6c3 vfs: Add no_nrwrite_index_update writeback control flag by Aneesh Kumar K.V · 16 years ago
  49. 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
  50. 8546232 do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() fails by Oleg Nesterov · 16 years ago
  51. 74baaaa vfs: Remove the range_cont writeback mode. by Aneesh Kumar K.V · 16 years ago
  52. 9256292 integrity: special fs magic by Mimi Zohar · 16 years ago
  53. 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
  54. ec8deff Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  55. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  56. 3dd392a Merge branch 'linus' into x86/pat2 by Ingo Molnar · 16 years ago
  57. 70096a5 SLOB: fix bogus ksize calculation fix by Matt Mackall · 16 years ago
  58. 3614407 highmem: use bio_has_data() in the bounce path by Jens Axboe · 16 years ago
  59. 85ba94b SLOB: fix bogus ksize calculation by Matt Mackall · 16 years ago
  60. 6babc32 mm: handle initialising compound pages at orders greater than MAX_ORDER by Andy Whitcroft · 16 years ago
  61. 4b19de6 mm: tiny-shmem nommu fix by Nick Piggin · 16 years ago
  62. 6c1b7f6 memory hotplug: missing zone->lock in test_pages_isolated() by Gerald Schaefer · 16 years ago
  63. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  64. a10cebf memcg: check under limit at shrink_usage by Daisuke Nishimura · 16 years ago
  65. db203d5 mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutex by Nick Piggin · 16 years ago
  66. 02b71b7 slub: fixed uninitialized counter in struct kmem_cache_node by Salman Qazi · 16 years ago
  67. f81b691 Merge commit 'v2.6.27-rc6' into x86/pat by Ingo Molnar · 16 years ago
  68. 600715d generic: add phys_addr_t for holding physical addresses by Jeremy Fitzhardinge · 16 years ago
  69. 5bead2a mm: mark the correct zone as full when scanning zonelists by Mel Gorman · 16 years ago
  70. ce36394 mmap: fix petty bug in anonymous shared mmap offset handling by Tejun Heo · 16 years ago
  71. b954185 mm: size of quicklists shouldn't be proportional to the number of CPUs by KOSAKI Motohiro · 16 years ago
  72. 5276558 mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data by Marcin Slusarz · 16 years ago
  73. 6ccfa80 VFS: fix dio write returning EIO when try_to_release_page fails by Hisashi Hifumi · 16 years ago
  74. 344c790 mm: make setup_zone_migrate_reserve() aware of overlapping nodes by Adam Litke · 16 years ago
  75. 0ed97ee Remove '#include <stddef.h>' from mm/page_isolation.c by David Woodhouse · 16 years ago
  76. 41c3e45 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  77. e4268bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  78. e80d6a2 [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfo by Mel Gorman · 16 years ago
  79. 8b53b57 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  80. 14bac5a mm: xip/ext2 fix block allocation race by Nick Piggin · 16 years ago
  81. 538f8ea mm: xip fix fault vs sparse page invalidate race by Nick Piggin · 16 years ago
  82. 479db0b mm: dirty page tracking race fix by Nick Piggin · 16 years ago
  83. 481ebd0 bootmem: fix aligning of node-relative indexes and offsets by Johannes Weiner · 16 years ago
  84. 759f9a2 mm: mminit_loglevel cannot be __meminitdata anymore by Marcin Slusarz · 16 years ago
  85. 07279cd mm: show free swap as signed by Hugh Dickins · 16 years ago
  86. 16f8c5b mm: page_remove_rmap comments on PageAnon by Hugh Dickins · 16 years ago
  87. e2cb96b slub: Disable NUMA remote node defragmentation by default by Christoph Lameter · 16 years ago
  88. 71ef2a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  89. 627240a bootmem allocator: alloc_bootmem_core(): page-align the end offset by Mikulas Patocka · 16 years ago
  90. 5843d9a x86, pat: avoid highmem cache attribute aliasing by Nick Piggin · 16 years ago
  91. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  92. fc1efbd mm/sparse.c: removed duplicated include by Huang Weiyi · 16 years ago
  93. d6bf73e do_migrate_pages(): remove unused variable by MinChan Kim · 16 years ago
  94. 2b26736 allocate structures for reservation tracking in hugetlbfs outside of spinlocks v2 by Andy Whitcroft · 16 years ago
  95. 57303d8 hugetlbfs: allocate structures for reservation tracking outside of spinlocks by Andy Whitcroft · 16 years ago
  96. 9623e07 memcg: fix oops in mem_cgroup_shrink_usage by Hugh Dickins · 16 years ago
  97. 74768ed page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash() by Jan Beulich · 16 years ago
  98. caff3a2 hugetlb: call arch_prepare_hugepage() for surplus pages by Gerald Schaefer · 16 years ago
  99. 1c89ac5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  100. 912985d mm: Make generic weak get_user_pages_fast and EXPORT_GPL it by Rusty Russell · 16 years ago