summaryrefslogtreecommitdiff
path: root/fs/proc/task_mmu.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2013-10-17mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov
2013-09-11fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov
2013-08-14fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-14mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-07-03pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov
2013-07-03pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov
2013-07-03clear_refs: introduce private struct for mm_walkPavel Emelyanov
2013-07-03clear_refs: sanitize accepted commands declarationPavel Emelyanov
2013-02-23new helper: file_inode(file)Al Viro
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2012-12-18procfs: add VmFlags field in smaps outputCyrill Gorcunov
2012-12-13procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-13thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-10-19hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki
2012-10-17mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-06-01proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov
2012-06-01proc/smaps: carefully handle migration entriesKonstantin Khlebnikov
2012-06-01proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov
2012-06-01proc: remove mm_for_maps()Cong Wang
2012-05-29mm: fix NULL ptr deref when walking hugepagesSasha Levin
2012-05-10proc/pid/pagemap: correctly report non-present ptes and holes between vmasKonstantin Khlebnikov
2012-04-26revert "proc: clear_refs: do not clear reserved pages"Will Deacon
2012-03-29pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi
2012-03-29mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli
2012-03-22procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar
2012-03-22pagemap: introduce data structure for pagemap entryNaoya Horiguchi
2012-03-22thp: optimize away unnecessary page table lockingNaoya Horiguchi
2012-03-22pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-01-23proc: clear_refs: do not clear reserved pagesWill Deacon
2011-11-01mm: distinguish between mlocked and pinned pagesChristoph Lameter
2011-11-01/proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen
2011-09-21break out numa_maps gather_pte_stats() checksDave Hansen
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen
2011-05-27proc: fix pagemap_read() error caseKOSAKI Motohiro
2011-05-27fs/proc: convert to kstrtoX()Alexey Dobriyan
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25proc: allocate storage for numa_maps statistics onceStephen Wilson
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-03-28proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24procfs: fix /proc/<pid>/maps heap checkAaro Koskinen
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson