summaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
AgeCommit message (Expand)Author
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-13mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang
2020-10-13mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang
2020-10-13proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas
2020-08-12/proc/PID/smaps: consistent whitespace output formatMichal Koutný
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02/proc/PID/smaps: Add PMD migration entry parsingHuang Ying
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-04-22mm: Remove MPX leftoversJimmy Assarsson
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)
2020-04-07proc: use ppos instead of m->versionMatthew Wilcox (Oracle)
2020-04-07proc: remove m_cache_vmaMatthew Wilcox (Oracle)
2020-04-07proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)
2020-03-16mm: smaps: Report arm64 guarded pages in smapsDaniel Kiss
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2019-09-24mm,thp: stats for file backed THPSong Liu
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-12mm: smaps: split PSS into componentsLuigi Semenzato
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2019-02-12mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka