1. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  2. 78fb746 Memory controller: accounting setup by Pavel Emelianov · 16 years ago
  3. 8cdea7c Memory controller: cgroups setup by Balbir Singh · 16 years ago
  4. 59bd265 memcgroup: temporarily revert swapoff mod by Hugh Dickins · 16 years ago
  5. 3e6bdf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  6. 32a9323 brk randomization: introduce CONFIG_COMPAT_BRK by Ingo Molnar · 16 years ago
  7. 4cc6028 brk: check the lower bound properly by Jiri Kosina · 16 years ago
  8. b324215 PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storage by Eric Dumazet · 16 years ago
  9. b297d52 Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  10. f905bc4 nommu: add new vmalloc_user() and remap_vmalloc_range() interfaces. by Paul Mundt · 16 years ago
  11. 9782995 oom_kill: remove uid==0 checks by Serge E. Hallyn · 16 years ago
  12. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 16 years ago
  13. 4249259 VFS/Security: Rework inode_getsecurity and callers to return resulting buffer by David P. Quigley · 16 years ago
  14. 20cecba slob: reduce external fragmentation by using three free lists by Matt Mackall · 16 years ago
  15. 679299b slob: fix free block merging at head of subpage by Matt Mackall · 16 years ago
  16. 8bc3be2 writeback: speed up writeback of big dirty files by Fengguang Wu · 16 years ago
  17. a322f8a mm: fix section mismatch warning in sparse.c by Sam Ravnborg · 16 years ago
  18. 0ed361d mm: fix PageUptodate data race by Nick Piggin · 16 years ago
  19. 62e1c55 page migraton: handle orphaned pages by Shaohua Li · 16 years ago
  20. b5beb1c check ADVICE of fadvise64_64 even if get_xip_page is given by Masatake YAMATO · 16 years ago
  21. e6f3602 Include count of pagecache pages in show_mem() output by Larry Woodman · 16 years ago
  22. a2b3456 Fix dirty page accounting leak with ext3 data=journal by Bjorn Steinbrink · 16 years ago
  23. ae1276b set_page_refcounted() VM_BUG_ON fix by Qi Yong · 16 years ago
  24. 920c7a5 mm: remove fastcall from mm/ by Harvey Harrison · 16 years ago
  25. 1e548de page allocator: remove unused arguments in zone_init_free_lists() by Andi Kleen · 16 years ago
  26. 5a9bbdc mm: don't waste swap on locked pages by Hugh Dickins · 16 years ago
  27. 9eccf2a vmstat: remove prefetch by Christoph Lameter · 16 years ago
  28. 195cf453 mm/page-writeback: highmem_is_dirtyable option by Bron Gondwana · 16 years ago
  29. 3dfa572 Page allocator: get rid of the list of cold pages by Christoph Lameter · 16 years ago
  30. 5dc3318 mm: don't allow ioremapping of ranges larger than vmalloc space by Robert Bragg · 16 years ago
  31. a7f75e2 vmstat: small revisions to refresh_cpu_vm_stats() by Christoph Lameter · 16 years ago
  32. 08e7d9b arch_rebalance_pgtables call by Martin Schwidefsky · 16 years ago
  33. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 16 years ago
  34. 9f8f217 Page allocator: clean up pcp draining functions by Christoph Lameter · 16 years ago
  35. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 16 years ago
  36. e31d9eb make __vmalloc_area_node() static by Adrian Bunk · 16 years ago
  37. 625d957 Remove unused code from mm/tiny-shmem.c by Balbir Singh · 16 years ago
  38. f61eaf9 mm/page-writeback.c: make a function static by Adrian Bunk · 16 years ago
  39. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 16 years ago
  40. e647309 maps4: introduce a generic page walker by Matt Mackall · 16 years ago
  41. 698dd4b maps4: move is_swap_pte by Matt Mackall · 16 years ago
  42. 61d5048 clean up vmtruncate by Christoph Hellwig · 16 years ago
  43. 1b1b32f tmpfs: fix shmem_swaplist races by Hugh Dickins · 16 years ago
  44. b409f9f tmpfs: radix_tree_preloading by Hugh Dickins · 16 years ago
  45. 2e0e26c tmpfs: open a window in shmem_unuse_inode by Hugh Dickins · 16 years ago
  46. cb5f7b9 tmpfs: make shmem_unuse more preemptible by Hugh Dickins · 16 years ago
  47. a0ee5ec tmpfs: allocate on read when stacked by Hugh Dickins · 16 years ago
  48. d9fe526 tmpfs: allow filepage alongside swappage by Hugh Dickins · 16 years ago
  49. 73b1262 tmpfs: move swap swizzling into shmem by Hugh Dickins · 16 years ago
  50. f000944 tmpfs: shuffle add_to_swap_caches by Hugh Dickins · 16 years ago
  51. bb63be0 tmpfs: move swap_state stats update by Hugh Dickins · 16 years ago
  52. 818db35 tmpfs: fix mounts when size is less than the page size by Michael Marineau · 16 years ago
  53. 5b04c68 shmem: factor out sbi->free_inodes manipulations by Pavel Emelyanov · 16 years ago
  54. 2e44188 swapoff: scan ptes preemptibly by Hugh Dickins · 16 years ago
  55. 8952898 swapin: fix valid_swaphandles defect by Hugh Dickins · 16 years ago
  56. 5402b97 shmem_file_write is redundant by Hugh Dickins · 16 years ago
  57. d360244 shmem_getpage return page locked by Hugh Dickins · 16 years ago
  58. 27d54b3 shmem: SGP_QUICK and SGP_FAULT redundant by Hugh Dickins · 16 years ago
  59. 02098fe swapin needs gfp_mask for loop on tmpfs by Hugh Dickins · 16 years ago
  60. 46017e9 swapin_readahead: move and rearrange args by Hugh Dickins · 16 years ago
  61. c4cc6d0 swapin_readahead: excise NUMA bogosity by Hugh Dickins · 16 years ago
  62. bf53d6f vmalloc: clean up page array indexing by Christoph Lameter · 16 years ago
  63. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 16 years ago
  64. b3bdda0 vmalloc: add const to void* parameters by Christoph Lameter · 16 years ago
  65. 48667e7 Move vmalloc_to_page() to mm/vmalloc. by Christoph Lameter · 16 years ago
  66. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  67. 8a459e4 sys_remap_file_pages: fix ->vm_file accounting by Oleg Nesterov · 16 years ago
  68. 2c8296f Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 16 years ago
  69. ba84c73 SLUB: Do not upset lockdep by root · 16 years ago
  70. 0642878 SLUB: Fix coding style violations by Pekka Enberg · 16 years ago
  71. 7c2e132 Add parameter to add_partial to avoid having two functions by Christoph Lameter · 16 years ago
  72. 9824601 SLUB: rename defrag to remote_node_defrag_ratio by Christoph Lameter · 16 years ago
  73. f61396a Move count_partial before kmem_cache_shrink by Christoph Lameter · 16 years ago
  74. 151c602 SLUB: Fix sysfs refcounting by Christoph Lameter · 16 years ago
  75. e374d48 slub: fix shadowed variable sparse warnings by Harvey Harrison · 16 years ago
  76. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 16 years ago
  77. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 16 years ago
  78. 28bc44d do_invalidatepage() comment typo fix by Fengguang Wu · 16 years ago
  79. 124d3b7 fix writev regression: pan hanging unkillable and un-straceable by Nick Piggin · 16 years ago
  80. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  81. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 16 years ago
  82. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  83. c1d171a x86: randomize brk by Jiri Kosina · 16 years ago
  84. d5f68c6 sh: Bump number of quicklists for SH-5. by Paul Mundt · 17 years ago
  85. fa71706 sched: sched_rt_entity by Peter Zijlstra · 16 years ago
  86. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 16 years ago
  87. b47711b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  88. df8dc74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  89. 556a169 slab: fix bootstrap on memoryless node by Pekka Enberg · 16 years ago
  90. 1eada11 Kobject: convert mm/slub.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  91. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  92. 081248d kset: move /sys/slab to /sys/kernel/slab by Greg Kroah-Hartman · 17 years ago
  93. 27c3a31 kset: convert slub to use kset_create by Greg Kroah-Hartman · 17 years ago
  94. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  95. 88c3f7a Security: remove security_file_mmap hook sparse-warnings (NULL as 0). by Richard Knutsson · 16 years ago
  96. 9c09a95 slab: partially revert list3 changes by Mel Gorman · 16 years ago
  97. c5c9942 fix hugepages leak due to pagetable page sharing by Larry Woodman · 16 years ago
  98. 8f7b3d1 Update ctime and mtime for memory-mapped files by Anton Salikhmetov · 16 years ago
  99. 9723198 #ifdef very expensive debug check in page fault path by Carsten Otte · 16 years ago
  100. 1d6f4e6 mm: fix section mismatch warning in page_alloc.c by Sam Ravnborg · 16 years ago