- 22b8cc3 Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 10 months ago
- b4aca54 smaps: fix defined but not used smaps_shmem_walk_ops by Steven Price · 1 year, 11 months ago
- 428e106 mm: Introduce untagged_addr_remote() by Kirill A. Shutemov · 2 years ago
- 1c71222 mm: replace vma->vm_flags direct modifications with modifier calls by Suren Baghdasaryan · 2 years, 1 month ago
- 250cb40 task_mmu: convert to vma iterator by Liam R. Howlett · 2 years, 1 month ago
- 7d4a8be mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export by Alistair Popple · 2 years, 2 months ago
- 3489dbb mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps by Mike Kravetz · 2 years, 1 month ago
- 8614d6c mm: do not show fs mm pc for VM_LOCKONFAULT pages by Jason A. Donenfeld · 2 years, 3 months ago
- d09e8ca mm: anonymous shared memory naming by Pasha Tatashin · 2 years, 4 months ago
- 08ac855 mm: /proc/pid/smaps_rollup: fix maple tree search by Hugh Dickins · 2 years, 5 months ago
- c4c84f0 fs/proc/task_mmu: stop using linked list and highest_vm_end by Matthew Wilcox (Oracle) · 2 years, 6 months ago
- 7964cf8 mm: remove vmacache by Liam R. Howlett · 2 years, 6 months ago
- 0d206b5 mm/swap: add swp_offset_pfn() to fetch PFN from swap entry by Peter Xu · 2 years, 7 months ago
- a7f4e6e mm/thp: add flag to enforce sysfs THP in hugepage_vma_check() by Zach O'Keefe · 2 years, 8 months ago
- efd4149 mm/smaps: don't access young/dirty bit if pte unpresent by Peter Xu · 2 years, 7 months ago
- 7da4e2c mm: thp: kill __transhuge_page_enabled() by Yang Shi · 2 years, 9 months ago
- 9fec516 mm: thp: kill transparent_hugepage_active() by Yang Shi · 2 years, 9 months ago
- 3218f87 mm: handling Non-LRU pages returned by vm_normal_pages by Alex Sierra · 2 years, 8 months ago
- 3093484 mm/smaps: add Pss_Dirty by Vincent Whitchurch · 2 years, 9 months ago
- 8e165e7 mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfs by Peter Xu · 2 years, 10 months ago
- c310e06 fs/proc/task_mmu.c: remove redundant page validation of pte_page by Xianting Tian · 2 years, 10 months ago
- dd21bfa proc: fix documentation and description of pagemap by Yun Zhou · 3 years ago
- 5c26f6a mm: refactor vm_area_struct::anon_vma_name usage code by Suren Baghdasaryan · 3 years ago
- 24d7275 fs/proc: task_mmu.c: don't read mapcount for migration entry by Yang Shi · 3 years, 1 month ago
- 17fca13 mm: move anon_vma declarations to linux/mm_inline.h by Arnd Bergmann · 3 years, 2 months ago
- 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years, 2 months ago
- 2301003 mm/smaps: simplify shmem handling of pte holes by Peter Xu · 3 years, 4 months ago
- 10c848c8 mm/smaps: fix shmem pte hole swap calculation by Peter Xu · 3 years, 4 months ago
- 8d0920b mm: remove VM_DENYWRITE by David Hildenbrand · 3 years, 11 months ago
- af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 8 months ago
- fb8e37f mm/pagemap: export uffd-wp protection information by Peter Xu · 3 years, 8 months ago
- e6be37b mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled() by Miaohe Lin · 3 years, 8 months ago
- a458b76 mm: gup: pack has_pinned in MMF_HAS_PINNED by Andrea Arcangeli · 3 years, 8 months ago
- 7677f7f userfaultfd: add minor fault registration mode by Axel Rasmussen · 3 years, 10 months ago
- ca6eb14 mm: use is_cow_mapping() across tree where proper by Peter Xu · 4 years ago
- 912efa1 mm: proc: Invalidate TLB after clearing soft-dirty page state by Will Deacon · 4 years, 1 month ago
- 9348b73c mm: don't play games with pinned pages in clear_page_refs by Linus Torvalds · 4 years, 2 months ago
- 29a951d mm: fix clear_refs_write locking by Linus Torvalds · 4 years, 2 months ago
- 40d6366 proc: use untagged_addr() for pagemap_read addresses by Miles Chen · 4 years, 3 months ago
- 4d45e75 mm: remove the now-unnecessary mmget_still_valid() hack by Jann Horn · 4 years, 5 months ago
- ff9f47f mm: proc: smaps_rollup: do not stall write attempts on mmap_lock by Chinwen Chang · 4 years, 5 months ago
- 03b4b11 mm: smaps*: extend smap_gather_stats to support specified beginning by Chinwen Chang · 4 years, 5 months ago
- 8cf8864 proc: optimise smaps for shmem entries by Matthew Wilcox (Oracle) · 4 years, 5 months ago
- 9f34193 arm64: mte: Add PROT_MTE support to mmap() and mprotect() by Catalin Marinas · 5 years ago
- 471e78c /proc/PID/smaps: consistent whitespace output format by Michal Koutný · 4 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- c94b692 /proc/PID/smaps: Add PMD migration entry parsing by Huang Ying · 4 years, 9 months ago
- 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 9 months ago
- 80e4e56 Merge branch 'for-next/bti-user' into for-next/bti by Will Deacon · 4 years, 10 months ago
- 6664876 mm: Remove MPX leftovers by Jimmy Assarsson · 5 years ago
- fad9550 proc: inline m_next_vma into m_next by Matthew Wilcox (Oracle) · 5 years ago
- 4781f2c proc: use ppos instead of m->version by Matthew Wilcox (Oracle) · 5 years ago
- c2e88d2 proc: remove m_cache_vma by Matthew Wilcox (Oracle) · 5 years ago
- d07ded6 proc: inline vma_stop into m_stop by Matthew Wilcox (Oracle) · 5 years ago
- 424037b mm: smaps: Report arm64 guarded pages in smaps by Daniel Kiss · 5 years ago
- b7a16c7 mm: pagewalk: add 'depth' parameter to pte_hole by Steven Price · 5 years ago
- 60fbf0a mm,thp: stats for file backed THP by Song Liu · 5 years ago
- d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
- 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 6 years ago
- a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 6 years ago
- c063066 mm: thp: fix false negative of shmem vma's THP eligibility by Yang Shi · 6 years ago
- fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
- ee2ad71 mm: smaps: split PSS into components by Luigi Semenzato · 6 years ago
- c460380 proc: use down_read_killable mmap_sem for /proc/pid/clear_refs by Konstantin Khlebnikov · 6 years ago
- ad80b932 proc: use down_read_killable mmap_sem for /proc/pid/pagemap by Konstantin Khlebnikov · 6 years ago
- a26a978 proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup by Konstantin Khlebnikov · 6 years ago
- 8a713e7 proc: use down_read_killable mmap_sem for /proc/pid/maps by Konstantin Khlebnikov · 6 years ago
- 25b2995 mm: remove MEMORY_DEVICE_PUBLIC support by Christoph Hellwig · 6 years ago
- 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
- 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
- 04f5866 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
- a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
- 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
- 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
- 27dd768 mm: proc: smaps_rollup: fix pss_locked calculation by Sandeep Patil · 6 years ago
- 70f8a3c mm: make mm->pinned_vm an atomic64 counter by Davidlohr Bueso · 6 years ago
- 7635d9c mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
- ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
- dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- fa76da4 mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() by Vlastimil Babka · 6 years ago
- 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
- 258f669 mm: /proc/pid/smaps_rollup: convert to single value seq_file by Vlastimil Babka · 7 years ago
- f154795 mm: /proc/pid/smaps: factor out common stats printing by Vlastimil Babka · 7 years ago
- 8e68d68 mm: /proc/pid/smaps: factor out mem stats gathering by Vlastimil Babka · 7 years ago
- 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 7 years ago
- e70cc2b fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* by Vlastimil Babka · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- ab6ecf2 mm: /proc/pid/pagemap: hide swap entries from unprivileged users by Huang Ying · 7 years ago
- c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 27cca86 mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys by Ram Pai · 7 years ago
- 2c9e0a6 mm, powerpc, x86: introduce an additional vma bit for powerpc pkey by Ram Pai · 7 years ago
- 5212213 mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled by Ram Pai · 7 years ago
- ccf2b06 Merge tag 'v4.17-rc2' into docs-next by Jonathan Corbet · 7 years ago
- 1ad1335 docs/admin-guide/mm: start moving here files from Documentation/vm by Mike Rapoport · 7 years ago
- 88c28f2 mm, pagemap: fix swap offset value for PMD migration entry by Huang Ying · 7 years ago
- 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
- ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
- f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago