1. a5c43da Fix race between cat /proc/slab_allocators and rmmod by Alexey Dobriyan · 17 years ago
  2. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 17 years ago
  3. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  4. 3e9f45b Factor outstanding I/O error handling by Guillaume Chazarain · 17 years ago
  5. 72280ed Add white list into modpost.c for memory hotplug code and ia64's machvec section by Yasunori Goto · 17 years ago
  6. a3142c8 Fix section mismatch of memory hotplug related code. by Yasunori Goto · 17 years ago
  7. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 17 years ago
  8. b46b8f1 Increase slab redzone to 64bits by David Woodhouse · 17 years ago
  9. 0f9008e Fix up SLUB compile by Linus Torvalds · 17 years ago
  10. ef93127 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  11. b1296cc freezer: fix racy usage of try_to_freeze in kswapd by Rafael J. Wysocki · 17 years ago
  12. 7be9823 swsusp: use inline functions for changing page flags by Rafael J. Wysocki · 17 years ago
  13. 4ab688c slob: fix page order calculation on not 4KB page by Akinobu Mita · 17 years ago
  14. cfce660 Slab allocators: remove useless __GFP_NO_GROW flag by Christoph Lameter · 17 years ago
  15. 4f10493 slab allocators: Remove SLAB_CTOR_ATOMIC by Christoph Lameter · 17 years ago
  16. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  17. 4b1d892 get_unmapped_area doesn't need hugetlbfs hacks anymore by Benjamin Herrenschmidt · 17 years ago
  18. 06abdfb get_unmapped_area handles MAP_FIXED in generic code by Benjamin Herrenschmidt · 17 years ago
  19. 2b45ab3 oom: fix constraint deadlock by David Rientjes · 17 years ago
  20. 2b744c0 mm: fix handling of panic_on_oom when cpusets are in use by Yasunori Goto · 17 years ago
  21. 824ebef fault injection: fix failslab with CONFIG_NUMA by Akinobu Mita · 17 years ago
  22. 5af6083 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN by Christoph Lameter · 17 years ago
  23. 0a27a14 mm: madvise avoid exclusive mmap_sem by Nick Piggin · 17 years ago
  24. b416952 include KERN_* constant in printk() calls in mm/slab.c by matze · 17 years ago
  25. bc0055a slob: handle SLAB_PANIC flag by Akinobu Mita · 17 years ago
  26. 6225e93 Quicklists for page table pages by Christoph Lameter · 17 years ago
  27. 70d7122 slub: remove object activities out of checking functions by Christoph Lameter · 17 years ago
  28. 2086d26 SLUB: Free slabs and sort partial slab lists in kmem_cache_shrink by Christoph Lameter · 17 years ago
  29. 88a420e slub: add ability to list alloc / free callers per slab by Christoph Lameter · 17 years ago
  30. e95eed5 SLUB: Add MIN_PARTIAL by Christoph Lameter · 17 years ago
  31. 53e15af slub: validation of slabs (metadata and guard zones) by Christoph Lameter · 17 years ago
  32. 643b113 slub: enable tracking of full slabs by Christoph Lameter · 17 years ago
  33. 77c5e2d slub: fix object tracking by Christoph Lameter · 17 years ago
  34. b49af68 Add virt_to_head_page and consolidate code in slab and slub by Christoph Lameter · 17 years ago
  35. 6d77795 mm: optimize compound_head() by avoiding a shared page flag by Christoph Lameter · 17 years ago
  36. d85f338 Make page->private usable in compound pages by Christoph Lameter · 17 years ago
  37. 614410d SLUB: allocate smallest object size if the user asks for 0 bytes by Christoph Lameter · 17 years ago
  38. 47bfdc0 SLUB: change default alignments by Christoph Lameter · 17 years ago
  39. 81819f0 SLUB core by Christoph Lameter · 17 years ago
  40. a3a02be slab: mark set_up_list3s() __init by Andrew Morton · 17 years ago
  41. 3b1d92c Do not disable interrupts when reading min_free_kbytes by Mel Gorman · 17 years ago
  42. 8da3430 slab: NUMA kmem_cache diet by Eric Dumazet · 17 years ago
  43. 6310984 SLAB: don't allocate empty shared caches by Eric Dumazet · 17 years ago
  44. 364fbb2 SLAB: use num_possible_cpus() in enable_cpucache() by Eric Dumazet · 17 years ago
  45. 6ce745e readahead: code cleanup by Jan Kara · 17 years ago
  46. ec0f163 readahead: improve heuristic detecting sequential reads by Jan Kara · 17 years ago
  47. 9490991 Add unitialized_var() macro for suppressing gcc warnings by Borislav Petkov · 17 years ago
  48. a812771 mm: simplify filemap_nopage by Nick Piggin · 17 years ago
  49. 14e0729 add pfn_valid_within helper for sub-MAX_ORDER hole detection by Andy Whitcroft · 17 years ago
  50. 9a82782 allow oom_adj of saintly processes by Joshua N Pritikin · 17 years ago
  51. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  52. 714b8171 slab: ensure cache_alloc_refill terminates by Pekka Enberg · 17 years ago
  53. 5f22df0 mm: remove gcc workaround by Nick Piggin · 17 years ago
  54. 1b42446 Use ZVC counters to establish exact size of dirtyable pages by Christoph Lameter · 17 years ago
  55. 476f353 Safer nr_node_ids and nr_node_ids determination and initial values by Christoph Lameter · 17 years ago
  56. aee16b3 Add apply_to_page_range() which applies a function to a pte range by Jeremy Fitzhardinge · 17 years ago
  57. fd76bab slab: introduce krealloc by Pekka Enberg · 17 years ago
  58. 6a5b518 [MM]: sparse_init() should be __init. by David S. Miller · 17 years ago
  59. 62918a0 [PATCH] x86-64: skip cache_free_alien() on non NUMA by Siddha, Suresh B · 17 years ago
  60. ce6234b [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pages by Jeremy Fitzhardinge · 17 years ago
  61. d6dd61c [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction by Jeremy Fitzhardinge · 17 years ago
  62. 0d08e0d [PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platforms by Andi Kleen · 17 years ago
  63. da8ac5e Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  64. 07db59b Change default dirty-writeback limits by Linus Torvalds · 17 years ago
  65. 6c21048 [S390] split page_test_and_clear_dirty. by Martin Schwidefsky · 17 years ago
  66. 0e8c7d0 page migration: fix NR_FILE_PAGES accounting by Christoph Lameter · 17 years ago
  67. 3d124cb fix OOM killing processes wrongly thought MPOL_BIND by Hugh Dickins · 17 years ago
  68. 650a7c9 oom: kill all threads that share mm with killed task by David Rientjes · 17 years ago
  69. 6a04de6 [PATCH] nommu: fix bug ip_conntrack does not work on nommu by Wu, Bryan · 17 years ago
  70. 8d00647 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  71. e94a40c [PATCH] SLAB: Mention slab name when listing corrupt objects by David Howells · 17 years ago
  72. 6e1beb3 [S390] page_mkclean data corruption. by Martin Schwidefsky · 17 years ago
  73. a76c0b9 [PATCH] mm: fix xip issue with /dev/zero by Carsten Otte · 17 years ago
  74. 90ed52e [PATCH] holepunch: fix mmap_sem i_mutex deadlock by Hugh Dickins · 17 years ago
  75. 16a1001 [PATCH] holepunch: fix disconnected pages after second truncate by Hugh Dickins · 17 years ago
  76. 1ae7000 [PATCH] holepunch: fix shmem_truncate_range punch locking by Hugh Dickins · 17 years ago
  77. a2646d1 [PATCH] holepunch: fix shmem_truncate_range punching too far by Hugh Dickins · 17 years ago
  78. f772b3d block: blk_max_pfn is somtimes wrong by Vasily Tarasov · 17 years ago
  79. 165b239 [PATCH] NOMMU: make SYSV SHM nattch work correctly by David Howells · 17 years ago
  80. d56e03c [PATCH] NOMMU: supply get_unmapped_area() to fix NOMMU SYSV SHM by David Howells · 17 years ago
  81. 35ae834 [PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable by Ankita Garg · 17 years ago
  82. 89a0914 [PATCH] nfs: fix congestion control by Peter Zijlstra · 17 years ago
  83. 65b8291 [PATCH] dio: invalidate clean pages before dio write by Zach Brown · 17 years ago
  84. 00e9fa2 [PATCH] mm: fix madvise infinine loop by Nick Piggin · 17 years ago
  85. 0dc952d [PATCH] Page migration: Fix vma flag checking by Christoph Lameter · 17 years ago
  86. 759b977 [PATCH] shmem and simple const super_operations by Hugh Dickins · 17 years ago
  87. 7b965e0 [PATCH] VM: invalidate_inode_pages2_range() should not exit early by Trond Myklebust · 17 years ago
  88. 34bbd70 [PATCH] adapt page_lock_anon_vma() to PREEMPT_RCU by Oleg Nesterov · 17 years ago
  89. 232ea4d [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations by Andrew Morton · 17 years ago
  90. d1af65d [PATCH] Bug in MM_RB debugging by David Miller · 17 years ago
  91. 5409bae [PATCH] Rename PG_checked to PG_owner_priv_1 by Nick Piggin · 17 years ago
  92. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 17 years ago
  93. 9b83a6a [PATCH] mm/{,tiny-}shmem.c cleanups by Adrian Bunk · 17 years ago
  94. 8ef8286 [PATCH] slab: reduce size of alien cache to cover only possible nodes by Christoph Lameter · 17 years ago
  95. 74c7aa8 [PATCH] Replace highest_possible_node_id() with nr_node_ids by Christoph Lameter · 17 years ago
  96. 8af5e2e [PATCH] fix mempolicy's check on a system with memory-less-node by KAMEZAWA Hiroyuki · 17 years ago
  97. 29dbb3f [PATCH] knfsd: stop NFSD writes from being broken into lots of little writes to filesystem by NeilBrown · 17 years ago
  98. e0a04cf [PATCH] mincore: vma crossing fix by Nick Piggin · 17 years ago
  99. 4a76ef0 [PATCH] mincore: fill in results properly by Nick Piggin · 17 years ago
  100. 30fcffe [PATCH] mincore: CONFIG_SWAP=n fix by Nick Piggin · 17 years ago