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