aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov1-3/+6
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner1-0/+3
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-10/+30
2013-09-11mm: migrate: add hugepage migration code to move_pages()Naoya Horiguchi1-2/+15
2013-09-11mm: move pgtable related functions to right placeJoonsoo Kim1-24/+0
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman1-18/+31
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-15/+21
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov1-3/+8
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-0/+2
2013-08-12mm: make generic_access_phys available for modulesUwe Kleine-König1-0/+1
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches1-1/+1
2013-07-03mm: kill global variable num_physpagesJiang Liu1-2/+0
2013-07-03mm: fix the TLB range flushed when __tlb_remove_page() runs out of slotsVineet Gupta1-3/+6
2013-07-03mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+7
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra1-9/+0
2013-05-28mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin1-4/+7
2013-05-28mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin1-1/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+4
2013-04-29THP: fix comment about memory barrierMinchan Kim1-0/+5
2013-04-29mm: Convert print_symbol to %pSRJoe Perches1-4/+4
2013-04-16vm: add vm_iomap_memory() helper functionLinus Torvalds1-0/+47
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/kernel/git/rusty/linuxLinus 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/mel/linux-balancenumaLinus 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