Age | Commit message (Expand) | Author | Files | Lines |
2018-11-13 | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() | Vlastimil Babka | 1 | -1/+3 |
2018-08-03 | mm: /proc/pid/pagemap: hide swap entries from unprivileged users | Huang Ying | 1 | -10/+16 |
2018-07-17 | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* | Vlastimil Babka | 1 | -1/+1 |
2018-06-21 | mm, pagemap: fix swap offset value for PMD migration entry | Huang Ying | 1 | -1/+5 |
2017-11-03 | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entry | Huang Ying | 1 | -1/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-13 | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 1 | -1/+1 |
2017-09-08 | fs, proc: unconditional cond_resched when reading smaps | David Rientjes | 1 | -2/+3 |
2017-09-08 | fs, proc: remove priv argument from is_stack | Michal Hocko | 1 | -5/+3 |
2017-09-08 | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 1 | -1/+1 |
2017-09-08 | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse | 1 | -0/+7 |
2017-09-08 | mm: soft-dirty: keep soft-dirty bits over thp migration | Naoya Horiguchi | 1 | -11/+16 |
2017-09-08 | mm: thp: check pmd migration entry in common path | Zi Yan | 1 | -11/+21 |
2017-09-06 | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 1 | -0/+1 |
2017-09-06 | mm: add /proc/pid/smaps_rollup | Daniel Colascione | 1 | -62/+134 |
2017-08-10 | mm: fix KSM data corruption | Minchan Kim | 1 | -2/+5 |
2017-07-10 | fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() | Vasily Averin | 1 | -1/+0 |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins | 1 | -4/+0 |
2017-05-03 | proc: show MADV_FREE pages info in smaps | Shaohua Li | 1 | -1/+7 |
2017-04-13 | thp: fix MADV_DONTNEED vs clear soft dirty race | Kirill A. Shutemov | 1 | -1/+8 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-27 | mm: use mmget_not_zero() helper | Vegard Nossum | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-12 | mm: add cond_resched() in gather_pte_stats() | Hugh Dickins | 1 | -0/+1 |
2016-10-20 | fs/proc: Stop trying to report thread stacks | Andy Lutomirski | 1 | -19/+10 |
2016-10-07 | mm, proc: fix region lost in /proc/self/smaps | Robert Ho | 1 | -3/+5 |
2016-10-07 | fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w... | James Morse | 1 | -1/+1 |
2016-09-09 | mm: fix show_smap() for zone_device-pmd ranges | Dan Williams | 1 | -0/+2 |
2016-07-26 | mm, rmap: account shmem thp pages | Kirill A. Shutemov | 1 | -1/+9 |
2016-05-23 | mm, proc: make clear_refs killable | Michal Hocko | 1 | -2/+9 |
2016-04-28 | numa: fix /proc/<pid>/numa_maps for THP | Gerald Schaefer | 1 | -3/+30 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-02-18 | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen | 1 | -0/+14 |
2016-02-03 | proc: revert /proc/<pid>/maps [stack:TID] annotation | Johannes Weiner | 1 | -43/+23 |
2016-02-03 | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 | Michael Holzheu | 1 | -3/+4 |
2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov | 1 | -4/+8 |
2016-01-20 | fs/proc/task_mmu.c: add workaround for old compilers | Kirill A. Shutemov | 1 | -1/+1 |
2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 1 | -4/+4 |
2016-01-15 | mm, proc: adjust PSS calculation | Kirill A. Shutemov | 1 | -16/+31 |
2016-01-14 | mm: rework virtual memory accounting | Konstantin Khlebnikov | 1 | -4/+3 |
2016-01-14 | mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p... | Oleg Nesterov | 1 | -3/+0 |
2016-01-14 | mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status | Jerome Marchand | 1 | -2/+12 |
2016-01-14 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand | 1 | -1/+2 |
2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings | Vlastimil Babka | 1 | -29/+13 |
2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings | Vlastimil Babka | 1 | -2/+20 |
2016-01-14 | mm, proc: account for shmem swap in /proc/pid/smaps | Vlastimil Babka | 1 | -0/+51 |
2015-11-05 | mm: clear_soft_dirty_pmd() requires THP | Laurent Dufour | 1 | -7/+7 |
2015-11-05 | mm: clear pte in clear_soft_dirty() | Laurent Dufour | 1 | -3/+4 |
2015-11-05 | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status | Naoya Horiguchi | 1 | -0/+1 |
2015-11-05 | mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps | Naoya Horiguchi | 1 | -0/+38 |