aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi1-0/+4
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-19/+0
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-20/+7
2010-04-06proc: copy_to_user() returns unsignedDan Carpenter1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-49/+38
2010-04-04proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki1-49/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-3/+6
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+2
2010-01-11smaps: fix wrong rss countMinchan Kim1-2/+1
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi1-0/+45
2009-09-23procfs: provide stack information for threadsStefani Seibold1-0/+19
2009-09-23fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li1-8/+6
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba1-4/+24
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov1-0/+1
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh1-0/+4
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki1-1/+3
2009-03-31proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary1-4/+4
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-2/+4
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-2/+4
2008-12-10pagemap: fix 32-bit pagemap regressionMatt Mackall1-2/+2
2008-10-23proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty1-9/+16
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan1-15/+1
2008-08-20/proc/self/maps doesn't display the real file offsetClement Calmels1-2/+2
2008-07-22proc: fix /proc/*/pagemap some moreAlexey Dobriyan1-1/+1
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-3/+3
2008-07-05Fix pagemap_read() use of struct mm_walkAndrew Morton1-34/+38
2008-07-05Fix clear_refs_write() use of struct mm_walkAndrew Morton1-4/+4
2008-06-12pagemap: fix large pages in pagemapDave Hansen1-9/+30
2008-06-12pagemap: pass mm into pagewalkersDave Hansen1-19/+25
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid/pagemapThomas Tuttle1-19/+9
2008-05-08fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi1-2/+0
2008-04-29procfs task exe symlinkMatt Helsley1-34/+0
2008-04-28smaps: account swap entriesPeter Zijlstra1-4/+12
2008-04-28make swap_pte_to_pagemap_entry() staticAdrian Bunk1-1/+1
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