1. d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 10 years ago
  2. 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 10 years ago
  3. 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 10 years ago
  4. f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 10 years ago
  5. 7b24d86 mm, hugetlb: fix race in region tracking by Davidlohr Bueso · 10 years ago
  6. 1406ec9 mm, hugetlb: improve, cleanup resv_map parameters by Joonsoo Kim · 10 years ago
  7. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  8. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  9. 91ca918 mm, compaction: ignore pageblock skip when manually invoking compaction by David Rientjes · 10 years ago
  10. 3115cd9 mm: vmscan: remove shrink_control arg from do_try_to_free_pages() by Vladimir Davydov · 10 years ago
  11. 65ec02c mm: vmscan: move call to shrink_slab() to shrink_zones() by Vladimir Davydov · 10 years ago
  12. 99120b7 mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim by Vladimir Davydov · 10 years ago
  13. 8910ae8 kmemleak: change some global variables to int by Li Zefan · 10 years ago
  14. 5f3bf19 kmemleak: remove redundant code by Li Zefan · 10 years ago
  15. c89da70 kmemleak: allow freeing internal objects after kmemleak was disabled by Li Zefan · 10 years ago
  16. dc9b3f4 kmemleak: free internal objects only if there're no leaks to be reported by Li Zefan · 10 years ago
  17. 5acda9d bdi: avoid oops on device removal by Jan Kara · 10 years ago
  18. 6ca738d backing_dev: fix hung task on sync by Derek Basehore · 10 years ago
  19. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  20. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  21. c6f2124 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  22. c800bcd sparse: fix comment by Li Zhong · 10 years ago
  23. ccad236 kill generic_file_buffered_write() by Al Viro · 11 years ago
  24. 3b93f91 export generic_perform_write(), start getting rid of generic_file_buffer_write() by Al Viro · 11 years ago
  25. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 11 years ago
  26. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 11 years ago
  27. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 11 years ago
  28. 4f18cd3 take iov_iter stuff to mm/iov_iter.c by Al Viro · 11 years ago
  29. 4bafbec process_vm_access: tidy up a bit by Al Viro · 11 years ago
  30. 9acc1a0 process_vm_access: don't bother with returning the amounts of bytes copied by Al Viro · 11 years ago
  31. e21345f process_vm_rw_pages(): pass accurate amount of bytes by Al Viro · 11 years ago
  32. 70eca12 process_vm_access: take get_user_pages/put_pages one level up by Al Viro · 11 years ago
  33. 240f390 process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user by Al Viro · 11 years ago
  34. 9f78bdf process_vm_access: switch to iov_iter by Al Viro · 11 years ago
  35. 1291afc untangling process_vm_..., part 4 by Al Viro · 11 years ago
  36. 12e3004 untangling process_vm_..., part 3 by Al Viro · 11 years ago
  37. c61c703 untangling process_vm_..., part 2 by Al Viro · 11 years ago
  38. 480402e untangling process_vm_..., part 1 by Al Viro · 11 years ago
  39. 6e58e79 introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() by Al Viro · 11 years ago
  40. 8142c18 do_shmem_file_read(): call file_read_actor() directly by Al Viro · 11 years ago
  41. 9e8c2af callers of iov_copy_from_user_atomic() don't need pagecache_disable() by Al Viro · 11 years ago
  42. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 11 years ago
  43. 5f0985b mm/slab.c: cleanup outdated comments and unify variables naming by Jianyu Zhan · 10 years ago
  44. cf6fafc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  45. 1f8c538 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  46. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  47. 971eae7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  48. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 11 years ago
  49. 21ddfd3 percpu: renew the max_contig if we merge the head and previous block by Jianyu Zhan · 10 years ago
  50. 80c3a99 slub: fix high order page allocation problem with __GFP_NOFAIL by Joonsoo Kim · 10 years ago
  51. 7e09e73 mm: fix swapops.h:131 bug if remap_file_pages raced migration by Hugh Dickins · 10 years ago
  52. 5763782 mm, zswap: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  53. 0be94ba mm, vmstat: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  54. f0e71fc zsmalloc: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  55. 8878439 mm: fix bad rss-counter if remap_file_pages raced migration by Hugh Dickins · 10 years ago
  56. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  57. 3935ed6 mm: Add new func _install_special_mapping() to mmap.c by Stefani Seibold · 10 years ago
  58. 2f69fa8 percpu: allocation size should be even by Viro · 10 years ago
  59. fec5101 ARM: 7993/1: mm/memblock: add memblock_get_current_limit by Laura Abbott · 11 years ago
  60. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 10 years ago
  61. 2216ee8 mm/Kconfig: fix URL for zsmalloc benchmark by Ben Hutchings · 11 years ago
  62. 2af120b mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block by Laura Abbott · 11 years ago
  63. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 11 years ago
  64. a909025 mm: Create utility function for accessing a tasks commandline value by William Roberts · 11 years ago
  65. 3d331ad percpu: speed alloc_pcpu_area() up by Al Viro · 11 years ago
  66. 723ad1d percpu: store offsets instead of lengths in ->map[] by Al Viro · 11 years ago
  67. 706c16f perpcu: fold pcpu_split_block() into the only caller by Al Viro · 11 years ago
  68. 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  69. c93e0f6 mm/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 11 years ago
  70. 2732936 mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness by Johannes Weiner · 11 years ago
  71. 9050d7e mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking by Vlastimil Babka · 11 years ago
  72. 4fb1a86 memcg: reparent charges of children before processing parent by Filipe Brandenburger · 11 years ago
  73. ce48225 memcg: fix endless loop in __mem_cgroup_iter_next() by Hugh Dickins · 11 years ago
  74. 668f9abb mm: close PageTail race by David Rientjes · 11 years ago
  75. 08088cb memcg: change oom_info_lock to mutex by Michal Hocko · 11 years ago
  76. 9845cbb mm, thp: fix infinite loop on memcg OOM by Kirill A. Shutemov · 11 years ago
  77. 33b6c77 mm, hwpoison: release page on PageHWPoison() in __do_fault() by Kirill A. Shutemov · 11 years ago
  78. d97a860 Merge branch 'linus' into sched/core by Thomas Gleixner · 11 years ago
  79. 4596172 mm: add support for discard of unused ptes by Konstantin Weitz · 11 years ago
  80. a53efe5 sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm by Martin Schwidefsky · 12 years ago
  81. 6a4d07f Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  82. f2a77ab Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  83. 56eecdb mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit by Aneesh Kumar K.V · 11 years ago
  84. 9d85d58 mm: Dirty accountable change only apply to non prot numa case by Aneesh Kumar K.V · 11 years ago
  85. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 11 years ago
  86. e61734c cgroup: remove cgroup->name by Tejun Heo · 11 years ago
  87. b166492 cgroup: introduce cgroup_ino() by Tejun Heo · 11 years ago
  88. 5a17f54 cgroup: improve css_from_dir() into css_tryget_from_dir() by Tejun Heo · 11 years ago
  89. 8d547ff mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED by Naoya Horiguchi · 11 years ago
  90. 1e4dd94 slub: do not assert not having lock in removing freed partial by Steven Rostedt · 11 years ago
  91. 255d088 mm/slub.c: list_lock may not be held in some circumstances by David Rientjes · 11 years ago
  92. f94aa7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  93. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 11 years ago
  94. c1ff843 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. 1a698a4 Merge branch 'for-3.14-fixes' into for-3.15 by Tejun Heo · 11 years ago
  96. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 11 years ago
  97. 5087c82 slab: Make allocations with GFP_ZERO slightly more efficient by Joe Perches · 11 years ago
  98. 8fc9cf4 slab: make more slab management structure off the slab by Joonsoo Kim · 11 years ago
  99. a41adfa slab: introduce byte sized index for the freelist of a slab by Joonsoo Kim · 11 years ago
  100. f315e3f slab: restrict the number of objects in a slab by Joonsoo Kim · 11 years ago