summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes1-1/+1
2012-10-09mm/memory.c: fix typo in commentRobert P. J. Day1-1/+1
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran1-6/+12
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-9/+19
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins1-5/+5
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-5/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-6/+5
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov1-2/+12
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov1-16/+10
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha1-8/+5
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2012-08-01mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-1/+1
2012-08-01mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directlyJeff Liu1-1/+1
2012-08-01hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V1-2/+5
2012-07-31mm: Update file times from fault path only if .page_mkwrite is not setJan Kara1-7/+7
2012-07-27Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+9
2012-06-28mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi1-0/+9
2012-06-21mm/memory.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-21mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes1-1/+9
2012-05-30thp, memcg: split hugepage for memcg oom on cowDavid Rientjes1-3/+15
2012-05-30mm: remove swap token codeRik van Riel1-1/+1
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2012-05-07vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds1-11/+5
2012-05-07vm: 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-24coredump: remove VM_ALWAYSDUMP flagJason Baron1-7/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-34/+19
2012-03-22mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes1-7/+2
2012-03-22mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-9/+9
2012-03-22mm: make get_mm_counter static-inlineKonstantin Khlebnikov1-18/+0
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-4/+12
2012-03-22Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-53/+80
2012-03-21VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro1-39/+74
2012-03-21VM: make unmap_vmas() return voidAl Viro1-5/+1
2012-03-21VM: make zap_page_range() return voidAl Viro1-3/+2
2012-03-21VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro1-2/+2
2012-03-21VM: 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-13thp: add tlb_remove_pmd_tlb_entryShaohua Li1-2/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-03mm: 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-26mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-1/+57
2011-07-26mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki1-22/+34
2011-07-26mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton1-11/+0
2011-07-09mm: __tlb_remove_page() check the correct batchShaohua Li1-0/+1
2011-06-28mm: move vmtruncate_range to truncate.cHugh Dickins1-24/+0
2011-06-16mm: fix wrong kunmap_atomic() pointerSteven Rostedt1-2/+4
2011-06-16mm/memory.c: fix kernel-doc notationRandy Dunlap1-1/+1