aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAge
* 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
* | smaps: have smaps show transparent huge pagesDave Hansen2011-03-22
* | smaps: teach smaps_pte_range() about THP pmdsDave Hansen2011-03-22
* | smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen2011-03-22
* | smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen2011-03-22
* | pagewalk: only split huge pages when necessaryDave Hansen2011-03-22
|/
* mm: smaps: export mlock informationNikanth Karthikesan2011-01-13
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-13
* pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi2010-11-24
* /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-27
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | /proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro2010-09-22
|/
* mm: Move vma_stack_continue into mm.hStefan Bader2010-09-09
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-15
* pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi2010-05-25
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-11
* pagemap: fix pfn calculation for hugepageNaoya Horiguchi2010-04-07
* proc: copy_to_user() returns unsignedDan Carpenter2010-04-06
* Merge branch 'master' into export-slabhTejun Heo2010-04-04
|\
| * proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki2010-04-04
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* mm: count swap usageKAMEZAWA Hiroyuki2010-03-06
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-06
* smaps: fix wrong rss countMinchan Kim2010-01-11
* mm hugetlb: add hugepage support to pagemapNaoya Horiguchi2009-12-15
* procfs: provide stack information for threadsStefani Seibold2009-09-23
* fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li2009-09-23
* pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba2009-09-22
* mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-10
* pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh2009-05-02
* /proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2009-04-07
* proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary2009-03-30
* mm: report the MMU pagesize in /proc/pid/smapsMel Gorman2009-01-06
* mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman2009-01-06
* pagemap: fix 32-bit pagemap regressionMatt Mackall2008-12-10
* proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty2008-10-23
* proc: remove kernel.maps_protectAlexey Dobriyan2008-10-09
* /proc/self/maps doesn't display the real file offsetClement Calmels2008-08-20