1. f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 10 years ago
  2. ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 10 years ago
  3. e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 10 years ago
  4. 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 10 years ago
  5. 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 10 years ago
  6. de49850 mm/nobootmem.c: mark function as static by Rashika Kheria · 10 years ago
  7. d20199e mm/page_cgroup.c: mark functions as static by Rashika Kheria · 10 years ago
  8. 2eb2e14 mm/process_vm_access.c: mark function as static by Rashika Kheria · 10 years ago
  9. eafd4dc mm/mmap.c: mark function as static by Rashika Kheria · 10 years ago
  10. b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 10 years ago
  11. 74e77fb mm/compaction.c: mark function as static by Rashika Kheria · 10 years ago
  12. 119d6d5 mm, compaction: avoid isolating pinned pages by David Rientjes · 10 years ago
  13. f412c97 mm, hugetlb: mark some bootstrap functions as __init by David Rientjes · 10 years ago
  14. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  15. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  16. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  17. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  18. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  19. 6dbaf22 mm: shmem: save one radix tree lookup when truncating swapped pages by Johannes Weiner · 10 years ago
  20. d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 10 years ago
  21. 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 10 years ago
  22. 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 10 years ago
  23. f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 10 years ago
  24. 7b24d86 mm, hugetlb: fix race in region tracking by Davidlohr Bueso · 10 years ago
  25. 1406ec9 mm, hugetlb: improve, cleanup resv_map parameters by Joonsoo Kim · 10 years ago
  26. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  27. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  28. 91ca918 mm, compaction: ignore pageblock skip when manually invoking compaction by David Rientjes · 10 years ago
  29. 3115cd9 mm: vmscan: remove shrink_control arg from do_try_to_free_pages() by Vladimir Davydov · 10 years ago
  30. 65ec02c mm: vmscan: move call to shrink_slab() to shrink_zones() by Vladimir Davydov · 10 years ago
  31. 99120b7 mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim by Vladimir Davydov · 10 years ago
  32. 8910ae8 kmemleak: change some global variables to int by Li Zefan · 10 years ago
  33. 5f3bf19 kmemleak: remove redundant code by Li Zefan · 10 years ago
  34. c89da70 kmemleak: allow freeing internal objects after kmemleak was disabled by Li Zefan · 10 years ago
  35. dc9b3f4 kmemleak: free internal objects only if there're no leaks to be reported by Li Zefan · 10 years ago
  36. 5acda9d bdi: avoid oops on device removal by Jan Kara · 10 years ago
  37. 6ca738d backing_dev: fix hung task on sync by Derek Basehore · 10 years ago
  38. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  39. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  40. 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
  41. c800bcd sparse: fix comment by Li Zhong · 10 years ago
  42. ccad236 kill generic_file_buffered_write() by Al Viro · 10 years ago
  43. 3b93f91 export generic_perform_write(), start getting rid of generic_file_buffer_write() by Al Viro · 10 years ago
  44. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 10 years ago
  45. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 10 years ago
  46. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  47. 4f18cd3 take iov_iter stuff to mm/iov_iter.c by Al Viro · 10 years ago
  48. 4bafbec process_vm_access: tidy up a bit by Al Viro · 10 years ago
  49. 9acc1a0 process_vm_access: don't bother with returning the amounts of bytes copied by Al Viro · 10 years ago
  50. e21345f process_vm_rw_pages(): pass accurate amount of bytes by Al Viro · 10 years ago
  51. 70eca12 process_vm_access: take get_user_pages/put_pages one level up by Al Viro · 10 years ago
  52. 240f390 process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user by Al Viro · 10 years ago
  53. 9f78bdf process_vm_access: switch to iov_iter by Al Viro · 10 years ago
  54. 1291afc untangling process_vm_..., part 4 by Al Viro · 10 years ago
  55. 12e3004 untangling process_vm_..., part 3 by Al Viro · 10 years ago
  56. c61c703 untangling process_vm_..., part 2 by Al Viro · 10 years ago
  57. 480402e untangling process_vm_..., part 1 by Al Viro · 10 years ago
  58. 6e58e79 introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() by Al Viro · 10 years ago
  59. 8142c18 do_shmem_file_read(): call file_read_actor() directly by Al Viro · 10 years ago
  60. 9e8c2af callers of iov_copy_from_user_atomic() don't need pagecache_disable() by Al Viro · 10 years ago
  61. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 10 years ago
  62. 5f0985b mm/slab.c: cleanup outdated comments and unify variables naming by Jianyu Zhan · 10 years ago
  63. cf6fafc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  64. 1f8c538 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  65. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  66. 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
  67. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 10 years ago
  68. 21ddfd3 percpu: renew the max_contig if we merge the head and previous block by Jianyu Zhan · 10 years ago
  69. 80c3a99 slub: fix high order page allocation problem with __GFP_NOFAIL by Joonsoo Kim · 10 years ago
  70. 7e09e73 mm: fix swapops.h:131 bug if remap_file_pages raced migration by Hugh Dickins · 10 years ago
  71. 5763782 mm, zswap: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  72. 0be94ba mm, vmstat: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  73. f0e71fc zsmalloc: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  74. 8878439 mm: fix bad rss-counter if remap_file_pages raced migration by Hugh Dickins · 10 years ago
  75. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  76. 3935ed6 mm: Add new func _install_special_mapping() to mmap.c by Stefani Seibold · 10 years ago
  77. 2f69fa8 percpu: allocation size should be even by Viro · 10 years ago
  78. fec5101 ARM: 7993/1: mm/memblock: add memblock_get_current_limit by Laura Abbott · 10 years ago
  79. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 10 years ago
  80. 2216ee8 mm/Kconfig: fix URL for zsmalloc benchmark by Ben Hutchings · 10 years ago
  81. 2af120b mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block by Laura Abbott · 10 years ago
  82. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 10 years ago
  83. a909025 mm: Create utility function for accessing a tasks commandline value by William Roberts · 10 years ago
  84. 3d331ad percpu: speed alloc_pcpu_area() up by Al Viro · 10 years ago
  85. 723ad1d percpu: store offsets instead of lengths in ->map[] by Al Viro · 10 years ago
  86. 706c16f perpcu: fold pcpu_split_block() into the only caller by Al Viro · 10 years ago
  87. 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  88. c93e0f6 mm/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  89. 2732936 mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness by Johannes Weiner · 10 years ago
  90. 9050d7e mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking by Vlastimil Babka · 10 years ago
  91. 4fb1a86 memcg: reparent charges of children before processing parent by Filipe Brandenburger · 10 years ago
  92. ce48225 memcg: fix endless loop in __mem_cgroup_iter_next() by Hugh Dickins · 10 years ago
  93. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  94. 08088cb memcg: change oom_info_lock to mutex by Michal Hocko · 10 years ago
  95. 9845cbb mm, thp: fix infinite loop on memcg OOM by Kirill A. Shutemov · 10 years ago
  96. 33b6c77 mm, hwpoison: release page on PageHWPoison() in __do_fault() by Kirill A. Shutemov · 10 years ago
  97. d97a860 Merge branch 'linus' into sched/core by Thomas Gleixner · 10 years ago
  98. 4596172 mm: add support for discard of unused ptes by Konstantin Weitz · 11 years ago
  99. a53efe5 sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm by Martin Schwidefsky · 12 years ago
  100. 6a4d07f Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago