aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld1-16/+34
2008-03-13pagemap: proper read error handlingMarcelo Tosatti1-5/+13
2008-02-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-1/+1
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck1-3/+3
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-4/+4
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-3/+3
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall1-0/+2
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall1-1/+199
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall1-207/+210
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall1-8/+36
2008-02-05maps4: simplify interdependence of maps and smapsMatt Mackall1-26/+26
2008-02-05maps4: use pagewalker in clear_refs and smapsMatt Mackall1-78/+17
2008-02-05maps4: add proportional set size accounting in smapsFengguang Wu1-1/+27
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro1-2/+1
2007-05-08proc: maps protectionKees Cook1-1/+16
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes1-16/+63
2007-05-07smaps: add pages referenced count to smapsDavid Rientjes1-7/+13
2007-05-07smaps: extract pmd walker from smaps codeDavid Rientjes1-27/+42
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-3/+3
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-4/+4
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells1-5/+0
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar1-12/+18
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman1-2/+2
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-22/+50
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman1-3/+51
2006-03-06[PATCH] smaps: shared fixNick Piggin1-5/+4
2006-03-06[PATCH] smaps: hugepages fixNick Piggin1-1/+1
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter1-122/+5
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-4/+3
2005-11-13[PATCH] Fix sparse warning in proc/task_mmu.cLuiz Fernando Capitulino1-1/+1
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins1-2/+1
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins1-11/+6
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-2/+21
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins1-5/+3
2005-10-29[PATCH] Convert mempolicies to nodemask_tAndi Kleen1-1/+1
2005-09-05[PATCH] add /proc/pid/smapsMauricio Lin1-42/+183
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideChristoph Lameter1-0/+132
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+235