1. 9eccf2a vmstat: remove prefetch by Christoph Lameter · 17 years ago
  2. 195cf45 mm/page-writeback: highmem_is_dirtyable option by Bron Gondwana · 17 years ago
  3. 3dfa572 Page allocator: get rid of the list of cold pages by Christoph Lameter · 17 years ago
  4. 5dc3318 mm: don't allow ioremapping of ranges larger than vmalloc space by Robert Bragg · 17 years ago
  5. a7f75e2 vmstat: small revisions to refresh_cpu_vm_stats() by Christoph Lameter · 17 years ago
  6. 08e7d9b arch_rebalance_pgtables call by Martin Schwidefsky · 17 years ago
  7. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
  8. 9f8f217 Page allocator: clean up pcp draining functions by Christoph Lameter · 17 years ago
  9. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 17 years ago
  10. e31d9eb make __vmalloc_area_node() static by Adrian Bunk · 17 years ago
  11. 625d957 Remove unused code from mm/tiny-shmem.c by Balbir Singh · 17 years ago
  12. f61eaf9 mm/page-writeback.c: make a function static by Adrian Bunk · 17 years ago
  13. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 17 years ago
  14. e647309 maps4: introduce a generic page walker by Matt Mackall · 17 years ago
  15. 698dd4b maps4: move is_swap_pte by Matt Mackall · 17 years ago
  16. 61d5048 clean up vmtruncate by Christoph Hellwig · 17 years ago
  17. 1b1b32f tmpfs: fix shmem_swaplist races by Hugh Dickins · 17 years ago
  18. b409f9f tmpfs: radix_tree_preloading by Hugh Dickins · 17 years ago
  19. 2e0e26c tmpfs: open a window in shmem_unuse_inode by Hugh Dickins · 17 years ago
  20. cb5f7b9 tmpfs: make shmem_unuse more preemptible by Hugh Dickins · 17 years ago
  21. a0ee5ec tmpfs: allocate on read when stacked by Hugh Dickins · 17 years ago
  22. d9fe526 tmpfs: allow filepage alongside swappage by Hugh Dickins · 17 years ago
  23. 73b1262 tmpfs: move swap swizzling into shmem by Hugh Dickins · 17 years ago
  24. f000944 tmpfs: shuffle add_to_swap_caches by Hugh Dickins · 17 years ago
  25. bb63be0 tmpfs: move swap_state stats update by Hugh Dickins · 17 years ago
  26. 818db35 tmpfs: fix mounts when size is less than the page size by Michael Marineau · 17 years ago
  27. 5b04c68 shmem: factor out sbi->free_inodes manipulations by Pavel Emelyanov · 17 years ago
  28. 2e44188 swapoff: scan ptes preemptibly by Hugh Dickins · 17 years ago
  29. 8952898 swapin: fix valid_swaphandles defect by Hugh Dickins · 17 years ago
  30. 5402b97 shmem_file_write is redundant by Hugh Dickins · 17 years ago
  31. d360244 shmem_getpage return page locked by Hugh Dickins · 17 years ago
  32. 27d54b3 shmem: SGP_QUICK and SGP_FAULT redundant by Hugh Dickins · 17 years ago
  33. 02098fe swapin needs gfp_mask for loop on tmpfs by Hugh Dickins · 17 years ago
  34. 46017e9 swapin_readahead: move and rearrange args by Hugh Dickins · 17 years ago
  35. c4cc6d0 swapin_readahead: excise NUMA bogosity by Hugh Dickins · 17 years ago
  36. bf53d6f vmalloc: clean up page array indexing by Christoph Lameter · 17 years ago
  37. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 17 years ago
  38. b3bdda0 vmalloc: add const to void* parameters by Christoph Lameter · 17 years ago
  39. 48667e7 Move vmalloc_to_page() to mm/vmalloc. by Christoph Lameter · 17 years ago
  40. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 17 years ago
  41. 8a459e4 sys_remap_file_pages: fix ->vm_file accounting by Oleg Nesterov · 17 years ago
  42. 2c8296f Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 17 years ago
  43. ba84c73 SLUB: Do not upset lockdep by root · 17 years ago
  44. 0642878 SLUB: Fix coding style violations by Pekka Enberg · 17 years ago
  45. 7c2e132 Add parameter to add_partial to avoid having two functions by Christoph Lameter · 17 years ago
  46. 9824601 SLUB: rename defrag to remote_node_defrag_ratio by Christoph Lameter · 17 years ago
  47. f61396a Move count_partial before kmem_cache_shrink by Christoph Lameter · 17 years ago
  48. 151c602 SLUB: Fix sysfs refcounting by Christoph Lameter · 17 years ago
  49. e374d48 slub: fix shadowed variable sparse warnings by Harvey Harrison · 17 years ago
  50. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  51. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 17 years ago
  52. 28bc44d do_invalidatepage() comment typo fix by Fengguang Wu · 17 years ago
  53. 124d3b7 fix writev regression: pan hanging unkillable and un-straceable by Nick Piggin · 17 years ago
  54. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  55. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 17 years ago
  56. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 17 years ago
  57. c1d171a x86: randomize brk by Jiri Kosina · 17 years ago
  58. d5f68c6 sh: Bump number of quicklists for SH-5. by Paul Mundt · 17 years ago
  59. fa71706 sched: sched_rt_entity by Peter Zijlstra · 17 years ago
  60. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 17 years ago
  61. b47711b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  62. df8dc74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  63. 556a169 slab: fix bootstrap on memoryless node by Pekka Enberg · 17 years ago
  64. 1eada11 Kobject: convert mm/slub.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  65. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  66. 081248d kset: move /sys/slab to /sys/kernel/slab by Greg Kroah-Hartman · 17 years ago
  67. 27c3a31 kset: convert slub to use kset_create by Greg Kroah-Hartman · 17 years ago
  68. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  69. 88c3f7a Security: remove security_file_mmap hook sparse-warnings (NULL as 0). by Richard Knutsson · 17 years ago
  70. 9c09a95 slab: partially revert list3 changes by Mel Gorman · 17 years ago
  71. c5c9942 fix hugepages leak due to pagetable page sharing by Larry Woodman · 17 years ago
  72. 8f7b3d1 Update ctime and mtime for memory-mapped files by Anton Salikhmetov · 17 years ago
  73. 9723198 #ifdef very expensive debug check in page fault path by Carsten Otte · 17 years ago
  74. 1d6f4e6 mm: fix section mismatch warning in page_alloc.c by Sam Ravnborg · 17 years ago
  75. c23f72c Revert "writeback: introduce writeback_control.more_io to indicate more io" by Linus Torvalds · 17 years ago
  76. 68842c9 hugetlbfs: fix quota leak by Ken Chen · 17 years ago
  77. 96990a4 quicklists: Only consider memory that can be used with GFP_KERNEL by Christoph Lameter · 17 years ago
  78. 467bc46 Fix crash with FLAT_MEMORY and ARCH_PFN_OFFSET != 0 by Thomas Bogendoerfer · 17 years ago
  79. c51b1a1 xip: fix get_zeroed_page with __GFP_HIGHMEM by Akinobu Mita · 17 years ago
  80. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  81. 57ed3ed slub: provide /proc/slabinfo by Pekka J Enberg · 17 years ago
  82. 76be895 SLUB: Improve hackbench speed by Christoph Lameter · 17 years ago
  83. 3a69279 Do dirty page accounting when removing a page from the page cache by Linus Torvalds · 17 years ago
  84. 3811dbf SLUB: remove useless masking of GFP_ZERO by Christoph Lameter · 17 years ago
  85. 368d2c6 Revert "hugetlb: Add hugetlb_dynamic_pool sysctl" by Nishanth Aravamudan · 17 years ago
  86. d1c3fb1 hugetlb: introduce nr_overcommit_hugepages sysctl by Nishanth Aravamudan · 17 years ago
  87. 81eabcb mm: fix page allocation for larger I/O segments by Mel Gorman · 17 years ago
  88. bbd0682 mm/sparse.c: improve the error handling for sparse_add_one_section() by WANG Cong · 17 years ago
  89. af0cd5a mm/sparse.c: check the return value of sparse_index_alloc() by WANG Cong · 17 years ago
  90. a5ee6da sparsemem: make SPARSEMEM_VMEMMAP selectable by Geoff Levand · 17 years ago
  91. 72fad71 hugetlb: handle write-protection faults in follow_hugetlb_page by Adam Litke · 17 years ago
  92. 7fd2725 Avoid double memclear() in SLOB/SLUB by Linus Torvalds · 17 years ago
  93. 0b94e97 Use lock_page_killable by Matthew Wilcox · 17 years ago
  94. 2687a35 Add lock_page_killable by Matthew Wilcox · 17 years ago
  95. ad658ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  96. ecaf18c VM/Security: add security hook to do_brk by Eric Paris · 17 years ago
  97. 294a80a SLUB's ksize() fails for size > 2048 by Vegard Nossum · 17 years ago
  98. 369b8f5 mm: fix XIP file writes by Nick Piggin · 17 years ago
  99. f8fcc93 Add EXPORT_SYMBOL(ksize); by Tetsuo Handa · 17 years ago
  100. 4b01a0b mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_init by Denis Cheng · 17 years ago