- a7069ee mm/memory.c: replace vmf->vma with variable vma by Yanfei Xu · 4 years, 3 months ago
- d383807 mm/memory.c: fix typo in __do_fault() comment by Yanfei Xu · 4 years, 3 months ago
- 9a13715 mm/memcg: fix device private memcg accounting by Ralph Campbell · 4 years, 3 months ago
- d1b2cf6 mm: memcg/slab: uncharge during kmem_cache_free_bulk() by Bharata B Rao · 4 years, 3 months ago
- 7a52d4d8 mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom() by Miaohe Lin · 4 years, 3 months ago
- d437024 mm/page_counter: correct the obsolete func name in the comment of page_counter_try_charge() by Miaohe Lin · 4 years, 3 months ago
- 5f9a4f4 mm: memcontrol: add the missing numa_stat interface for cgroup v2 by Muchun Song · 4 years, 3 months ago
- bd0b230 mm/memcg: unify swap and memsw page counters by Waiman Long · 4 years, 3 months ago
- 8d387a5 mm/memcg: simplify mem_cgroup_get_max() by Waiman Long · 4 years, 3 months ago
- f9f84ec mm/memcg: clean up obsolete enum charge_type by Waiman Long · 4 years, 3 months ago
- 05bdc52 mm: memcontrol: correct the comment of mem_cgroup_iter() by Miaohe Lin · 4 years, 3 months ago
- 19b629c mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj() by Roman Gushchin · 4 years, 3 months ago
- 61e604e6 mm: memcontrol: use the preferred form for passing the size of a structure type by Gustavo A. R. Silva · 4 years, 3 months ago
- e90342e mm: memcontrol: use flex_array_size() helper in memcpy() by Gustavo A. R. Silva · 4 years, 3 months ago
- 433e7d3 mm/memremap.c: convert devmap static branch to {inc,dec} by Ira Weiny · 4 years, 3 months ago
- 822bca5 mm/swapfile.c: fix potential memory leak in sys_swapon by Miaohe Lin · 4 years, 3 months ago
- 7a3d52e mm/swapfile.c: remove unnecessary goto out in _swap_info_get() by Miaohe Lin · 4 years, 3 months ago
- 12eab42 mm/swap.c: fix incomplete comment in lru_cache_add_inactive_or_unevictable() by Miaohe Lin · 4 years, 3 months ago
- 548d978 mm/page_io.c: remove useless out label in __swap_writepage() by Miaohe Lin · 4 years, 3 months ago
- f3bc52c mm/swap_slots.c: remove always zero and unused return value of enable_swap_slots_cache() by Miaohe Lin · 4 years, 3 months ago
- a3e7bea mm/swap.c: fix confusing comment in release_pages() by Miaohe Lin · 4 years, 3 months ago
- 6f4dd8d mm: remove superfluous __ClearPageActive() by Yu Zhao · 4 years, 3 months ago
- cc2828b mm: remove activate_page() from unuse_pte() by Yu Zhao · 4 years, 3 months ago
- 3264631 swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity by Gao Xiang · 4 years, 3 months ago
- 146608bb mm/gup: protect unpin_user_pages() against npages==-ERRNO by John Hubbard · 4 years, 3 months ago
- 447f3e4 mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM by Barry Song · 4 years, 3 months ago
- 657d4f7 mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag by Barry Song · 4 years, 3 months ago
- 4c6cd03 mm/gup_benchmark: update the documentation in Kconfig by Barry Song · 4 years, 3 months ago
- eb1d7a6 mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED by Yafang Shao · 4 years, 3 months ago
- 27a83a6 mm/filemap: fix filemap_map_pages for THP by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- a8cf7f2 mm: add find_lock_head by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 63ec197 mm/shmem: return head page from find_lock_entry by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- a6de4b4 mm: convert find_get_entry to return the head page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 9dfc8ff i915: use find_lock_page instead of find_lock_entry by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- e6e8871 mm: optimise madvise WILLNEED by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- f5df863 mm: use find_get_incore_page in memcontrol by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 61ef186 mm: factor find_get_incore_page out of mincore_page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- bac3cf4 mm, dump_page: rename head_mapcount() --> head_compound_mapcount() by John Hubbard · 4 years, 3 months ago
- 853322a6 mm/debug.c: do not dereference i_ino blindly by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- b7b3c01 mm/memremap_pages: support multiple ranges per invocation by Dan Williams · 4 years, 3 months ago
- a4574f6 mm/memremap_pages: convert to 'struct range' by Dan Williams · 4 years, 3 months ago
- a035b6b mm/memory_hotplug: introduce default phys_to_target_node() implementation by Dan Williams · 4 years, 3 months ago
- 1abbef4 mm,kmemleak-test.c: move kmemleak-test.c to samples dir by Hui Su · 4 years, 3 months ago
- c4b2896 mm/kmemleak: rely on rcu for task stack scanning by Davidlohr Bueso · 4 years, 3 months ago
- 9cf7a11 mm/slub: make add_full() condition more explicit by Abel Wu · 4 years, 3 months ago
- 9f986d9 mm/slub: fix missing ALLOC_SLOWPATH stat when bulk alloc by Abel Wu · 4 years, 3 months ago
- c270cf3 mm/slub.c: branch optimization in free slowpath by Abel Wu · 4 years, 3 months ago
- c1ff3f9 mm/slab.c: clean code by removing redundant if condition by Mateusz Nosek · 4 years, 3 months ago
- 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- 50d2283 Merge tag 'docs-5.10' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 3 months ago
- ed016af Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 6734e20 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 3 months ago
- 4aab2be mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged by Vijay Balakrishna · 4 years, 3 months ago
- bc4fe4c mm: mmap: Fix general protection fault in unlink_file_vma() by Miaohe Lin · 4 years, 3 months ago
- 033b5d7 mm/khugepaged: fix filemap page_to_pgoff(page) != offset by Hugh Dickins · 4 years, 3 months ago
- e705d39 Merge branch 'locking/urgent' into locking/core, to pick up fixes by Ingo Molnar · 4 years, 3 months ago
- f3c64ed mm: avoid early COW write protect games during fork() by Linus Torvalds · 4 years, 4 months ago
- 1d91df8 mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 4 years, 4 months ago
- 484cfac mm, slub: restore initial kmem_cache flags by Eric Farman · 4 years, 4 months ago
- c3973b4 mm: remove compat_process_vm_{readv,writev} by Christoph Hellwig · 4 years, 4 months ago
- 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 4 months ago
- bfdc597 iov_iter: refactor rw_copy_check_uvector and import_iovec by Christoph Hellwig · 4 years, 4 months ago
- 702bfc8 Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
- c8d317a io_uring: fix async buffered reads when readahead is disabled by Hao Xu · 4 years, 4 months ago
- a4d63c3 mm: do not rely on mm == current->mm in __get_user_pages_locked by Jason A. Donenfeld · 4 years, 4 months ago
- d042035 mm/thp: Split huge pmds/puds if they're pinned when fork() by Peter Xu · 4 years, 4 months ago
- 70e806e mm: Do early cow for pinned pages during fork() for ptes by Peter Xu · 4 years, 4 months ago
- 7a4830c mm/fork: Pass new vma pointer into copy_page_range() by Peter Xu · 4 years, 4 months ago
- 008cfe4 mm: Introduce mm_struct.has_pinned by Peter Xu · 4 years, 4 months ago
- 8fb1e91 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
- ce26842 mm: validate pmd after splitting by Minchan Kim · 4 years, 4 months ago
- f85086f mm: don't rely on system state to detect hot-plug operations by Laurent Dufour · 4 years, 4 months ago
- c1d0da8 mm: replace memmap_context by meminit_context by Laurent Dufour · 4 years, 4 months ago
- 6c5c7b9 mm/migrate: correct thp migration stats by Zi Yan · 4 years, 4 months ago
- d3f7b1b mm/gup: fix gup_fast with dynamic page table folding by Vasily Gorbik · 4 years, 4 months ago
- 8d3fe09 mm: memcontrol: fix missing suffix of workingset_restore by Muchun Song · 4 years, 4 months ago
- 4166343 mm, THP, swap: fix allocating cluster for swapfile by mistake by Gao Xiang · 4 years, 4 months ago
- 678ff6a mm: slab: fix potential double free in ___cache_free by Shakeel Butt · 4 years, 4 months ago
- f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 4 months ago
- 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 4 months ago
- 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 4 months ago
- 5115db1 mm: use SWP_SYNCHRONOUS_IO more intelligently by Christoph Hellwig · 4 years, 4 months ago
- a8b456d bdi: remove BDI_CAP_SYNCHRONOUS_IO by Christoph Hellwig · 4 years, 4 months ago
- 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
- dd19d29 Fix references to nommu-mmap.rst by Stephen Kitt · 4 years, 5 months ago
- be068f2 mm: fix misplaced unlock_page in do_wp_page() by Linus Torvalds · 4 years, 4 months ago
- 79a1971 mm: move the copy_one_pte() pte_present check into the caller by Linus Torvalds · 4 years, 4 months ago
- df3a57d mm: split out the non-present case from copy_one_pte() by Linus Torvalds · 4 years, 4 months ago
- 21bd900 mm: split swap_type_of by Christoph Hellwig · 4 years, 4 months ago
- ef16e1d mm: cleanup claim_swapfile by Christoph Hellwig · 4 years, 4 months ago
- 5868ec2 mm: fix wake_page_function() comment typos by Linus Torvalds · 4 years, 4 months ago
- 9683182 mm/memory_hotplug: drain per-cpu pages again during memory offline by Pavel Tatashin · 4 years, 4 months ago
- ec0abae mm/thp: fix __split_huge_pmd_locked() for migration PMD by Ralph Campbell · 4 years, 4 months ago
- bb3e96d tmpfs: restore functionality of nr_inodes=0 by Byron Stanoszek · 4 years, 4 months ago
- 0964730 mlock: fix unevictable_pgs event counts on THP by Hugh Dickins · 4 years, 4 months ago
- 8d8869c mm: fix check_move_unevictable_pages() on THP by Hugh Dickins · 4 years, 4 months ago
- a333e3e mm: migration of hugetlbfs page skip memcg by Hugh Dickins · 4 years, 4 months ago
- 62fdb16 ksm: reinstate memcg charge on copied pages by Hugh Dickins · 4 years, 4 months ago
- 10b82d5 Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 4 years, 4 months ago