summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)Author
2016-09-11mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2015-08-10mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-04-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-03-18mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-01-29mm: make copy_pte_range static againJerome Marchand
2015-01-29mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2014-12-16mm: fix swapoff hang after page migration and forkHugh Dickins
2014-10-05mm: softdirty: keep bit when zapping file ptePeter Feiner
2014-07-09mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel
2014-06-07mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov
2014-02-25mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-23mm: print more details for bad_page()Dave Hansen
2014-01-21mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams
2013-12-20mm: fix build of split ptlock codeOlof Johansson
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-10-24file->f_op is never NULL...Al Viro
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2013-09-11mm: migrate: add hugepage migration code to move_pages()Naoya Horiguchi
2013-09-11mm: move pgtable related functions to right placeJoonsoo Kim