1. 5a17811 mm: add support for direct_IO to highmem pages by Mel Gorman · 12 years ago
  2. a509bc1 mm: swap: implement generic handler for swap_activate by Mel Gorman · 12 years ago
  3. 62c230b mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pages by Mel Gorman · 12 years ago
  4. 18022c5 mm: add get_kernel_page[s] for pinning of kernel addresses for I/O by Mel Gorman · 12 years ago
  5. f981c59 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 12 years ago
  6. 6290c2c selinux: tag avc cache alloc as non-critical by Mel Gorman · 12 years ago
  7. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  8. 68243e7 mm: account for the number of times direct reclaimers get throttled by Mel Gorman · 12 years ago
  9. 5515061 mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage by Mel Gorman · 12 years ago
  10. 7f338fe nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reserves by Mel Gorman · 12 years ago
  11. 381760e mm: micro-optimise slab to avoid a function call by Mel Gorman · 12 years ago
  12. b4b9e35 netvm: set PF_MEMALLOC as appropriate during SKB processing by Mel Gorman · 12 years ago
  13. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  14. c48a11c netvm: propagate page->pfmemalloc to skb by Mel Gorman · 12 years ago
  15. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  16. 7cb0240 netvm: allow the use of __GFP_MEMALLOC by specific sockets by Mel Gorman · 12 years ago
  17. 99a1dec net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket by Mel Gorman · 12 years ago
  18. 183f637 mm: ignore mempolicies when using ALLOC_NO_WATERMARK by Mel Gorman · 12 years ago
  19. cfd19c5 mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used by Mel Gorman · 12 years ago
  20. 907aed4 mm: allow PF_MEMALLOC from softirq context by Mel Gorman · 12 years ago
  21. b37f1dd mm: introduce __GFP_MEMALLOC to allow access to emergency reserves by Mel Gorman · 12 years ago
  22. 5091b74 mm: slub: optimise the SLUB fast path to avoid pfmemalloc checks by Christoph Lameter · 12 years ago
  23. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  24. 702d1a6 memory-hotplug: fix kswapd looping forever problem by Minchan Kim · 12 years ago
  25. 2cfed07 mm: fix free page check in zone_watermark_ok() by Minchan Kim · 12 years ago
  26. ee6f509 mm: factor out memory isolate functions by Minchan Kim · 12 years ago
  27. 876aafb mm, memcg: move all oom handling to memcontrol.c by David Rientjes · 12 years ago
  28. 6b0c81b mm, oom: reduce dependency on tasklist_lock by David Rientjes · 12 years ago
  29. 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
  30. 462607e mm, oom: introduce helper function to process threads during scan by David Rientjes · 12 years ago
  31. 62ce1c7 mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h by David Rientjes · 12 years ago
  32. 4ed7e02 mm/hotplug: mark memory hotplug code in page_alloc.c as __meminit by Jiang Liu · 12 years ago
  33. 340175b mm/hotplug: free zone->pageset when a zone becomes empty by Jiang Liu · 12 years ago
  34. 08dff7b mm/hotplug: correctly add new zone to all other nodes' zone lists by Jiang Liu · 12 years ago
  35. 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 12 years ago
  36. da92c47 mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup() in comment by Wanpeng Li · 12 years ago
  37. aaad153 mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit by Wanpeng Li · 12 years ago
  38. 05a73ed mm/memcg: complete documentation for tcp memcg files by Wanpeng Li · 12 years ago
  39. ca57df7 mm: setup pageblock_order before it's used by sparsemem by Xishi Qiu · 12 years ago
  40. 51a07e5 mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directly by Jeff Liu · 12 years ago
  41. 8e125cd vmscan: remove obsolete shrink_control comment by Minchan Kim · 12 years ago
  42. fe03025 mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAP by Rabin Vincent · 12 years ago
  43. 7db8889 mm: have order > 0 compaction start off where it left by Rik van Riel · 12 years ago
  44. ab21588 memcg: rename mem_control_xxx to memcg_xxx by Wanpeng Li · 12 years ago
  45. 567fb43 memcg: fix bad behavior in use_hierarchy file by Glauber Costa · 12 years ago
  46. ca28ddc mm: remove unused LRU_ALL_EVICTABLE by Wanpeng Li · 12 years ago
  47. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  48. 8093451 mm: clean up __count_immobile_pages() by Minchan Kim · 12 years ago
  49. 97d255c mm: do not use page_count() without a page pin by Minchan Kim · 12 years ago
  50. de34d96 mm, oom: replace some information in tasklist dump by David Rientjes · 12 years ago
  51. 121d1ba mm, oom: fix potential killing of thread that is disabled from oom killing by David Rientjes · 12 years ago
  52. 2a13515 mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator again by KOSAKI Motohiro · 12 years ago
  53. 3d3727c mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise() by KOSAKI Motohiro · 12 years ago
  54. c59e261 mm/compaction: cleanup on compaction_deferred by Gavin Shan · 12 years ago
  55. 3c935d1 memcg: make mem_cgroup_force_empty_list() return bool by KAMEZAWA Hiroyuki · 12 years ago
  56. 6068bf0 memcg: mem_cgroup_move_parent() doesn't need gfp_mask by KAMEZAWA Hiroyuki · 12 years ago
  57. d845aa2 memcg: clean up force_empty_list() return value check by Kamezawa Hiroyuki · 12 years ago
  58. 59b8e85 memcg: remove check for signal_pending() during rmdir() by Kamezawa Hiroyuki · 12 years ago
  59. fd07383 mm/memblock.c:memblock_double_array(): cosmetic cleanups by Andrew Morton · 12 years ago
  60. 4f774b9 mm, oom: do not schedule if current has been killed by David Rientjes · 12 years ago
  61. 7575468 hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrate by Aneesh Kumar K.V · 12 years ago
  62. 94ae8ba hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to active list. by Aneesh Kumar K.V · 12 years ago
  63. 79dbb23 hugetlb: move all the in use pages to active list by Aneesh Kumar K.V · 12 years ago
  64. 585e27e hugetlb/cgroup: add HugeTLB controller documentation by Aneesh Kumar K.V · 12 years ago
  65. 8e6ac7f hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migration by Aneesh Kumar K.V · 12 years ago
  66. abb8206 hugetlb/cgroup: add hugetlb cgroup control files by Aneesh Kumar K.V · 12 years ago
  67. da1def5 hugetlb/cgroup: add support for cgroup removal by Aneesh Kumar K.V · 12 years ago
  68. 6d76dcf hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroup by Aneesh Kumar K.V · 12 years ago
  69. 9dd540e hugetlb/cgroup: add the cgroup pointer to page lru by Aneesh Kumar K.V · 12 years ago
  70. 2bc64a2 mm/hugetlb: add new HugeTLB cgroup by Aneesh Kumar K.V · 12 years ago
  71. c3f38a3 hugetlb: make some static variables global by Aneesh Kumar K.V · 12 years ago
  72. 0edaecf hugetlb: add a list for tracking in-use HugeTLB pages by Aneesh Kumar K.V · 12 years ago
  73. 189ebff hugetlb: simplify migrate_huge_page() by Aneesh Kumar K.V · 12 years ago
  74. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago
  75. 972dc4d hugetlb: add an inline helper for finding hstate index by Aneesh Kumar K.V · 12 years ago
  76. 76dcee7 hugetlb: don't use ERR_PTR with VM_FAULT* values by Aneesh Kumar K.V · 12 years ago
  77. 47d3834 hugetlb: rename max_hstate to hugetlb_max_hstate by Aneesh Kumar K.V · 12 years ago
  78. 3965c9a mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads by Wanpeng Li · 12 years ago
  79. deaf386 mm/buddy: cleanup on should_fail_alloc_page by Gavin Shan · 12 years ago
  80. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  81. df858fa documentation: update how page-cluster affects swap I/O by Christian Ehrhardt · 12 years ago
  82. 3fb5c29 swap: allow swap readahead to be merged by Christian Ehrhardt · 12 years ago
  83. a7d6f52 memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCE by Kamezawa Hiroyuki · 12 years ago
  84. 41326c1 memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANON by Kamezawa Hiroyuki · 12 years ago
  85. bff6bb8 memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAP by Kamezawa Hiroyuki · 12 years ago
  86. aa91c4d mm: make vb_alloc() more foolproof by Jan Kara · 12 years ago
  87. 92ca922 vmalloc: walk vmap_areas by sorted list instead of rb_next() by Hong zhi guo · 12 years ago
  88. c2cddf9 drivers/media/video/v4l2-ioctl.c: fix build by Andrew Morton · 12 years ago
  89. c66af41 xtensa: select generic atomic64_t support by Fengguang Wu · 12 years ago
  90. d6b09e7 fault-injection: fix failcmd.sh warning by Akinobu Mita · 12 years ago
  91. 2e3ee61 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  92. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  93. bbeb0af2 Merge tag 'mfd-for-linus-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  94. 6df419e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  95. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  96. 086ff4b drivers/misc/lkdtm.c: fix missing allocation failure check by Alan Cox · 12 years ago
  97. e04f228 lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table() by Mandeep Singh Baines · 12 years ago
  98. c24aa64 fault-injection: add tool to run command with failslab or fail_page_alloc by Akinobu Mita · 12 years ago
  99. d89dffa fault-injection: add selftests for cpu and memory hotplug by Akinobu Mita · 12 years ago
  100. 08dfb4d powerpc: pSeries reconfig notifier error injection module by Akinobu Mita · 12 years ago