aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-021-0/+9
* proc: clear_refs: do not clear reserved pagesWill Deacon2012-01-251-0/+3
* /proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton2011-11-111-0/+3
* teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen2011-10-031-0/+20
* break out numa_maps gather_pte_stats() checksDave Hansen2011-10-031-15/+24
* make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen2011-10-031-10/+11
* proc: fix pagemap_read() error caseKOSAKI Motohiro2011-05-261-10/+9
* fs/proc: convert to kstrtoX()Alexey Dobriyan2011-05-261-3/+5
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-1/+1
* proc: allocate storage for numa_maps statistics onceStephen Wilson2011-05-251-9/+27
* mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson2011-05-251-2/+182
* Don't lock guardpage if the stack is growing upMikulas Patocka2011-05-091-5/+7
* proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds2011-03-271-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-12/+11
|\
| * mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-3/+5
| * report errors in /proc/*/*map* sanelyAl Viro2011-03-231-5/+5
| * pagemap: close races with suid execveAl Viro2011-03-231-5/+2
* | procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-231-2/+2
* | smaps: have smaps show transparent huge pagesDave Hansen2011-03-221-0/+4
* | smaps: teach smaps_pte_range() about THP pmdsDave Hansen2011-03-221-2/+21
* | smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen2011-03-221-12/+12
* | smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen2011-03-221-40/+47
* | pagewalk: only split huge pages when necessaryDave Hansen2011-03-221-0/+6
|/
* mm: smaps: export mlock informationNikanth Karthikesan2011-01-131-2/+5
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-131-2/+3
* pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi2010-11-251-1/+2
* /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-271-0/+6
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | /proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro2010-09-221-2/+2
|/
* mm: Move vma_stack_continue into mm.hStefan Bader2010-09-091-1/+2
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-151-1/+7
* pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi2010-05-251-0/+4
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-111-19/+0
* pagemap: fix pfn calculation for hugepageNaoya Horiguchi2010-04-071-20/+7
* proc: copy_to_user() returns unsignedDan Carpenter2010-04-061-1/+1
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-49/+38
|\
| * proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki2010-04-041-49/+38
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mm: count swap usageKAMEZAWA Hiroyuki2010-03-061-3/+6
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-061-2/+2
* smaps: fix wrong rss countMinchan Kim2010-01-111-2/+1
* mm hugetlb: add hugepage support to pagemapNaoya Horiguchi2009-12-151-0/+45
* procfs: provide stack information for threadsStefani Seibold2009-09-231-0/+19
* fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li2009-09-231-8/+6
* pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba2009-09-221-4/+24
* mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-101-0/+1
* pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh2009-05-021-0/+4
* /proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2009-04-071-1/+3
* proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary2009-03-311-4/+4