| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handling | Lorenzo Stoakes | 1 | -1/+3 |
| 12 days | mm: declare VMA flags by bit | Lorenzo Stoakes | 1 | -2/+2 |
| 2025-11-24 | mm: softdirty: add pgtable_supports_soft_dirty() | Chunyan Zhang | 1 | -9/+6 |
| 2025-11-24 | mm: eliminate further swapops predicates | Lorenzo Stoakes | 1 | -7/+7 |
| 2025-11-24 | mm: remove is_hugetlb_entry_[migration, hwpoisoned]() | Lorenzo Stoakes | 1 | -9/+10 |
| 2025-11-24 | mm: remove non_swap_entry() and use softleaf helpers instead | Lorenzo Stoakes | 1 | -6/+6 |
| 2025-11-24 | mm: replace pmd_to_swp_entry() with softleaf_from_pmd() | Lorenzo Stoakes | 1 | -14/+13 |
| 2025-11-24 | mm: avoid unnecessary use of is_swap_pmd() | Lorenzo Stoakes | 1 | -3/+12 |
| 2025-11-24 | fs/proc/task_mmu: refactor pagemap_pmd_range() | Lorenzo Stoakes | 1 | -69/+77 |
| 2025-11-24 | mm: avoid unnecessary uses of is_swap_pte() | Lorenzo Stoakes | 1 | -15/+34 |
| 2025-11-24 | mm: introduce leaf entry type and use to simplify leaf entry logic | Lorenzo Stoakes | 1 | -13/+13 |
| 2025-11-20 | mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps | Lorenzo Stoakes | 1 | -0/+1 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -59/+131 |
| 2025-09-25 | fs/proc/task_mmu: check p->vec_buf for NULL | Jakub Acs | 1 | -0/+3 |
| 2025-09-13 | mm/huge_memory: convert "tva_flags" to "enum tva_type" | David Hildenbrand | 1 | -2/+2 |
| 2025-09-13 | mm: convert remaining users to mm_flags_*() accessors | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-09-13 | fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks | Suren Baghdasaryan | 1 | -18/+85 |
| 2025-09-13 | fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY | Suren Baghdasaryan | 1 | -41/+46 |
| 2025-08-11 | proc: proc_maps_open allow proc_mem_open to return NULL | Jialin Wang | 1 | -2/+2 |
| 2025-08-05 | fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_stats | Jinjiang Tu | 1 | -3/+11 |
| 2025-08-05 | mm/smaps: fix race between smaps_hugetlb_range and migration | Jinjiang Tu | 1 | -1/+5 |
| 2025-07-24 | fs/proc/task_mmu: read proc/pid/maps under per-vma lock | Suren Baghdasaryan | 1 | -8/+133 |
| 2025-07-24 | fs/proc/task_mmu: remove conversion of seq_file position to unsigned | Suren Baghdasaryan | 1 | -7/+10 |
| 2025-07-09 | mm: fix the inaccurate memory statistics issue for users | Baolin Wang | 1 | -7/+7 |
| 2025-06-25 | fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio | David Hildenbrand | 1 | -1/+1 |
| 2025-05-31 | Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -6/+6 |
| 2025-05-11 | proc: fix the issue of proc_mem_open returning NULL | Penglei Jiang | 1 | -6/+6 |
| 2025-05-11 | fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions | Andrei Vagin | 1 | -7/+10 |
| 2025-03-17 | fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ... | David Hildenbrand | 1 | -2/+15 |
| 2025-03-17 | fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO... | David Hildenbrand | 1 | -1/+6 |
| 2025-03-17 | fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (... | David Hildenbrand | 1 | -2/+9 |
| 2025-03-17 | mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared() | David Hildenbrand | 1 | -2/+2 |
| 2025-03-17 | fs/proc/task_mmu: reduce scope of lazy mmu region | Ryan Roberts | 1 | -7/+4 |
| 2025-03-16 | fs/proc/task_mmu: add guard region bit to pagemap | Lorenzo Stoakes | 1 | -1/+5 |
| 2024-12-30 | fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit | David Hildenbrand | 1 | -1/+1 |
| 2024-11-18 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-14 | fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args() | Dan Carpenter | 1 | -1/+3 |
| 2024-10-17 | fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initialization | Brahmajit Das | 1 | -6/+10 |
| 2024-10-04 | mm: Introduce ARCH_HAS_USER_SHADOW_STACK | Mark Brown | 1 | -1/+1 |
| 2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -15/+0 |
| 2024-09-18 | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+3 |
| 2024-09-13 | mm: Define VM_DROPPABLE for powerpc/32 | Christophe Leroy | 1 | -1/+3 |
| 2024-09-04 | mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN | Joey Gouly | 1 | -0/+2 |
| 2024-09-01 | fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY | Andrii Nakryiko | 1 | -15/+0 |
| 2024-07-24 | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
| 2024-07-19 | mm: add MAP_DROPPABLE for designating always lazily freeable mappings | Jason A. Donenfeld | 1 | -0/+1 |
| 2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy | 1 | -5/+5 |
| 2024-07-12 | fs/procfs: add build ID fetching to PROCMAP_QUERY API | Andrii Nakryiko | 1 | -2/+25 |
| 2024-07-12 | fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps | Andrii Nakryiko | 1 | -0/+235 |
| 2024-07-12 | fs/procfs: extract logic for getting VMA name constituents | Andrii Nakryiko | 1 | -54/+71 |
| 2024-07-03 | fs/proc/task_mmu: use folio API in pte_is_pinned() | Kefeng Wang | 1 | -4/+4 |
| 2024-07-03 | fs/proc: move page_mapcount() to fs/proc/internal.h | David Hildenbrand | 1 | -13/+22 |
| 2024-07-03 | fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h... | David Hildenbrand | 1 | -22/+31 |
| 2024-07-03 | fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs | David Hildenbrand | 1 | -10/+12 |
| 2024-07-03 | fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT | David Hildenbrand | 1 | -6/+2 |
| 2024-07-03 | fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP | David Hildenbrand | 1 | -0/+2 |
| 2024-06-24 | /proc/pid/smaps: add mseal info for vma | Jeff Xu | 1 | -0/+3 |
| 2024-05-24 | mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again | Yuanyuan Zhong | 1 | -2/+7 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -43/+50 |
| 2024-05-05 | mm: simplify thp_vma_allowable_order | Matthew Wilcox | 1 | -2/+2 |
| 2024-05-05 | fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios | David Hildenbrand | 1 | -6/+7 |
| 2024-05-05 | fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios | David Hildenbrand | 1 | -3/+4 |
| 2024-05-05 | fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry() | Ryan Roberts | 1 | -9/+13 |
| 2024-05-05 | fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan | Ryan Roberts | 1 | -1/+1 |
| 2024-04-25 | proc: convert smaps_pmd_entry to use a folio | Matthew Wilcox (Oracle) | 1 | -3/+5 |
| 2024-04-25 | proc: pass a folio to smaps_page_accumulate() | Matthew Wilcox (Oracle) | 1 | -6/+5 |
| 2024-04-25 | proc: convert smaps_page_accumulate to use a folio | Matthew Wilcox (Oracle) | 1 | -3/+4 |
| 2024-04-25 | proc: convert gather_stats to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2024-04-25 | proc: convert smaps_account() to use a folio | Matthew Wilcox (Oracle) | 1 | -7/+9 |
| 2024-04-25 | proc: convert clear_refs_pte_range to use a folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2024-02-21 | fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addr | Hui Zhu | 1 | -7/+6 |
| 2024-02-21 | proc: use pfn_swap_entry_folio where obvious | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-01-12 | fs/proc/task_mmu: move mmu notification mechanism inside mm lock | Muhammad Usama Anjum | 1 | -11/+13 |
| 2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+18 |
| 2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+2 |
| 2023-12-21 | fs/proc: show correct device and inode numbers in /proc/pid/maps | Andrei Vagin | 1 | -1/+2 |
| 2023-12-20 | mm: thp: introduce multi-size THP sysfs interface | Ryan Roberts | 1 | -1/+2 |
| 2023-12-10 | fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl | Andrei Vagin | 1 | -1/+16 |
| 2023-12-06 | mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not set | Peter Xu | 1 | -1/+1 |
| 2023-12-06 | mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma check | Peter Xu | 1 | -4/+20 |
| 2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -8/+3 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+731 |
| 2023-10-25 | mempolicy: alloc_pages_mpol() for NUMA policy without vma | Hugh Dickins | 1 | -2/+3 |
| 2023-10-19 | fs: create helper file_user_path() for user displayed mapped file path | Amir Goldstein | 1 | -2/+2 |
| 2023-10-18 | proc: use initializer for clearing some buffers | Alexey Dobriyan | 1 | -8/+3 |
| 2023-10-18 | fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag | Muhammad Usama Anjum | 1 | -0/+36 |
| 2023-10-18 | fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs | Muhammad Usama Anjum | 1 | -0/+692 |
| 2023-09-05 | Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+6 |
| 2023-09-02 | proc/ksm: add ksm stats to /proc/pid/smaps | Stefan Roesch | 1 | -0/+6 |
| 2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
| 2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -2/+6 |
| 2023-08-21 | mm,thp: fix smaps THPeligible output alignment | Hugh Dickins | 1 | -1/+1 |
| 2023-08-21 | mm: factor out VMA stack and heap checks | Kefeng Wang | 1 | -20/+4 |
| 2023-08-21 | mm: enable page walking API to lock vmas during the walk | Suren Baghdasaryan | 1 | -0/+5 |
| 2023-08-21 | smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd() | David Hildenbrand | 1 | -2/+1 |
| 2023-07-11 | mm: Introduce VM_SHADOW_STACK for shadow stack memory | Yu-cheng Yu | 1 | -0/+3 |
| 2023-06-19 | mm: ptep_get() conversion | Ryan Roberts | 1 | -15/+18 |
| 2023-06-19 | mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails | Hugh Dickins | 1 | -16/+16 |
| 2023-06-09 | mm: pagemap: restrict pagewalk to the requested range | Yuanchu Xie | 1 | -6/+6 |
| 2023-04-28 | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -2/+7 |
| 2023-04-18 | smaps: fix defined but not used smaps_shmem_walk_ops | Steven Price | 1 | -2/+1 |
| 2023-03-16 | mm: Introduce untagged_addr_remote() | Kirill A. Shutemov | 1 | -2/+7 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
| 2023-02-09 | task_mmu: convert to vma iterator | Liam R. Howlett | 1 | -14/+13 |
| 2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple | 1 | -1/+1 |
| 2023-01-31 | mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps | Mike Kravetz | 1 | -3/+1 |
| 2022-12-11 | mm: do not show fs mm pc for VM_LOCKONFAULT pages | Jason A. Donenfeld | 1 | -0/+1 |
| 2022-11-30 | mm: anonymous shared memory naming | Pasha Tatashin | 1 | -4/+11 |
| 2022-10-20 | mm: /proc/pid/smaps_rollup: fix maple tree search | Hugh Dickins | 1 | -1/+1 |
| 2022-09-26 | fs/proc/task_mmu: stop using linked list and highest_vm_end | Matthew Wilcox (Oracle) | 1 | -32/+41 |
| 2022-09-26 | mm: remove vmacache | Liam R. Howlett | 1 | -1/+0 |
| 2022-09-26 | mm/swap: add swp_offset_pfn() to fetch PFN from swap entry | Peter Xu | 1 | -3/+17 |
| 2022-09-11 | mm/thp: add flag to enforce sysfs THP in hugepage_vma_check() | Zach O'Keefe | 1 | -1/+1 |
| 2022-08-20 | mm/smaps: don't access young/dirty bit if pte unpresent | Peter Xu | 1 | -3/+4 |
| 2022-07-17 | mm: thp: kill __transhuge_page_enabled() | Yang Shi | 1 | -1/+1 |
| 2022-07-17 | mm: thp: kill transparent_hugepage_active() | Yang Shi | 1 | -1/+1 |
| 2022-07-17 | mm: handling Non-LRU pages returned by vm_normal_pages | Alex Sierra | 1 | -1/+1 |
| 2022-07-03 | mm/smaps: add Pss_Dirty | Vincent Whitchurch | 1 | -0/+3 |
| 2022-05-13 | mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfs | Peter Xu | 1 | -0/+7 |
| 2022-04-28 | fs/proc/task_mmu.c: remove redundant page validation of pte_page | Xianting Tian | 1 | -2/+0 |
| 2022-03-05 | proc: fix documentation and description of pagemap | Yun Zhou | 1 | -1/+2 |
| 2022-03-05 | mm: refactor vm_area_struct::anon_vma_name usage code | Suren Baghdasaryan | 1 | -3/+3 |
| 2022-02-11 | fs/proc: task_mmu.c: don't read mapcount for migration entry | Yang Shi | 1 | -9/+31 |
| 2022-01-15 | mm: move anon_vma declarations to linux/mm_inline.h | Arnd Bergmann | 1 | -0/+1 |
| 2022-01-15 | mm: add a field to store names for private anonymous memory | Colin Cross | 1 | -1/+11 |
| 2021-11-06 | mm/smaps: simplify shmem handling of pte holes | Peter Xu | 1 | -10/+12 |
| 2021-11-06 | mm/smaps: fix shmem pte hole swap calculation | Peter Xu | 1 | -2/+4 |
| 2021-09-03 | mm: remove VM_DENYWRITE | David Hildenbrand | 1 | -1/+0 |
| 2021-07-01 | mm: remove special swap entry functions | Alistair Popple | 1 | -15/+8 |
| 2021-06-30 | mm/pagemap: export uffd-wp protection information | Peter Xu | 1 | -0/+9 |
| 2021-06-30 | mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_... | Miaohe Lin | 1 | -1/+1 |
| 2021-06-29 | mm: gup: pack has_pinned in MMF_HAS_PINNED | Andrea Arcangeli | 1 | -1/+1 |
| 2021-05-05 | userfaultfd: add minor fault registration mode | Axel Rasmussen | 1 | -0/+3 |
| 2021-03-13 | mm: use is_cow_mapping() across tree where proper | Peter Xu | 1 | -2/+0 |
| 2021-01-29 | mm: proc: Invalidate TLB after clearing soft-dirty page state | Will Deacon | 1 | -4/+5 |
| 2021-01-16 | mm: don't play games with pinned pages in clear_page_refs | Linus Torvalds | 1 | -0/+21 |
| 2021-01-16 | mm: fix clear_refs_write locking | Linus Torvalds | 1 | -23/+9 |
| 2020-12-11 | proc: use untagged_addr() for pagemap_read addresses | Miles Chen | 1 | -2/+6 |
| 2020-10-16 | mm: remove the now-unnecessary mmget_still_valid() hack | Jann Horn | 1 | -18/+0 |
| 2020-10-13 | mm: proc: smaps_rollup: do not stall write attempts on mmap_lock | Chinwen Chang | 1 | -1/+65 |
| 2020-10-13 | mm: smaps*: extend smap_gather_stats to support specified beginning | Chinwen Chang | 1 | -8/+22 |
| 2020-10-13 | proc: optimise smaps for shmem entries | Matthew Wilcox (Oracle) | 1 | -7/+1 |
| 2020-09-04 | arm64: mte: Add PROT_MTE support to mmap() and mprotect() | Catalin Marinas | 1 | -0/+4 |
| 2020-08-12 | /proc/PID/smaps: consistent whitespace output format | Michal Koutný | 1 | -2/+2 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -3/+3 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -14/+14 |
| 2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+11 |
| 2020-06-02 | /proc/PID/smaps: Add PMD migration entry parsing | Huang Ying | 1 | -5/+11 |
| 2020-06-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+3 |
| 2020-05-05 | Merge branch 'for-next/bti-user' into for-next/bti | Will Deacon | 1 | -0/+3 |
| 2020-04-22 | mm: Remove MPX leftovers | Jimmy Assarsson | 1 | -3/+0 |
| 2020-04-07 | proc: inline m_next_vma into m_next | Matthew Wilcox (Oracle) | 1 | -10/+8 |
| 2020-04-07 | proc: use ppos instead of m->version | Matthew Wilcox (Oracle) | 1 | -4/+3 |
| 2020-04-07 | proc: remove m_cache_vma | Matthew Wilcox (Oracle) | 1 | -32/+6 |
| 2020-04-07 | proc: inline vma_stop into m_stop | Matthew Wilcox (Oracle) | 1 | -19/+15 |
| 2020-03-16 | mm: smaps: Report arm64 guarded pages in smaps | Daniel Kiss | 1 | -0/+3 |
| 2020-02-04 | mm: pagewalk: add 'depth' parameter to pte_hole | Steven Price | 1 | -2/+2 |
| 2019-09-24 | mm,thp: stats for file backed THP | Song Liu | 1 | -1/+3 |
| 2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2019-09-07 | pagewalk: separate function pointers from iterator data | Christoph Hellwig | 1 | -37/+41 |
| 2019-09-07 | mm: split out a new pagewalk.h header from mm.h | Christoph Hellwig | 1 | -1/+1 |
| 2019-07-18 | mm: thp: fix false negative of shmem vma's THP eligibility | Yang Shi | 1 | -1/+2 |
| 2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -1/+1 |
| 2019-07-12 | mm: smaps: split PSS into components | Luigi Semenzato | 1 | -30/+62 |
| 2019-07-12 | proc: use down_read_killable mmap_sem for /proc/pid/clear_refs | Konstantin Khlebnikov | 1 | -1/+4 |
| 2019-07-12 | proc: use down_read_killable mmap_sem for /proc/pid/pagemap | Konstantin Khlebnikov | 1 | -1/+3 |
| 2019-07-12 | proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup | Konstantin Khlebnikov | 1 | -2/+6 |
| 2019-07-12 | proc: use down_read_killable mmap_sem for /proc/pid/maps | Konstantin Khlebnikov | 1 | -1/+5 |
| 2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig | 1 | -1/+1 |
| 2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 1 | -2/+2 |
| 2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 1 | -1/+2 |
| 2019-04-19 | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ... | Andrea Arcangeli | 1 | -0/+18 |
| 2019-03-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -1/+1 |
| 2019-03-05 | mm: update ptep_modify_prot_commit to take old pte value as arg | Aneesh Kumar K.V | 1 | -3/+5 |
| 2019-03-05 | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 1 | -2/+2 |
| 2019-02-12 | mm: proc: smaps_rollup: fix pss_locked calculation | Sandeep Patil | 1 | -8/+14 |
| 2019-02-07 | mm: make mm->pinned_vm an atomic64 counter | Davidlohr Bueso | 1 | -1/+1 |
| 2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 1 | -0/+2 |
| 2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -2/+5 |
| 2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+1 |
| 2018-10-26 | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() | Vlastimil Babka | 1 | -1/+3 |
| 2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -1/+1 |
| 2018-08-22 | mm: /proc/pid/smaps_rollup: convert to single value seq_file | Vlastimil Babka | 1 | -59/+96 |
| 2018-08-22 | mm: /proc/pid/smaps: factor out common stats printing | Vlastimil Babka | 1 | -22/+29 |
| 2018-08-22 | mm: /proc/pid/smaps: factor out mem stats gathering | Vlastimil Babka | 1 | -24/+31 |
| 2018-08-22 | mm: /proc/pid/*maps remove is_pid and related wrappers | Vlastimil Babka | 1 | -103/+11 |
| 2018-07-14 | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* | Vlastimil Babka | 1 | -1/+2 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-06-07 | mm: /proc/pid/pagemap: hide swap entries from unprivileged users | Huang Ying | 1 | -10/+16 |
| 2018-06-07 | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -6/+7 |
| 2018-05-09 | mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys | Ram Pai | 1 | -5/+3 |
| 2018-05-09 | mm, powerpc, x86: introduce an additional vma bit for powerpc pkey | Ram Pai | 1 | -0/+3 |
| 2018-05-09 | mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled | Ram Pai | 1 | -2/+2 |
| 2018-04-27 | Merge tag 'v4.17-rc2' into docs-next | Jonathan Corbet | 1 | -1/+5 |
| 2018-04-27 | docs/admin-guide/mm: start moving here files from Documentation/vm | Mike Rapoport | 1 | -2/+2 |
| 2018-04-20 | mm, pagemap: fix swap offset value for PMD migration entry | Huang Ying | 1 | -1/+5 |
| 2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet | 1 | -2/+2 |
| 2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport | 1 | -2/+2 |
| 2018-04-11 | proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps | Andrei Vagin | 1 | -2/+3 |
| 2018-04-11 | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps | Andrei Vagin | 1 | -75/+52 |