aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAge
* fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang2013-09-11
* mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2013-09-11
* fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-08-13
* mm: save soft-dirty bits on file pagesCyrill Gorcunov2013-08-13
* mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-13
* pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov2013-07-03
* mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-03
* pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov2013-07-03
* clear_refs: introduce private struct for mm_walkPavel Emelyanov2013-07-03
* clear_refs: sanitize accepted commands declarationPavel Emelyanov2013-07-03
* new helper: file_inode(file)Al Viro2013-02-22
* mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-02
* procfs: add VmFlags field in smaps outputCyrill Gorcunov2012-12-17
* procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
* thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-12
* hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2012-10-19
* mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes2012-10-16
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-09
* proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov2012-05-31
* proc/smaps: carefully handle migration entriesKonstantin Khlebnikov2012-05-31
* proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov2012-05-31
* proc: remove mm_for_maps()Cong Wang2012-05-31
* mm: fix NULL ptr deref when walking hugepagesSasha Levin2012-05-29
* proc/pid/pagemap: correctly report non-present ptes and holes between vmasKonstantin Khlebnikov2012-05-10
* revert "proc: clear_refs: do not clear reserved pages"Will Deacon2012-04-26
* pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi2012-03-29
* mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli2012-03-28
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-21
* pagemap: introduce data structure for pagemap entryNaoya Horiguchi2012-03-21
* thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-21
* pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi2012-03-21
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-21
* proc: clear_refs: do not clear reserved pagesWill Deacon2012-01-23
* mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-31
* /proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton2011-10-31
* teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen2011-09-21
* break out numa_maps gather_pte_stats() checksDave Hansen2011-09-21
* make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen2011-09-21
* proc: fix pagemap_read() error caseKOSAKI Motohiro2011-05-26
* fs/proc: convert to kstrtoX()Alexey Dobriyan2011-05-26
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-26
* proc: allocate storage for numa_maps statistics onceStephen Wilson2011-05-25
* mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson2011-05-25
* Don't lock guardpage if the stack is growing upMikulas Patocka2011-05-09
* proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds2011-03-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-23
|\
| * mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-23
| * report errors in /proc/*/*map* sanelyAl Viro2011-03-23
| * pagemap: close races with suid execveAl Viro2011-03-23
* | procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-23