aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03mm: consolidate code to setup pteKirill A. Shutemov1-36/+30
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov1-60/+45
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov1-164/+62
2014-04-03mm: introduce do_cow_fault()Kirill A. Shutemov1-0/+62
2014-04-03mm: introduce do_read_fault()Kirill A. Shutemov1-0/+43
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov1-31/+45
2014-04-03mm: rename __do_fault() -> do_fault()Kirill A. Shutemov1-5/+5
2014-04-03mm/memory.c: mark functions as staticRashika Kheria1-2/+2
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov1-11/+3
2014-02-25mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov1-0/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-4/+4
2014-01-23mm: print more details for bad_page()Dave Hansen1-1/+1
2014-01-21mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-2/+11
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams1-0/+3
2013-12-20mm: fix build of split ptlock codeOlof Johansson1-1/+1
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov1-1/+1
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds1-7/+0
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-0/+7
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra1-6/+5
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov1-0/+19
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov1-6/+7
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-2/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-2/+0
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi1-2/+0
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar1-6/+14
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman1-32/+21
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-6/+12
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov1-0/+2
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel1-3/+6
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel1-0/+7
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman1-99/+2
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra1-4/+26
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra1-0/+8
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-8/+8
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-8/+8
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-5/+2
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faultsMel Gorman1-2/+6
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman1-0/+1
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman1-32/+21
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