aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
AgeCommit message (Expand)Author
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2022-11-03mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2019-12-17mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov
2019-07-31proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov
2019-04-27coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-02-20mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka
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
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-05-09mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai
2018-05-09mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai
2018-05-09mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai
2018-04-27Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet
2018-04-27docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport
2018-04-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-11proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin
2018-01-31mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov
2018-01-31fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-15mm: consolidate page table accountingKirill A. Shutemov
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-15mm: account pud page tablesKirill A. Shutemov
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione
2017-08-10mm: fix KSM data corruptionMinchan Kim
2017-07-10fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()Vasily Averin
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins