summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2013-01-09mm: reinstante dropped pmd_trans_splitting() checkLinus Torvalds
2013-01-04mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko
2012-12-17mm: use kbasename()Andy Shevchenko
2012-12-17mm/memory.c: suppress warningAndrew Morton
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12mm/memory.c: remove unused code from do_wp_page()Dominik Dingel
2012-12-12asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman
2012-12-11mm: numa: Support NUMA hinting page faults from gup/gup_fastAndrea Arcangeli
2012-12-11mm: Check if PTE is already allocated during page faultMel Gorman
2012-11-16mm: fix build warning for uninitialized valueDavid Rientjes
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes
2012-10-09mm/memory.c: fix typo in commentRobert P. J. Day
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman
2012-07-31mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directlyJeff Liu
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V
2012-07-31mm: Update file times from fault path only if .page_mkwrite is not setJan Kara
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-06-27mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes
2012-05-29mm: remove swap token codeRik van Riel
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds
2012-05-06vm: simplify unmap_vmas() calling conventionLinus Torvalds
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes
2012-03-21mm: make get_mm_counter static-inlineKonstantin Khlebnikov
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli