summaryrefslogtreecommitdiff
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-2/+7
|\
| * mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-2/+7
* | smaps: fix defined but not used smaps_shmem_walk_opsSteven Price2023-04-181-2/+1
|/
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* task_mmu: convert to vma iteratorLiam R. Howlett2023-02-091-14/+13
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
* mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-01-311-3/+1
* mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-111-0/+1
* mm: anonymous shared memory namingPasha Tatashin2022-11-301-4/+11
* mm: /proc/pid/smaps_rollup: fix maple tree searchHugh Dickins2022-10-201-1/+1
* fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2022-09-261-32/+41
* mm: remove vmacacheLiam R. Howlett2022-09-261-1/+0
* mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-3/+17
* mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe2022-09-111-1/+1
* mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu2022-08-201-3/+4
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-1/+1
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-1/+1
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
* mm/smaps: add Pss_DirtyVincent Whitchurch2022-07-031-0/+3
* mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu2022-05-131-0/+7
* fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian2022-04-281-2/+0
* proc: fix documentation and description of pagemapYun Zhou2022-03-051-1/+2
* mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-3/+3
* fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi2022-02-111-9/+31
* mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-151-0/+1
* mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-1/+11
* mm/smaps: simplify shmem handling of pte holesPeter Xu2021-11-061-10/+12
* mm/smaps: fix shmem pte hole swap calculationPeter Xu2021-11-061-2/+4
* mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-1/+0
* mm: remove special swap entry functionsAlistair Popple2021-07-011-15/+8
* mm/pagemap: export uffd-wp protection informationPeter Xu2021-06-301-0/+9
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-1/+1
* mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+1
* userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-051-0/+3
* mm: use is_cow_mapping() across tree where properPeter Xu2021-03-131-2/+0
* mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon2021-01-291-4/+5
* mm: don't play games with pinned pages in clear_page_refsLinus Torvalds2021-01-161-0/+21
* mm: fix clear_refs_write lockingLinus Torvalds2021-01-161-23/+9
* proc: use untagged_addr() for pagemap_read addressesMiles Chen2020-12-111-2/+6
* mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-18/+0
* mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang2020-10-131-1/+65
* mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang2020-10-131-8/+22
* proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)2020-10-131-7/+1
* arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-0/+4
* /proc/PID/smaps: consistent whitespace output formatMichal Koutný2020-08-121-2/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-14/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-5/+11
|\
| * /proc/PID/smaps: Add PMD migration entry parsingHuang Ying2020-06-021-5/+11
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+3
|\ \