Age | Commit message (Expand) | Author |
2016-04-28 | numa: fix /proc/<pid>/numa_maps for THP | Gerald Schaefer |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-02-18 | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen |
2016-02-03 | proc: revert /proc/<pid>/maps [stack:TID] annotation | Johannes Weiner |
2016-02-03 | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 | Michael Holzheu |
2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov |
2016-01-20 | fs/proc/task_mmu.c: add workaround for old compilers | Kirill A. Shutemov |
2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov |
2016-01-15 | mm, proc: adjust PSS calculation | Kirill A. Shutemov |
2016-01-14 | mm: rework virtual memory accounting | Konstantin Khlebnikov |
2016-01-14 | mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p... | Oleg Nesterov |
2016-01-14 | mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status | Jerome Marchand |
2016-01-14 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand |
2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings | Vlastimil Babka |
2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings | Vlastimil Babka |
2016-01-14 | mm, proc: account for shmem swap in /proc/pid/smaps | Vlastimil Babka |
2015-11-05 | mm: clear_soft_dirty_pmd() requires THP | Laurent Dufour |
2015-11-05 | mm: clear pte in clear_soft_dirty() | Laurent Dufour |
2015-11-05 | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status | Naoya Horiguchi |
2015-11-05 | mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps | Naoya Horiguchi |
2015-10-14 | mm: add architecture primitives for software dirty bit clearing | Martin Schwidefsky |
2015-09-10 | mm: introduce idle page tracking | Vladimir Davydov |
2015-09-08 | mm: /proc/pid/smaps:: show proportional swap share of the mapping | Minchan Kim |
2015-09-08 | pagemap: add mmap-exclusive bit for marking pages mapped only here | Konstantin Khlebnikov |
2015-09-08 | pagemap: hide physical addresses from non-privileged users | Konstantin Khlebnikov |
2015-09-08 | pagemap: rework hugetlb and thp report | Konstantin Khlebnikov |
2015-09-08 | pagemap: switch to the new format and do some cleanup | Konstantin Khlebnikov |
2015-09-08 | pagemap: check permissions and capabilities at open time | Konstantin Khlebnikov |
2015-09-04 | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP | Andrea Arcangeli |
2015-06-23 | vfs: add seq_file_path() helper | Miklos Szeredi |
2015-03-17 | pagemap: do not leak physical addresses to non-privileged userspace | Kirill A. Shutemov |
2015-02-12 | fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps | Rafael Aquini |
2015-02-12 | fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea... | Petr Cermak |
2015-02-11 | mm: /proc/pid/clear_refs: avoid split_huge_page() | Kirill A. Shutemov |
2015-02-11 | mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) | Naoya Horiguchi |
2015-02-11 | numa_maps: remove numa_maps->vma | Naoya Horiguchi |
2015-02-11 | numa_maps: fix typo in gather_hugetbl_stats | Naoya Horiguchi |
2015-02-11 | pagemap: use walk->vma instead of calling find_vma() | Naoya Horiguchi |
2015-02-11 | clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk() | Naoya Horiguchi |
2015-02-11 | smaps: remove mem_size_stats->vma and use walk_page_vma() | Naoya Horiguchi |
2015-02-11 | proc/pagemap: walk page tables under pte lock | Konstantin Khlebnikov |
2015-02-11 | mm: account pmd page tables to the process | Kirill A. Shutemov |
2015-02-10 | proc: drop handling non-linear mappings | Kirill A. Shutemov |
2014-12-10 | mm: fix huge zero page accounting in smaps report | Kirill A. Shutemov |
2014-11-18 | x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific | Qiaowei Ren |
2014-10-14 | mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared | Peter Feiner |
2014-10-09 | mm: softdirty: unmapped addresses between VMAs are clean | Peter Feiner |
2014-10-09 | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race | Oleg Nesterov |
2014-10-09 | proc/maps: make vm_is_stack() logic namespace-friendly | Oleg Nesterov |
2014-10-09 | proc/maps: replace proc_maps_private->pid with "struct inode *inode" | Oleg Nesterov |