summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-12x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen1-0/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-23mm: cleanup "swapcache" in do_swap_pageHugh Dickins1-10/+8
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins1-2/+18
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse1-8/+23
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-9/+9
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins1-10/+9
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra1-0/+4
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse1-24/+0
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner1-1/+4
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-09mm: reinstante dropped pmd_trans_splitting() checkLinus Torvalds1-0/+8
2013-01-04mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko1-0/+5
2012-12-17mm: use kbasename()Andy Shevchenko1-5/+3
2012-12-17mm/memory.c: suppress warningAndrew Morton1-0/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+195
2012-12-12mm/memory.c: remove unused code from do_wp_page()Dominik Dingel1-6/+1
2012-12-12asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov1-7/+0
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-2/+2
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov1-7/+0
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon1-2/+6
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman1-4/+8
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman1-17/+34
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman1-0/+12
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-1/+13
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman1-5/+27
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman1-3/+109
2012-12-11mm: numa: Support NUMA hinting page faults from gup/gup_fastAndrea Arcangeli1-0/+17
2012-12-11mm: Check if PTE is already allocated during page faultMel Gorman1-1/+2
2012-11-16mm: fix build warning for uninitialized valueDavid Rientjes1-6/+4
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-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-1/+1
2012-07-31mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directlyJeff Liu1-1/+1
2012-07-31hugetlb: 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-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+9
2012-06-27mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi1-0/+9
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