1. 1d9d325 percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  2. 9a77376 percpu: drop @static_size from first chunk allocators by Tejun Heo · 15 years ago
  3. f58dc01 percpu: generalize first chunk allocator selection by Tejun Heo · 15 years ago
  4. 08fc458 percpu: build first chunk allocators selectively by Tejun Heo · 15 years ago
  5. 00ae406 percpu: rename 4k first chunk allocator to page by Tejun Heo · 15 years ago
  6. 004018e percpu: improve boot messages by Tejun Heo · 15 years ago
  7. 971f391 percpu: fix pcpu_reclaim() locking by Tejun Heo · 15 years ago
  8. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  9. 142d44b percpu: use the right flag for get_vm_area() by Amerigo Wang · 15 years ago
  10. 74d46d6 percpu, sparc64: fix sparse possible cpu map handling by Tejun Heo · 15 years ago
  11. 5e2f89b mempool.c: clean up type-casting by Figo.zhang · 15 years ago
  12. 4bfc449 mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware by KAMEZAWA Hiroyuki · 15 years ago
  13. bbff2e4 slab: remove duplicate kmem_cache_init_late() declarations by Wu Fengguang · 15 years ago
  14. dcb0ce1 slub: change kmem_cache->align to record the real alignment by Zhang, Yanmin · 15 years ago
  15. 91a5698 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  16. 1fc28b7 page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARN by Mel Gorman · 15 years ago
  17. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  18. e4c6f8b hugetlbfs: fix i_blocks accounting by Eric Sandeen · 15 years ago
  19. 6583bb6 mm: avoid endless looping for oom killed tasks by David Rientjes · 15 years ago
  20. e084b2d page-allocator: preserve PFN ordering when __GFP_COLD is set by Mel Gorman · 15 years ago
  21. f5886c7 kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock() by Catalin Marinas · 15 years ago
  22. dddac6a PM / Hibernate: Replace bdget call with simple atomic_inc of i_count by Alan Jenkins · 15 years ago
  23. 3de4721 slub: use size and objsize orders to disable debug flags by David Rientjes · 15 years ago
  24. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  25. 7638d53 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  26. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  27. fa5ec8a slub: add option to disable higher order debugging slabs by David Rientjes · 15 years ago
  28. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  29. ec3a354 kmemleak: Add callbacks to the bootmem allocator by Catalin Marinas · 15 years ago
  30. 53238a6 kmemleak: Allow partial freeing of memory blocks by Catalin Marinas · 15 years ago
  31. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 15 years ago
  32. 2587362 kmemleak: Scan objects allocated during a scanning episode by Catalin Marinas · 15 years ago
  33. b87324d kmemleak: Do not acquire scan_mutex in kmemleak_open() by Catalin Marinas · 15 years ago
  34. 288c857 kmemleak: Remove the reported leaks number limitation by Catalin Marinas · 15 years ago
  35. 4b8a967 kmemleak: Add more cond_resched() calls in the scanning thread by Catalin Marinas · 15 years ago
  36. bf2a76b kmemleak: Renice the scanning thread to +10 by Catalin Marinas · 15 years ago
  37. 9861df1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  38. 5bfd756 Fix virt_to_phys() warnings by Kevin Cernekee · 15 years ago
  39. c8236db mm: mark page accessed before we write_end() by Josef Bacik · 15 years ago
  40. 67fc25e Merge branch 'slab/urgent' into for-linus by Pekka Enberg · 15 years ago
  41. a530b79 percpu: teach large page allocator about NUMA by Tejun Heo · 15 years ago
  42. 2f39e63 percpu: allow non-linear / sparse cpu -> unit mapping by Tejun Heo · 15 years ago
  43. ce3141a percpu: drop pcpu_chunk->page[] by Tejun Heo · 15 years ago
  44. c8a51be percpu: reorder a few functions in mm/percpu.c by Tejun Heo · 15 years ago
  45. 38a6be5 percpu: simplify pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  46. 8c4bfc6 x86,percpu: generalize lpage first chunk allocator by Tejun Heo · 15 years ago
  47. 8f05a6a percpu: make 4k first chunk allocator map memory by Tejun Heo · 15 years ago
  48. d4b95f8 x86,percpu: generalize 4k first chunk allocator by Tejun Heo · 15 years ago
  49. 788e5ab percpu: drop @unit_size from embed first chunk allocator by Tejun Heo · 15 years ago
  50. 79ba6ac x86: make pcpu_chunk_addr_search() matching stricter by Tejun Heo · 15 years ago
  51. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  52. 5a475ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  53. 57d81f6 kmemleak: Fix scheduling-while-atomic bug by Ingo Molnar · 15 years ago
  54. e83c2b0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  55. 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
  56. d7831a0 mm: prevent balance_dirty_pages() from doing too much work by Richard Kennedy · 15 years ago
  57. c495682 dmapools: protect page_list walk in show_pools() by Thomas Gleixner · 15 years ago
  58. b6e6872 kmemleak: Do not warn if an unknown object is freed by Catalin Marinas · 15 years ago
  59. 17bb9e0 kmemleak: Do not report new leaked objects if the scanning was stopped by Catalin Marinas · 15 years ago
  60. ec5a36f SLAB: Fix lockdep annotations by Pekka Enberg · 15 years ago
  61. 8326e28 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. acf4968 kmemleak: Slightly change the policy on newly allocated objects by Catalin Marinas · 15 years ago
  63. 4698c1f kmemleak: Do not trigger a scan when reading the debug/kmemleak file by Catalin Marinas · 15 years ago
  64. bab4a34 kmemleak: Simplify the reports logged by the scanning thread by Catalin Marinas · 15 years ago
  65. e0a2a16 kmemleak: Enable task stacks scanning by default by Catalin Marinas · 15 years ago
  66. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  67. dfc2f91 nommu: provide follow_pfn(). by Paul Mundt · 15 years ago
  68. 9d73777 clarify get_user_pages() prototype by Peter Zijlstra · 15 years ago
  69. a9d9058 kmemleak: Allow the early log buffer to be configurable. by Catalin Marinas · 15 years ago
  70. c622304 Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs-2.6,audit-current} by Linus Torvalds · 15 years ago
  71. 72c0490 Get "no acls for this inode" right, fix shmem breakage by Al Viro · 15 years ago
  72. ba52270 SLUB: Don't pass __GFP_FAIL for the initial allocation by Pekka Enberg · 15 years ago
  73. 4923abf Don't warn about order-1 allocations with __GFP_NOFAIL by Linus Torvalds · 15 years ago
  74. 06b16e9 switch shmem to inode->i_acl by Al Viro · 15 years ago
  75. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  76. 204fba4 percpu: cleanup percpu array definitions by Tejun Heo · 15 years ago
  77. e74e396 percpu: use dynamic percpu allocator as the default percpu allocator by Tejun Heo · 16 years ago
  78. 364df0e mm: fix handling of pagesets for downed cpus by Dimitri Sivanich · 15 years ago
  79. a5c9b69 mm: pass mm to grab_swap_token by Hugh Dickins · 15 years ago
  80. 95b3692 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  81. d26ed65 mm: don't rely on flags coincidence by Hugh Dickins · 15 years ago
  82. 788c7df hugetlb: fault flags instead of write_access by Hugh Dickins · 15 years ago
  83. cb4cbcf mm: fix incorrect page removal from LRU by KAMEZAWA Hiroyuki · 15 years ago
  84. ae28106 kmemleak: use pr_fmt by Joe Perches · 15 years ago
  85. fa8a709 x86: implement percpu_alloc kernel parameter by Tejun Heo · 15 years ago
  86. 85ae87c percpu: fix too lazy vunmap cache flushing by Tejun Heo · 15 years ago
  87. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  88. 30c9f3a Remove internal use of 'write_access' in mm/memory.c by Linus Torvalds · 16 years ago
  89. c277331 mm: page_alloc: clear PG_locked before checking flags on free by Johannes Weiner · 15 years ago
  90. 433f13a bootmem.c: avoid c90 declaration warning by Joe Perches · 15 years ago
  91. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  92. 2ffebca memcg: fix lru rotation in isolate_pages by KAMEZAWA Hiroyuki · 15 years ago
  93. 22a668d memcg: fix behavior under memory.limit equals to memsw.limit by KAMEZAWA Hiroyuki · 15 years ago
  94. 8a9478c memcg: fix swap accounting by KAMEZAWA Hiroyuki · 15 years ago
  95. 338c843 memcg: remove some redundant checks by Li Zefan · 15 years ago
  96. d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
  97. 8ca739e cgroups: make messages more readable by Randy Dunlap · 15 years ago
  98. 3fe0344 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  99. 2030117 kmemleak: Fix some typos in comments by Catalin Marinas · 15 years ago
  100. 000814f kmemleak: Rename kmemleak_panic to kmemleak_stop by Catalin Marinas · 15 years ago