1. ca023a9 include/linux/mm.h: remove dead code totalram_pages_set() by Wei Yang · 5 years ago
  2. 26b56e1 include/linux/mm.h: clean up obsolete check on space in page->flags by Yu Zhao · 5 years ago
  3. 38aeb07 zswap: potential NULL dereference on error in init_zswap() by Dan Carpenter · 5 years ago
  4. 45190f0 mm/zswap.c: add allocation hysteresis if pool limit is hit by Vitaly Wool · 5 years ago
  5. 3d680bd mm/page_isolation: fix potential warning from user by Qian Cai · 5 years ago
  6. 4a55c04 mm/hotplug: silence a lockdep splat with printk() by Qian Cai · 5 years ago
  7. bd5c234 mm/memory_hotplug: pass in nid to online_pages() by David Hildenbrand · 5 years ago
  8. a67c8ca mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma() by Miaohe Lin · 5 years ago
  9. f42f255 mm, thp: fix defrag setting if newline is not used by David Rientjes · 5 years ago
  10. 34290e2 mm/migrate: add stable check in migrate_vma_insert_page() by Ralph Campbell · 5 years ago
  11. c23a0c9 mm/migrate: clean up some minor coding style by Ralph Campbell · 5 years ago
  12. 872ea70 mm/migrate: remove useless mask of start address by Ralph Campbell · 5 years ago
  13. afb9717 mm/huge_memory.c: reduce critical section protected by split_queue_lock by Wei Yang · 5 years ago
  14. a8803e6 mm/huge_memory.c: use head to emphasize the purpose of page by Wei Yang · 5 years ago
  15. cb82962 mm/huge_memory.c: use head to check huge zero page by Wei Yang · 5 years ago
  16. 8a7ff02 mm, oom: dump stack of victim when reaping failed by David Rientjes · 5 years ago
  17. a090d71 memblock: Use __func__ in remaining memblock_dbg() call sites by Anshuman Khandual · 5 years ago
  18. 02634a4 mm/memblock: define memblock_physmem_add() by Anshuman Khandual · 5 years ago
  19. e25974aa tools/vm/slabinfo: fix sanity checks enabling by Daniel Wagner · 5 years ago
  20. 648b5cf mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE by Alex Shi · 5 years ago
  21. fffbacc mm/vmscan: remove prefetch_prev_lru_page by Alex Shi · 5 years ago
  22. 6c9e0907 mm/vmscan.c: remove unused return value of shrink_node by Liu Song · 5 years ago
  23. fe4c86c mm: remove "count" parameter from has_unmovable_pages() by David Hildenbrand · 5 years ago
  24. 3f9903b mm: remove the memory isolate notifier by David Hildenbrand · 5 years ago
  25. 3f13535 mm/page_alloc: skip non present sections on zone initialization by Kirill A. Shutemov · 5 years ago
  26. 7b69d79 mm/early_ioremap.c: use %pa to print resource_size_t variables by Andy Shevchenko · 5 years ago
  27. 3e21d9a lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 5 years ago
  28. 7e168b9 mm, tracing: print symbol name for kmem_alloc_node call_site events by Junyong Sun · 5 years ago
  29. 5b8d6e3 mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP page by Li Xinhai · 5 years ago
  30. 92855270 mm/memcontrol.c: cleanup some useless code by Kaitao Cheng · 5 years ago
  31. 10c8d69 mm/swapfile.c: swap_next should increase position index by Vasily Averin · 5 years ago
  32. f1f6a7d mm, tree-wide: rename put_user_page*() to unpin_user_page*() by John Hubbard · 5 years ago
  33. bdffe23 mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1" by John Hubbard · 5 years ago
  34. aa4b87f powerpc: book3s64: convert to pin_user_pages() and put_user_page() by John Hubbard · 5 years ago
  35. 19fed0d vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion by John Hubbard · 5 years ago
  36. 1f815af media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion by John Hubbard · 5 years ago
  37. fb48b47 net/xdp: set FOLL_PIN via pin_user_pages() by John Hubbard · 5 years ago
  38. 2113b05 fs/io_uring: set FOLL_PIN via pin_user_pages() by John Hubbard · 5 years ago
  39. a5adf0a drm/via: set FOLL_PIN via pin_user_pages_fast() by John Hubbard · 5 years ago
  40. 803e457 mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote() by John Hubbard · 5 years ago
  41. dfa0a4f IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP by John Hubbard · 5 years ago
  42. 5745943 goldish_pipe: convert to pin_user_pages() and put_user_page() by John Hubbard · 5 years ago
  43. eddb1c2 mm/gup: introduce pin_user_pages*() and FOLL_PIN by John Hubbard · 5 years ago
  44. 3c7470b media/v4l2-core: set pages dirty upon releasing DMA buffers by John Hubbard · 5 years ago
  45. 4789fcd IB/umem: use get_user_pages_fast() to pin DMA pages by John Hubbard · 5 years ago
  46. f4000fd mm/gup: allow FOLL_FORCE for get_user_pages_fast() by John Hubbard · 5 years ago
  47. 3567813 vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call by John Hubbard · 5 years ago
  48. c4237f8 mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM by John Hubbard · 5 years ago
  49. 1023369 goldish_pipe: rename local pin_user_pages() routine by John Hubbard · 5 years ago
  50. 07d8026 mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages by John Hubbard · 5 years ago
  51. 429589d mm: Cleanup __put_devmap_managed_page() vs ->page_free() by Dan Williams · 5 years ago
  52. a707cdd mm/gup: move try_get_compound_head() to top, fix minor issues by John Hubbard · 5 years ago
  53. a43e982 mm/gup: factor out duplicate code from four routines by John Hubbard · 5 years ago
  54. be9d304 mm/gup.c: use is_vm_hugetlb_page() to check whether to follow huge by Wei Yang · 5 years ago
  55. 15494520 mm: fix gup_pud_range by Qiujun Huang · 5 years ago
  56. ddf8f37 mm/filemap.c: clean up filemap_write_and_wait() by Ira Weiny · 5 years ago
  57. 5b57b8f mm/debug.c: always print flags in dump_page() by Vlastimil Babka · 5 years ago
  58. 8c96f1b mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_t by He Zhe · 5 years ago
  59. 90e9f6a mm/slub.c: avoid slub allocation while holding list_lock by Yu Zhao · 5 years ago
  60. 25b6991 ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_transaction by wangyan · 5 years ago
  61. 9f16ca48 ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() by wangyan · 5 years ago
  62. dd3e7cb ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use by Andy Shevchenko · 5 years ago
  63. d8f1875 ocfs2/dlm: remove redundant assignment to ret by Colin Ian King · 5 years ago
  64. ca322fb ocfs2: make local header paths relative to C files by Masahiro Yamada · 5 years ago
  65. 5b43d64 ocfs2: remove unneeded semicolons by zhengbin · 5 years ago
  66. 67e2d2e fs: ocfs: remove unnecessary assertion in dlm_migrate_lockres by Aditya Pakki · 5 years ago
  67. 4efc61c scripts/spelling.txt: add "issus" typo by Luca Ceresoli · 5 years ago
  68. 2ab1278 scripts/spelling.txt: add more spellings to spelling.txt by Xiong · 5 years ago
  69. 5984fab mm: move_pages: report the number of non-attempted pages by Yang Shi · 5 years ago
  70. fac0516 mm: thp: don't need care deferred split queue in memcg charge move path by Wei Yang · 5 years ago
  71. f1037ec mm/memory_hotplug: fix remove_memory() lockdep splat by Dan Williams · 5 years ago
  72. dfe9aa2 mm/migrate.c: also overwrite error when it is bigger than zero by Wei Yang · 5 years ago
  73. 1f50344 mm/sparse.c: reset section's mem_map when fully deactivated by Pingfan Liu · 5 years ago
  74. c7a91bc mm/mempolicy.c: fix out of bounds write in mpol_parse_str() by Dan Carpenter · 5 years ago
  75. 68f23b89 memcg: fix a crash in wb_workfn when a device disappears by Theodore Ts'o · 5 years ago
  76. 69334ca lib/test_bitmap: correct test data offsets for 32-bit by Andy Shevchenko · 5 years ago
  77. 39bed42 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  78. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  79. 896f8d2 Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  80. 33c84e8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  81. e9f8ca0 Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  82. 05ef8b9 Merge tag 'docs-5.6' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  83. 08a3ef8 Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  84. ce7ae9d Merge tag 'linux-kselftest-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  85. 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  86. a4fe2b4 Merge tag 'printk-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  87. 3e4827b io_uring: add support for epoll_ctl(2) by Jens Axboe · 5 years ago
  88. 39220e8 eventpoll: support non-blocking do_epoll_ctl() calls by Jens Axboe · 5 years ago
  89. 58e41a4 eventpoll: abstract out epoll_ctl() handler by Jens Axboe · 5 years ago
  90. f86cd20 io_uring: fix linked command file table usage by Jens Axboe · 5 years ago
  91. 3893c202 Merge tag 'erofs-for-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 5 years ago
  92. 5307040 Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  93. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  94. 15d6632 Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 5 years ago
  95. 80b60e3 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  96. 701a9c80 Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  97. 975f9ce Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  98. 7ba31c3f Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 5 years ago
  99. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  100. aac9662 Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago