1. abe5f97 mm: page_alloc: fix zone allocation fairness on UP by Johannes Weiner · 10 years ago
  2. 2f7dd7a mm: memcontrol: do not iterate uninitialized memcgs by Johannes Weiner · 10 years ago
  3. abc40bd mm: numa: Do not mark PTEs pte_numa when splitting huge pages by Mel Gorman · 10 years ago
  4. d3cb8bf mm: migrate: Close race between migration completion and mprotect by Mel Gorman · 10 years ago
  5. 1e3827b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  6. 6111da3 Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  7. 2c80929 fuse: honour max_read and max_write in direct_io mode by Miklos Szeredi · 10 years ago
  8. b928095 shmem: fix nlink for rename overwrite directory by Miklos Szeredi · 10 years ago
  9. dbab31a mm: softdirty: keep bit when zapping file pte by Peter Feiner · 10 years ago
  10. d4a5fca mm, slab: initialize object alignment on cache creation by David Rientjes · 10 years ago
  11. a4796e3 MM: export page_wakeup functions by NeilBrown · 10 years ago
  12. cbbce82 SCHED: add some "wait..on_bit...timeout()" interfaces. by NeilBrown · 10 years ago
  13. 2ad654b cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 10 years ago
  14. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  15. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  16. 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
  17. 6273143 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  18. b0e2a55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  19. 6d11fb4 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  20. bb2e226 Revert "percpu: free percpu allocation info for uniprocessor system" by Guenter Roeck · 10 years ago
  21. f29374b cgroup: remove redundant check in cgroup_ino() by Zefan Li · 10 years ago
  22. 153a9f1 Fix unbalanced mutex in dma_pool_create(). by Krzysztof Hałasa · 10 years ago
  23. 8b375f6 x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() by Luiz Capitulino · 10 years ago
  24. 0b70068 mm: export symbol dependencies of is_zero_pfn() by Ard Biesheuvel · 10 years ago
  25. b207892 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  26. 8542bdf mm/mmap.c: use pr_emerg when printing BUG related information by Sasha Levin · 10 years ago
  27. 0a313a9 mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_range() by Xishi Qiu · 10 years ago
  28. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  29. 23cb898 percpu: fix locking regression in the failure path of pcpu_alloc() by Tejun Heo · 10 years ago
  30. 018a17b bdi: reimplement bdev_inode_switch_bdi() by Tejun Heo · 10 years ago
  31. 1a1e453 bdi: explain the dirty list transferring in bdi_destroy() by Tejun Heo · 10 years ago
  32. c0ea1c2 bdi: make backing_dev_info->wb.dwork canceling stricter by Tejun Heo · 10 years ago
  33. b687573 bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister() by Tejun Heo · 10 years ago
  34. 6a5c75ce1 Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  35. 20ae007 proportions: add @gfp to init functions by Tejun Heo · 10 years ago
  36. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  37. bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 10 years ago
  38. ce00a96 mm: memcontrol: revert use of root_mem_cgroup res_counter by Johannes Weiner · 10 years ago
  39. 1a4d760 percpu: implement asynchronous chunk population by Tejun Heo · 10 years ago
  40. fe6bd8c percpu: rename pcpu_reclaim_work to pcpu_balance_work by Tejun Heo · 10 years ago
  41. b539b87 percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populated by Tejun Heo · 10 years ago
  42. 9c824b6 percpu: make sure chunk->map array has available space by Tejun Heo · 10 years ago
  43. 5835d96 percpu: implement [__]alloc_percpu_gfp() by Tejun Heo · 10 years ago
  44. e04d320 percpu: indent the population block in pcpu_alloc() by Tejun Heo · 10 years ago
  45. a16037c percpu: make pcpu_alloc_area() capable of allocating only from populated areas by Tejun Heo · 10 years ago
  46. b38d08f percpu: restructure locking by Tejun Heo · 10 years ago
  47. a63d4ac percpu: make percpu-km set chunk->populated bitmap properly by Tejun Heo · 10 years ago
  48. a93ace4 percpu: move region iterations out of pcpu_[de]populate_chunk() by Tejun Heo · 10 years ago
  49. dca4964 percpu: move common parts out of pcpu_[de]populate_chunk() by Tejun Heo · 10 years ago
  50. cdb4cba percpu: remove @may_alloc from pcpu_get_pages() by Tejun Heo · 10 years ago
  51. fbbb7f4 percpu: remove the usage of separate populated bitmap in percpu-vm by Tejun Heo · 10 years ago
  52. b38af47 x86,mm: fix pte_special versus pte_numa by Hugh Dickins · 10 years ago
  53. 7ea8574 hugetlb_cgroup: use lockdep_assert_held rather than spin_is_locked by Michal Hocko · 10 years ago
  54. 137f8cf mm/zpool: use prefixed module loading by Kees Cook · 10 years ago
  55. ce8369b mm: actually clear pmd_numa before invalidating by Matthew Wilcox · 10 years ago
  56. 0cfb8f0 memblock, memhotplug: fix wrong type in memblock_find_in_range_node(). by Tang Chen · 10 years ago
  57. d3ac21c mm: Support compiling out madvise and fadvise by Josh Triplett · 10 years ago
  58. 3189edd percpu: free percpu allocation info for uniprocessor system by Honggang Li · 10 years ago
  59. 849f516 percpu: perform tlb flush after pcpu_map_pages() failure by Tejun Heo · 10 years ago
  60. f0d2796 percpu: fix pcpu_alloc_pages() failure path by Tejun Heo · 10 years ago
  61. f2937e4 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 10 years ago
  62. 24d7cd2 mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage size by David Rientjes · 10 years ago
  63. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  64. 60bb452 __generic_file_write_iter(): fix handling of sync error after DIO by Al Viro · 10 years ago
  65. 05f65b5 shm: wait for pins to be released when sealing by David Herrmann · 10 years ago
  66. 9183df2 shm: add memfd_create() syscall by David Herrmann · 10 years ago
  67. 40e041a shm: add sealing API by David Herrmann · 10 years ago
  68. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  69. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  70. c119239 mm/zswap.c: add __init to zswap_entry_cache_destroy() by Fabian Frederick · 10 years ago
  71. 6abb5a8 mm: memcontrol: avoid charge statistics churn during page migration by Johannes Weiner · 10 years ago
  72. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  73. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  74. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  75. 4449a51 vm_is_stack: use for_each_thread() rather then buggy while_each_thread() by Oleg Nesterov · 10 years ago
  76. edcad25 Revert "slab: remove BAD_ALIEN_MAGIC" by Joonsoo Kim · 10 years ago
  77. c7f3888 switch iov_iter_get_pages() to passing maximal number of pages by Al Viro · 10 years ago
  78. 3745677 shmem: support RENAME_EXCHANGE by Miklos Szeredi · 10 years ago
  79. 3b69ff5 shmem: support RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  80. 12d79d6 mm/zpool: update zswap to use zpool by Dan Streetman · 10 years ago
  81. c795779 mm/zpool: zbud/zsmalloc implement zpool by Dan Streetman · 10 years ago
  82. af8d417 mm/zpool: implement common zpool api to zbud/zsmalloc by Dan Streetman · 10 years ago
  83. 99eef8e mm/zbud: change zbud_alloc size type to size_t by Dan Streetman · 10 years ago
  84. 15de36a mm/highmem: make kmap cache coloring aware by Max Filippov · 10 years ago
  85. b972216 mmu_notifier: add call_srcu and sync function for listener to delay call and sync by Peter Zijlstra · 10 years ago
  86. 61e02c7 mm: memcontrol: clean up reclaim size variable use in try_charge() by Johannes Weiner · 10 years ago
  87. dbffcd0 mm: change confusing #ifdef use in __access_remote_vm by Rik van Riel · 10 years ago
  88. 3a91053 mm: mark fault_around_bytes __read_mostly by Kirill A. Shutemov · 10 years ago
  89. aecd6f4 mm: close race between do_fault_around() and fault_around_bytes_set() by Kirill A. Shutemov · 10 years ago
  90. 2ab051e memcg, vmscan: Fix forced scan of anonymous pages by Jerome Marchand · 10 years ago
  91. 7c0db9e mm, vmscan: fix an outdated comment still mentioning get_scan_ratio by Jerome Marchand · 10 years ago
  92. fb794bc mm, oom: remove unnecessary exit_state check by David Rientjes · 10 years ago
  93. d017763 mm: fix potential infinite loop in dissolve_free_huge_pages() by Li Zhong · 10 years ago
  94. 8fe7804 mm, thp: restructure thp avoidance of light synchronous migration by David Rientjes · 10 years ago
  95. e972a07 mm, oom: rename zonelist locking functions by David Rientjes · 10 years ago
  96. 8d060bf mm, oom: ensure memoryless node zonelist always includes zones by David Rientjes · 10 years ago
  97. 6326440 memory-hotplug: add zone_for_memory() for selecting zone for new memory by Wang Nan · 10 years ago
  98. aee52ca slub: remove kmemcg id from create_unique_id by Vladimir Davydov · 10 years ago
  99. 9ef0a0f mm, writeback: prevent race when calculating dirty limits by David Rientjes · 10 years ago
  100. 14a4e21 mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_mode by David Rientjes · 10 years ago