1. e94c8a9 memcg: make mem_cgroup_split_huge_fixup() more efficient by KAMEZAWA Hiroyuki · 12 years ago
  2. 6b208e3 mm: memcg: remove unused node/section info from pc->flags by Johannes Weiner · 12 years ago
  3. 925b767 mm: make per-memcg LRU lists exclusive by Johannes Weiner · 12 years ago
  4. 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 12 years ago
  5. b95a2f2 mm: vmscan: convert global reclaim to per-memcg LRU lists by Johannes Weiner · 12 years ago
  6. ad2b8e6 mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty by Johannes Weiner · 12 years ago
  7. 5660048 mm: move memcg hierarchy reclaim to generic reclaim code by Johannes Weiner · 12 years ago
  8. 527a5ec mm: memcg: per-priority per-zone hierarchy scan generations by Johannes Weiner · 12 years ago
  9. f16015f mm: vmscan: distinguish between memcg triggering reclaim and memcg being scanned by Johannes Weiner · 12 years ago
  10. 89b5fae mm: vmscan: distinguish global reclaim from global LRU scanning by Johannes Weiner · 12 years ago
  11. 9f3a0d0 mm: memcg: consolidate hierarchy iteration primitives by Johannes Weiner · 12 years ago
  12. ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 12 years ago
  13. 2565409 mm,x86,um: move CMPXCHG_DOUBLE config option by Heiko Carstens · 12 years ago
  14. 4156153 mm,x86,um: move CMPXCHG_LOCAL config option by Heiko Carstens · 12 years ago
  15. 43570fd mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL by Heiko Carstens · 12 years ago
  16. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  17. 6296e5d Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  18. 5878cf4 Merge branch 'slab/urgent' into slab/for-linus by Pekka Enberg · 12 years ago
  19. 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  20. db1aeca mm/vmalloc.c: change void* into explict vm_struct* by Minchan Kim · 12 years ago
  21. 3770490 mm: vmscan: fix typo in isolating lru pages by Hillf Danton · 12 years ago
  22. 043bcbe mm: test PageSwapBacked in lumpy reclaim by Hugh Dickins · 12 years ago
  23. faed836 mm/migrate.c: remove the unused macro lru_to_page by Wang Sheng-Hui · 12 years ago
  24. ea5768c mm/hugetlb.c: avoid bogus counter of surplus huge page by Hillf Danton · 12 years ago
  25. 1ebb704 mempool: fix first round failure behavior by Tejun Heo · 12 years ago
  26. 0565d31 mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy() by Tejun Heo · 12 years ago
  27. 5b99054 mempool: fix and document synchronization and memory barrier usage by Tejun Heo · 12 years ago
  28. 564c81d mm/migrate.c: cleanup comment for migration_entry_wait() by Wang Sheng-Hui · 12 years ago
  29. fcfb4dc mm/mempolicy.c: mpol_equal(): use bool by KOSAKI Motohiro · 12 years ago
  30. 0c176d5 mm: hugetlb: fix pgoff computation when unmapping page from vma by Hillf Danton · 12 years ago
  31. 86cfd3a mm/vmscan.c: consider swap space when deciding whether to continue reclaim by Minchan Kim · 12 years ago
  32. 799f933 mm: bootmem: try harder to free pages in bulk by Johannes Weiner · 12 years ago
  33. 560a036 mm: bootmem: drop superfluous range check when freeing pages in bulk by Johannes Weiner · 12 years ago
  34. c399307 mm: page_alloc: generalize order handling in __free_pages_bootmem() by Johannes Weiner · 12 years ago
  35. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 12 years ago
  36. 6bd4837 mm: simplify find_vma_prev() by KOSAKI Motohiro · 12 years ago
  37. 948f017 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() by Andrea Arcangeli · 12 years ago
  38. df0a6da mm: fix off-by-two in __zone_watermark_ok() by Michal Hocko · 12 years ago
  39. 9571a98 bootmem: micro optimize freeing pages in bulk by Uwe Kleine-König · 12 years ago
  40. 31b8384 mm: compaction: push isolate search base of compact control one pfn ahead by Hillf Danton · 12 years ago
  41. 0faa70c mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin() by Johannes Weiner · 12 years ago
  42. a756cf5 mm: try to distribute dirty pages fairly across zones by Johannes Weiner · 12 years ago
  43. ccafa28 mm: writeback: cleanups in preparation for per-zone dirty limits by Johannes Weiner · 12 years ago
  44. ab8fabd mm: exclude reserved pages from dirtyable memory by Johannes Weiner · 12 years ago
  45. 25bd91b vmscan: add task name to warn_scan_unevictable() messages by KOSAKI Motohiro · 12 years ago
  46. ad8a1b5 fadvise: only initiate writeback for specified range with FADV_DONTNEED by Shawn Bohrer · 12 years ago
  47. fc8d862 slub: min order when debug_guardpage_minorder > 0 by Stanislaw Gruszka · 12 years ago
  48. c0a32fc5 mm: more intensive memory corruption debugging by Stanislaw Gruszka · 12 years ago
  49. 1e16a53 mm/hugetlb.c: fix virtual address handling in hugetlb fault by KAMEZAWA Hiroyuki · 12 years ago
  50. ef009b2 hugetlb: clarify hugetlb_instantiation_mutex usage by Michal Hocko · 12 years ago
  51. a734bcc hugetlb: detect race upon page allocation failure during COW by Hillf Danton · 12 years ago
  52. f90ac39 mm: avoid livelock on !__GFP_FS allocations by Mel Gorman · 12 years ago
  53. 938929f mm: reduce the amount of work done when updating min_free_kbytes by Mel Gorman · 12 years ago
  54. 937a94c mm: migrate: one less atomic operation by Jacobo Giralt · 12 years ago
  55. b413d48 mm-tracepoint: rename page-free events by Konstantin Khlebnikov · 12 years ago
  56. da066ad mm: remove unused pagevec_free by Konstantin Khlebnikov · 12 years ago
  57. cc59850 mm: add free_hot_cold_page_list() helper by Konstantin Khlebnikov · 12 years ago
  58. c909e99 vmscan: activate executable pages after first usage by Konstantin Khlebnikov · 12 years ago
  59. 34dbc67 vmscan: promote shared file mapped pages by Konstantin Khlebnikov · 12 years ago
  60. 1edf223 mm/page-writeback.c: make determine_dirtyable_memory static again by Johannes Weiner · 12 years ago
  61. 74ee4ef slub: disallow changing cpu_partial from userspace for debug caches by David Rientjes · 12 years ago
  62. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  63. 4dee6b6 tracing/mm: Move include of trace/events/kmem.h out of header into slab.c by Steven Rostedt · 12 years ago
  64. 6b3da11 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  65. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  66. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  67. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  68. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  69. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  70. f3f511e net: fix sock_clone reference mismatch with tcp memcontrol by Glauber Costa · 12 years ago
  71. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  72. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 12 years ago
  73. 770e1b0 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 12 years ago
  74. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  75. 69734b6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 12 years ago
  77. 4a2164a Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  78. 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 12 years ago
  79. cdcd629 x86: Fix and improve cmpxchg_double{,_local}() by Jan Beulich · 12 years ago
  80. 649fc7b should_remove_suid(): inode->i_mode is umode_t by Al Viro · 13 years ago
  81. 09208d1 shmem, ramfs: propagate umode_t, open-coded S_ISREG by Al Viro · 13 years ago
  82. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  83. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  84. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  85. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  86. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  87. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  88. 7f8e323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. b0365c8 mm: hugetlb: fix non-atomic enqueue of huge page by Hillf Danton · 12 years ago
  90. e26a511 mm/mempolicy.c: refix mbind_range() vma issue by KOSAKI Motohiro · 12 years ago
  91. b7ba68c Merge branch 'pm-sleep' into pm-for-linus by Rafael J. Wysocki · 12 years ago
  92. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  93. 65c64ce Partial revert "Basic kernel memory functionality for the Memory Controller" by Glauber Costa · 12 years ago
  94. 933393f percpu: Remove irqsafe_cpu_xxx variants by Christoph Lameter · 12 years ago
  95. e6f67b8 vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL by Dave Kleikamp · 12 years ago
  96. 10fbcf4 convert 'memory' sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  97. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 12 years ago
  98. 0006526 mm/vmalloc.c: remove static declaration of va from __get_vm_area_node by Kautuk Consul · 12 years ago
  99. ff05b6f oom: fix integer overflow of points in oom_badness by Frantisek Hrbata · 12 years ago
  100. a41c58a memcg: keep root group unchanged if creation fails by Hillf Danton · 12 years ago