summaryrefslogtreecommitdiff
path: root/fs/proc/task_mmu.c
AgeCommit message (Expand)Author
2019-07-12mm: proc: task_mmu: silence compiler warningMax Krummenacher
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-03mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying
2018-07-17fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka
2018-06-21mm, pagemap: fix swap offset value for PMD migration entryHuang Ying
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying
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
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li
2017-04-13thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: use mmget_not_zero() helperVegard Nossum
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12mm: add cond_resched() in gather_pte_stats()Hugh Dickins
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse
2016-09-09mm: fix show_smap() for zone_device-pmd rangesDan Williams
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov
2016-05-23mm, proc: make clear_refs killableMichal Hocko
2016-04-28numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-18x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2016-02-03numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-20fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15mm, proc: adjust PSS calculationKirill A. Shutemov
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov
2016-01-14mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov
2016-01-14mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka
2016-01-14mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka
2015-11-05mm: clear_soft_dirty_pmd() requires THPLaurent Dufour