1. c270a7e mm: introduce FAULT_FLAG_INTERRUPTIBLE by Peter Xu · 5 years ago
  2. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 5 years ago
  3. ef429ee userfaultfd: don't retake mmap_sem to emulate NOPAGE by Peter Xu · 5 years ago
  4. 8b9a65f mm: return faster for non-fatal signals in user mode faults by Peter Xu · 5 years ago
  5. fb027ad sh/mm: use helper fault_signal_pending() by Peter Xu · 5 years ago
  6. c9a0dad powerpc/mm: use helper fault_signal_pending() by Peter Xu · 5 years ago
  7. b502f03 arm64/mm: use helper fault_signal_pending() by Peter Xu · 5 years ago
  8. 24a62cf arc/mm: use helper fault_signal_pending() by Peter Xu · 5 years ago
  9. 3967819 x86/mm: use helper fault_signal_pending() by Peter Xu · 5 years ago
  10. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 5 years ago
  11. ad415db mm/gup: fix __get_user_pages() on fault retry of hugetlb by Peter Xu · 5 years ago
  12. 4f6da93 mm/gup: rename "nonblocking" to "locked" where proper by Peter Xu · 5 years ago
  13. 767e5ee mm: add pagemap.h to the fine documentation by Matthew Wilcox (Oracle) · 5 years ago
  14. 222100e mm/vma: make is_vma_temporary_stack() available for general use by Anshuman Khandual · 5 years ago
  15. 7969f22 mm/vma: make vma_is_foreign() available for general use by Anshuman Khandual · 5 years ago
  16. b444377 mm/vma: move VM_NO_KHUGEPAGED into generic header by Anshuman Khandual · 5 years ago
  17. b2a403f mm/mapping_dirty_helpers: update huge page-table entry callbacks by Thomas Hellstrom · 5 years ago
  18. 48fe267 mm: memcg: make memory.oom.group tolerable to task migration by Roman Gushchin · 5 years ago
  19. b3a7822 mm, memcg: prevent mem_cgroup_protected store tearing by Chris Down · 5 years ago
  20. 32d087c mm, memcg: prevent memory.swap.max load tearing by Chris Down · 5 years ago
  21. c3d5320 mm, memcg: prevent memory.min load/store tearing by Chris Down · 5 years ago
  22. f86b810 mm, memcg: prevent memory.low load/store tearing by Chris Down · 5 years ago
  23. 15b4256 mm, memcg: prevent memory.max load tearing by Chris Down · 5 years ago
  24. f6f989c mm, memcg: prevent memory.high load/store tearing by Chris Down · 5 years ago
  25. c1514c0 mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused by Vincenzo Frascino · 5 years ago
  26. 8965aa2 memcg: css_tryget_online cleanups by Shakeel Butt · 5 years ago
  27. 8a931f8 mm: memcontrol: recursive memory.low protection by Johannes Weiner · 5 years ago
  28. bc50bcc mm: memcontrol: clean up and document effective low/min calculations by Johannes Weiner · 5 years ago
  29. 503970e mm: memcontrol: fix memory.low proportional distribution by Johannes Weiner · 5 years ago
  30. 4b13f64 mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() by Roman Gushchin · 5 years ago
  31. 9c315e4 mm: memcg/slab: cache page number in memcg_(un)charge_slab() by Roman Gushchin · 5 years ago
  32. 92d0510c mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg() by Roman Gushchin · 5 years ago
  33. f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 5 years ago
  34. 5059118 mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments by Roman Gushchin · 5 years ago
  35. 10eaec2 mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments by Roman Gushchin · 5 years ago
  36. 4f103c6 mm: memcg/slab: use mem_cgroup_from_obj() by Roman Gushchin · 5 years ago
  37. 86daf94 mm/memcontrol.c: allocate shrinker_map on appropriate NUMA node by Kirill Tkhai · 5 years ago
  38. a87425a mm, memcg: fix build error around the usage of kmem_caches by Yafang Shao · 5 years ago
  39. cb77445 mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache by Wei Yang · 5 years ago
  40. 9a9b6cc mm: swap: use smp_mb__after_atomic() to order LRU bit set by Yang Shi · 5 years ago
  41. 1eb6234 mm: swap: make page_evictable() inline by Yang Shi · 5 years ago
  42. 2406b76 mm/swap_slots.c: assign|reset cache slot by value directly by Wei Yang · 5 years ago
  43. 2182094 mm/swapfile: fix data races in try_to_unuse() by Qian Cai · 5 years ago
  44. bde07cf mm/swap.c: not necessary to export __pagevec_lru_add() by Wei Yang · 5 years ago
  45. 3eeba13 mm/swapfile.c: fix comments for swapcache_prepare by Chen Wandun · 5 years ago
  46. df3a0a2 mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path by Pingfan Liu · 5 years ago
  47. 4628b06 mm/gup: rename nr as nr_pinned in get_user_pages_fast() by Pingfan Liu · 5 years ago
  48. f28d436 mm/gup/writeback: add callbacks for inaccessible pages by Claudio Imbrenda · 5 years ago
  49. dc8fb2f2 mm: dump_page(): additional diagnostics for huge pinned pages by John Hubbard · 5 years ago
  50. 6197ab9 mm: improve dump_page() for compound pages by Matthew Wilcox (Oracle) · 5 years ago
  51. be87141 selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage by John Hubbard · 5 years ago
  52. 41c45d3 mm/gup_benchmark: support pin_user_pages() and related calls by John Hubbard · 5 years ago
  53. 1970dc6 mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting by John Hubbard · 5 years ago
  54. 47e29d3 mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages by John Hubbard · 5 years ago
  55. 3faa52c mm/gup: track FOLL_PIN pages by John Hubbard · 5 years ago
  56. 94202f1 mm/gup: require FOLL_GET for get_user_pages_fast() by John Hubbard · 5 years ago
  57. 3b78d83 mm/gup: pass gup flags to two more routines by John Hubbard · 5 years ago
  58. 566d774 mm: introduce page_ref_sub_return() by John Hubbard · 5 years ago
  59. 86dfbed mm/gup: pass a flags arg to __gup_device_* functions by John Hubbard · 5 years ago
  60. 22bf29b mm/gup: split get_user_pages_remote() into two routines by John Hubbard · 5 years ago
  61. 2294b32 mm/filemap.c: rewrite pagecache_get_page documentation by Matthew Wilcox (Oracle) · 5 years ago
  62. 83daf83 mm/filemap.c: unexport find_get_entry by Matthew Wilcox (Oracle) · 5 years ago
  63. 184b4fe mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io by Matthew Wilcox (Oracle) · 5 years ago
  64. ec84821 include/linux/pagemap.h: rename arguments to find_subpage by Matthew Wilcox (Oracle) · 5 years ago
  65. e520e93 mm/filemap.c: use vm_fault error code directly by Matthew Wilcox (Oracle) · 5 years ago
  66. 0f8e2db mm/filemap.c: remove unused argument from shrink_readahead_size_eio() by Souptick Joarder · 5 years ago
  67. faffdfa mm/filemap.c: clear page error before actual read by Xianting Tian · 5 years ago
  68. cc7b8f6 mm/page-writeback.c: write_cache_pages(): deduplicate identical checks by Mauricio Faria de Oliveira · 5 years ago
  69. 5c72fee mm/filemap.c: don't bother dropping mmap_sem for zero size readahead by Jan Kara · 5 years ago
  70. 5f2d502 mm/Makefile: disable KCSAN for kmemleak by Qian Cai · 5 years ago
  71. b0d14fc mm/kmemleak.c: use address-of operator on section symbols by Nathan Chancellor · 5 years ago
  72. 667c790 revert "topology: add support for node_to_mem_node() to determine the fallback node" by Vlastimil Babka · 5 years ago
  73. 3202fa6 slub: relocate freelist pointer to middle of object by Kees Cook · 5 years ago
  74. 1ad53d9 slub: improve bit diffusion for freelist ptr obfuscation by Kees Cook · 5 years ago
  75. bbd4e30 mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs by chenqiwu · 5 years ago
  76. 4c7ba22 mm/slub.c: replace cpu_slab->partial with wrapped APIs by chenqiwu · 5 years ago
  77. c537338 fs_parse: remove pr_notice() about each validation by Kees Cook · 5 years ago
  78. 4ceb229 ocfs2: use memalloc_nofs_save instead of memalloc_noio_save by Matthew Wilcox (Oracle) · 5 years ago
  79. d293d3a ocfs2: use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  80. 0434c9f4 ocfs2: roll back the reference count modification of the parent directory if an error occurs by wangjian · 5 years ago
  81. 95f3427 ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  82. 8cb9243 ocfs2: dlm: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  83. fa803cf ocfs2: cluster: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  84. 3c9210d ocfs2: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  85. 185a732 ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock() by Jules Irenge · 5 years ago
  86. 1a5692e ocfs2: remove useless err by Alex Shi · 5 years ago
  87. 41f4dc8 ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec" by wangyan · 5 years ago
  88. cb5bc85 ocfs2: there is no need to log twice in several functions by wangyan · 5 years ago
  89. e036987 ocfs2: remove dlm_lock_is_remote by Alex Shi · 5 years ago
  90. 31cc0c8 ocfs2: use OCFS2_SEC_BITS in macro by Alex Shi · 5 years ago
  91. 8e6ef37 ocfs2: remove unused macros by Alex Shi · 5 years ago
  92. ee9dc32 ocfs2: remove FS_OCFS2_NM by Alex Shi · 5 years ago
  93. df47b5e scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 5 years ago
  94. 66906c4 scripts/spelling.txt: add syfs/sysfs pattern by Jonathan Neuschäfer · 5 years ago
  95. 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 5 years ago
  96. 98c985d kthread: mark timer used by delayed kthread works as IRQ safe by Petr Mladek · 5 years ago
  97. 4054ab6 tools/accounting/getdelays.c: fix netlink attribute length by David Ahern · 5 years ago
  98. 1a323ea5 x86: get rid of 'errret' argument to __get_user_xyz() macross by Linus Torvalds · 5 years ago
  99. ab33eb4 x86: remove __put_user_asm() infrastructure by Linus Torvalds · 5 years ago
  100. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago