1. fe4c86c mm: remove "count" parameter from has_unmovable_pages() by David Hildenbrand · 5 years ago
  2. 3f9903b mm: remove the memory isolate notifier by David Hildenbrand · 5 years ago
  3. 3f13535 mm/page_alloc: skip non present sections on zone initialization by Kirill A. Shutemov · 5 years ago
  4. 7b69d79 mm/early_ioremap.c: use %pa to print resource_size_t variables by Andy Shevchenko · 5 years ago
  5. 3e21d9a lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 5 years ago
  6. 7e168b9 mm, tracing: print symbol name for kmem_alloc_node call_site events by Junyong Sun · 5 years ago
  7. 5b8d6e3 mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP page by Li Xinhai · 5 years ago
  8. 92855270 mm/memcontrol.c: cleanup some useless code by Kaitao Cheng · 5 years ago
  9. 10c8d69 mm/swapfile.c: swap_next should increase position index by Vasily Averin · 5 years ago
  10. f1f6a7d mm, tree-wide: rename put_user_page*() to unpin_user_page*() by John Hubbard · 5 years ago
  11. bdffe23 mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1" by John Hubbard · 5 years ago
  12. aa4b87f powerpc: book3s64: convert to pin_user_pages() and put_user_page() by John Hubbard · 5 years ago
  13. 19fed0d vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion by John Hubbard · 5 years ago
  14. 1f815af media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion by John Hubbard · 5 years ago
  15. fb48b47 net/xdp: set FOLL_PIN via pin_user_pages() by John Hubbard · 5 years ago
  16. 2113b05 fs/io_uring: set FOLL_PIN via pin_user_pages() by John Hubbard · 5 years ago
  17. a5adf0a drm/via: set FOLL_PIN via pin_user_pages_fast() by John Hubbard · 5 years ago
  18. 803e457 mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote() by John Hubbard · 5 years ago
  19. dfa0a4f IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP by John Hubbard · 5 years ago
  20. 5745943 goldish_pipe: convert to pin_user_pages() and put_user_page() by John Hubbard · 5 years ago
  21. eddb1c2 mm/gup: introduce pin_user_pages*() and FOLL_PIN by John Hubbard · 5 years ago
  22. 3c7470b media/v4l2-core: set pages dirty upon releasing DMA buffers by John Hubbard · 5 years ago
  23. 4789fcd IB/umem: use get_user_pages_fast() to pin DMA pages by John Hubbard · 5 years ago
  24. f4000fd mm/gup: allow FOLL_FORCE for get_user_pages_fast() by John Hubbard · 5 years ago
  25. 3567813 vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call by John Hubbard · 5 years ago
  26. c4237f8 mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM by John Hubbard · 5 years ago
  27. 1023369 goldish_pipe: rename local pin_user_pages() routine by John Hubbard · 5 years ago
  28. 07d8026 mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages by John Hubbard · 5 years ago
  29. 429589d mm: Cleanup __put_devmap_managed_page() vs ->page_free() by Dan Williams · 5 years ago
  30. a707cdd mm/gup: move try_get_compound_head() to top, fix minor issues by John Hubbard · 5 years ago
  31. a43e982 mm/gup: factor out duplicate code from four routines by John Hubbard · 5 years ago
  32. be9d304 mm/gup.c: use is_vm_hugetlb_page() to check whether to follow huge by Wei Yang · 5 years ago
  33. 15494520 mm: fix gup_pud_range by Qiujun Huang · 5 years ago
  34. ddf8f37 mm/filemap.c: clean up filemap_write_and_wait() by Ira Weiny · 5 years ago
  35. 5b57b8f mm/debug.c: always print flags in dump_page() by Vlastimil Babka · 5 years ago
  36. 8c96f1b mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_t by He Zhe · 5 years ago
  37. 90e9f6a mm/slub.c: avoid slub allocation while holding list_lock by Yu Zhao · 5 years ago
  38. 25b6991 ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_transaction by wangyan · 5 years ago
  39. 9f16ca48 ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() by wangyan · 5 years ago
  40. dd3e7cb ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use by Andy Shevchenko · 5 years ago
  41. d8f1875 ocfs2/dlm: remove redundant assignment to ret by Colin Ian King · 5 years ago
  42. ca322fb ocfs2: make local header paths relative to C files by Masahiro Yamada · 5 years ago
  43. 5b43d64 ocfs2: remove unneeded semicolons by zhengbin · 5 years ago
  44. 67e2d2e fs: ocfs: remove unnecessary assertion in dlm_migrate_lockres by Aditya Pakki · 5 years ago
  45. 4efc61c scripts/spelling.txt: add "issus" typo by Luca Ceresoli · 5 years ago
  46. 2ab1278 scripts/spelling.txt: add more spellings to spelling.txt by Xiong · 5 years ago
  47. 5984fab mm: move_pages: report the number of non-attempted pages by Yang Shi · 5 years ago
  48. fac0516 mm: thp: don't need care deferred split queue in memcg charge move path by Wei Yang · 5 years ago
  49. f1037ec mm/memory_hotplug: fix remove_memory() lockdep splat by Dan Williams · 5 years ago
  50. dfe9aa2 mm/migrate.c: also overwrite error when it is bigger than zero by Wei Yang · 5 years ago
  51. 1f50344 mm/sparse.c: reset section's mem_map when fully deactivated by Pingfan Liu · 5 years ago
  52. c7a91bc mm/mempolicy.c: fix out of bounds write in mpol_parse_str() by Dan Carpenter · 5 years ago
  53. 68f23b89 memcg: fix a crash in wb_workfn when a device disappears by Theodore Ts'o · 5 years ago
  54. 69334ca lib/test_bitmap: correct test data offsets for 32-bit by Andy Shevchenko · 5 years ago
  55. 39bed42 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  56. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  57. 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
  58. 33c84e8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  59. 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
  60. 05ef8b9 Merge tag 'docs-5.6' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  61. 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
  62. 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
  63. 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
  64. 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
  65. 3e4827b io_uring: add support for epoll_ctl(2) by Jens Axboe · 5 years ago
  66. 39220e8 eventpoll: support non-blocking do_epoll_ctl() calls by Jens Axboe · 5 years ago
  67. 58e41a4 eventpoll: abstract out epoll_ctl() handler by Jens Axboe · 5 years ago
  68. f86cd20 io_uring: fix linked command file table usage by Jens Axboe · 5 years ago
  69. 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
  70. 5307040 Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  71. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 6ba3d70 Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 5 years ago
  80. fa889d8 Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  81. b3a6082 Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  82. 73a0bff Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  83. 2cf64d7 Merge tag 'tomoyo-pr-20200128' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 by Linus Torvalds · 5 years ago
  84. 740eaf7 Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  85. fad7bdc Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  86. a78416d Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  87. 75c6a03 io_uring: support using a registered personality for commands by Jens Axboe · 5 years ago
  88. 071698e io_uring: allow registering credentials by Jens Axboe · 5 years ago
  89. 24369c2 io_uring: add io-wq workqueue sharing by Pavel Begunkov · 5 years ago
  90. eba6f5a io-wq: allow grabbing existing io-wq by Pavel Begunkov · 5 years ago
  91. cccf0ee io_uring/io-wq: don't use static creds/mm assignments by Jens Axboe · 5 years ago
  92. abb22e4 Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 5 years ago
  93. fb95aae Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  94. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  95. a78208e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  96. 6835398 Merge tag '5.6-smb3-fixes-and-dfs-and-readdir-improvements' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  97. c899437 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  98. f0d8744 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  99. b5f7ab6 Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  100. 81a046b Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago