summaryrefslogtreecommitdiff
path: root/fs/proc/task_mmu.c
AgeCommit message (Expand)Author
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki
2009-03-31proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman
2008-12-10pagemap: fix 32-bit pagemap regressionMatt Mackall
2008-10-23proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan
2008-08-20/proc/self/maps doesn't display the real file offsetClement Calmels
2008-07-22proc: fix /proc/*/pagemap some moreAlexey Dobriyan
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley
2008-07-05Fix pagemap_read() use of struct mm_walkAndrew Morton
2008-07-05Fix clear_refs_write() use of struct mm_walkAndrew Morton
2008-06-12pagemap: fix large pages in pagemapDave Hansen
2008-06-12pagemap: pass mm into pagewalkersDave Hansen
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle
2008-05-08fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi
2008-04-29procfs task exe symlinkMatt Helsley
2008-04-28smaps: account swap entriesPeter Zijlstra
2008-04-28make swap_pte_to_pagemap_entry() staticAdrian Bunk
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld
2008-03-13pagemap: proper read error handlingMarcelo Tosatti
2008-02-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck
2008-02-08procfs: constify function pointer tablesJan Engelhardt
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall
2008-02-05maps4: simplify interdependence of maps and smapsMatt Mackall
2008-02-05maps4: use pagewalker in clear_refs and smapsMatt Mackall
2008-02-05maps4: add proportional set size accounting in smapsFengguang Wu
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2007-05-08proc: maps protectionKees Cook
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes
2007-05-07smaps: add pages referenced count to smapsDavid Rientjes
2007-05-07smaps: extract pmd walker from smaps codeDavid Rientjes
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman
2006-03-06[PATCH] smaps: shared fixNick Piggin
2006-03-06[PATCH] smaps: hugepages fixNick Piggin
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds