1. 36b2528 ksm: change copyright message by Izik Eidus · 15 years ago
  2. 1ff8299 ksm: prevent mremap move poisoning by Hugh Dickins · 15 years ago
  3. 31dbd01 ksm: Kernel SamePage Merging by Izik Eidus · 15 years ago
  4. 9a84089 ksm: identify PageKsm pages by Hugh Dickins · 15 years ago
  5. 21333b2 ksm: no debug in page_dup_rmap() by Hugh Dickins · 15 years ago
  6. f8af4da ksm: the mm interface to ksm by Hugh Dickins · 15 years ago
  7. 3866ea9 ksm: first tidy up madvise_vma() by Hugh Dickins · 15 years ago
  8. 828502d ksm: add mmu_notifier set_pte_at_notify() by Izik Eidus · 15 years ago
  9. 451ea25 mm: perform non-atomic test-clear of PG_mlocked on free by Johannes Weiner · 15 years ago
  10. bf88c8c vmalloc.c: fix double error checking by Figo.zhang · 15 years ago
  11. 945a111 mm: add gfp mask checking for __get_free_pages() by Akinobu Mita · 15 years ago
  12. a26f532 vmscan: kill unnecessary prefetch by KOSAKI Motohiro · 15 years ago
  13. 74a1c48 vmscan: kill unnecessary page flag test by KOSAKI Motohiro · 15 years ago
  14. 5205e56 vmscan: move ClearPageActive from move_active_pages() to shrink_active_list() by KOSAKI Motohiro · 15 years ago
  15. de2e756 vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap space is available by Minchan Kim · 15 years ago
  16. adea02a mm: count only reclaimable lru pages by Wu Fengguang · 15 years ago
  17. 35cd781 vmscan: throttle direct reclaim when too many pages are isolated already by Rik van Riel · 15 years ago
  18. a731286 mm: vmstat: add isolate pages by KOSAKI Motohiro · 15 years ago
  19. b35ea17 mm: shrink_inactive_list() nr_scan accounting fix fix by KOSAKI Motohiro · 15 years ago
  20. 44c241f mm: rename pgmoved variable in shrink_active_list() by KOSAKI Motohiro · 15 years ago
  21. b259fbd mm: update alloc_flags after oom killer has been called by David Rientjes · 15 years ago
  22. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  23. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  24. 71de1cc mm: oom analysis: add buffer cache information to show_free_areas() by KOSAKI Motohiro · 15 years ago
  25. 4a0aa73 mm: oom analysis: add per-zone statistics to show_free_areas() by KOSAKI Motohiro · 15 years ago
  26. 3701b03 mm: show_free_areas(): display slab pages in two separate fields by KOSAKI Motohiro · 15 years ago
  27. b904dcf mm: clean up page_remove_rmap() by KOSAKI Motohiro · 15 years ago
  28. 57dd28f hugetlb: restore interleaving of bootmem huge pages by Lee Schermerhorn · 15 years ago
  29. 685f345 hugetlb: use free_pool_huge_page() to return unused surplus pages by Lee Schermerhorn · 15 years ago
  30. e8c5c82 hugetlb: balance freeing of huge pages across nodes by Lee Schermerhorn · 15 years ago
  31. 55a4462 page_alloc: fix kernel-doc warning by Randy Dunlap · 15 years ago
  32. abfc348 memory hotplug: migrate swap cache page by Shaohua Li · 15 years ago
  33. f52407c memory hotplug: alloc page from other node in memory online by Shaohua Li · 15 years ago
  34. 8e7e40d memory hotplug: make pages from movable zone always isolatable by Shaohua Li · 15 years ago
  35. 6fb332f memory hotplug: exclude isolated page from pco page alloc by Shaohua Li · 15 years ago
  36. 112067f memory hotplug: update zone pcp at memory online by Shaohua Li · 15 years ago
  37. 478b81f mm: remove obsoleted alloc_pages cpuset comment by David Rientjes · 15 years ago
  38. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. 87c6a9b writeback: make balance_dirty_pages() gradually back more off by Jens Axboe · 15 years ago
  40. 3542a5c writeback: don't use schedule_timeout() without setting runstate by Jens Axboe · 15 years ago
  41. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  42. 6952b61 headers: taskstats_kern.h trim by Alexey Dobriyan · 15 years ago
  43. 27f5de7 mm: Fix problem of parameter in note by Jianjun Kong · 15 years ago
  44. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  45. a3eb51e Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  46. ce5f8e7 writeback: splice dirty inode entries to default bdi on bdi_destroy() by Jens Axboe · 15 years ago
  47. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  48. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  49. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  50. fdaa45e slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG by Ingo Molnar · 15 years ago
  51. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  52. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  53. 2274239 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  54. 5579fd7 Merge branch 'for-next' into for-linus by Tejun Heo · 15 years ago
  55. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  56. 69def9f Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  57. bb193c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  58. aceda77 Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus by Pekka Enberg · 15 years ago
  59. 18f2ee7 vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() by Jan Kara · 15 years ago
  60. 148f948 vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode by Jan Kara · 15 years ago
  61. eef9938 vfs: Rename generic_file_aio_write_nolock by Christoph Hellwig · 15 years ago
  62. c7b50db vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write() by Jan Kara · 15 years ago
  63. e4dd9de vfs: Export __generic_file_aio_write() and add some comments by Jan Kara · 15 years ago
  64. d3bccb6f vfs: Introduce filemap_fdatawait_range by Jan Kara · 15 years ago
  65. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago
  66. 8a3d271 slub: fix slab_pad_check() by Eric Dumazet · 15 years ago
  67. a12e4d3 Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  68. 1b195b1 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  69. addd72c kmemleak: Improve the "Early log buffer exceeded" error message by Catalin Marinas · 15 years ago
  70. 500b067 writeback: check for registered bdi in flusher add and inode dirty by Jens Axboe · 15 years ago
  71. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  72. f09b00d writeback: add some debug inode list counters to bdi stats by Jens Axboe · 15 years ago
  73. d0bceac writeback: get rid of pdflush completely by Jens Axboe · 15 years ago
  74. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  75. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 15 years ago
  76. f340ca0 hugetlbfs: export vma_kernel_pagsize to modules by Joerg Roedel · 15 years ago
  77. 6d848a4 shmfs: use 'check_acl' instead of 'permission' by Linus Torvalds · 15 years ago
  78. 7eb0d5e kmemleak: fix sparse warning for static declarations by Luis R. Rodriguez · 15 years ago
  79. 0580a18 kmemleak: fix sparse warning over overshadowed flags by Luis R. Rodriguez · 15 years ago
  80. a1084c8 kmemleak: move common painting code together by Luis R. Rodriguez · 15 years ago
  81. 30b3710 kmemleak: add clear command support by Luis R. Rodriguez · 15 years ago
  82. 4a558dd kmemleak: use bool for true/false questions by Luis R. Rodriguez · 15 years ago
  83. 179a810 kmemleak: Do no create the clean-up thread during kmemleak_disable() by Catalin Marinas · 15 years ago
  84. 931f703 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  85. e305fc5 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  86. dd5d241 page-allocator: always change pageblock ownership when anti-fragmentation is disabled by Mel Gorman · 15 years ago
  87. a190887 nommu: fix error handling in do_mmap_pgoff() by David Howells · 15 years ago
  88. 43ed5d6 kmemleak: Scan all thread stacks by Catalin Marinas · 15 years ago
  89. 8e01936 kmemleak: Don't scan uninitialized memory when kmemcheck is enabled by Pekka Enberg · 15 years ago
  90. d76b159 slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU by Eric Dumazet · 15 years ago
  91. 5788d8a slub: release kobject if sysfs_create_group failed in sysfs_slab_add by Xiaotian Feng · 15 years ago
  92. 04a13c7 percpu: don't assume existence of cpu0 by Tejun Heo · 15 years ago
  93. a269cca mm: remove !NUMA condition from PAGEFLAGS_EXTENDED condition set by H. Peter Anvin · 15 years ago
  94. acdfcd0 SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 by Aaro Koskinen · 15 years ago
  95. 0494e08 kmemleak: Printing of the objects hex dump by Sergey Senozhatsky · 15 years ago
  96. 008139d kmemleak: Do not report alloc_bootmem blocks as leaks by Catalin Marinas · 15 years ago
  97. fd67896 kmemleak: Save the stack trace for early allocations by Catalin Marinas · 15 years ago
  98. a6186d8 kmemleak: Mark the early log buffer as __initdata by Catalin Marinas · 15 years ago
  99. 189d84e kmemleak: Dump object information on request by Catalin Marinas · 15 years ago
  100. af98603 kmemleak: Allow rescheduling during an object scanning by Catalin Marinas · 15 years ago