summaryrefslogtreecommitdiff
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* mm/smaps: add Pss_DirtyVincent Whitchurch2022-06-271-0/+3
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-06-271-1/+1
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-06-271-1/+1
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-06-271-1/+1
* fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2022-06-271-32/+41
* mm: remove vmacacheLiam R. Howlett2022-06-271-1/+0
* 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
|\ \
| * \ Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+3
| |\ \ | | |/ | |/|
| | * mm: smaps: Report arm64 guarded pages in smapsDaniel Kiss2020-03-161-0/+3
* | | mm: Remove MPX leftoversJimmy Assarsson2020-04-221-3/+0
|/ /
* | proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)2020-04-071-10/+8
* | proc: use ppos instead of m->versionMatthew Wilcox (Oracle)2020-04-071-4/+3
* | proc: remove m_cache_vmaMatthew Wilcox (Oracle)2020-04-071-32/+6
* | proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)2020-04-071-19/+15
|/
* mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+2
* mm,thp: stats for file backed THPSong Liu2019-09-241-1/+3
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-37/+41
* mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
* mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-181-1/+2