aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes1-1/+9
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes1-3/+15
2012-05-29mm: remove swap token codeRik van Riel1-1/+1
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds1-11/+5
2012-05-06vm: simplify unmap_vmas() calling conventionLinus Torvalds1-9/+9
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju1-0/+3
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-7/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-34/+19
2012-03-21mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes1-7/+2
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-9/+9
2012-03-21mm: make get_mm_counter static-inlineKonstantin Khlebnikov1-18/+0
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-4/+12
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-53/+80
2012-03-20VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro1-39/+74
2012-03-20VM: make unmap_vmas() return voidAl Viro1-5/+1
2012-03-20VM: make zap_page_range() return voidAl Viro1-3/+2
2012-03-20VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro1-2/+2
2012-03-20VM: unmap_page_range() can return voidAl Viro1-9/+6
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-23mm: fix rss count leakage during migrationKonstantin Khlebnikov1-9/+28
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-1/+57
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki1-22/+34
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton1-11/+0
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li1-0/+1
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins1-24/+0
2011-06-15mm: fix wrong kunmap_atomic() pointerSteven Rostedt1-2/+4
2011-06-15mm/memory.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-05-26memcg: add the pagefault count into memcg statsYing Han1-0/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+1
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra1-2/+122
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-168/+27
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra1-1/+1
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-0/+77
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-23/+23
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-1/+1
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-9/+7
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds1-4/+3
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman1-1/+1
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman1-1/+1
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds1-8/+18
2011-03-27mm: fix memory.c incorrect kernel-docRandy Dunlap1-1/+1
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+54
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-1/+1