aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2016-05-04numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-03-03mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2015-11-18mm, dax: fix DAX deadlocks (COW fault)Yigal Korman
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler
2015-09-10mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()Kirill A. Shutemov
2015-09-08mm, dax: use i_mmap_unlock_write() in do_cow_fault()Kirill A. Shutemov
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov
2015-09-08dax: fix race between simultaneous faultsMatthew Wilcox
2015-09-08mm: add a pmd_fault handlerMatthew Wilcox
2015-09-08mm: introduce vma_is_anonymous(vma) helperOleg Nesterov
2015-09-04mm/memory.c: make tlb_next_batch() return boolNicholas Krause
2015-09-04userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli
2015-07-09mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-24mm, memcg: Try charging a page before setting page up to dateMel Gorman
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh
2015-04-15mm/memory: also print a_ops->readpage in print_bad_pte()Konstantin Khlebnikov
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-04-14mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel
2015-04-14mm: refactor do_wp_page, extract the page copy flowShachar Raindel
2015-04-14mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel
2015-04-14mm: refactor do_wp_page, extract the reuse caseShachar Raindel
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10mm: memory: merge shared-writable dirtying branches in do_wp_page()Johannes Weiner
2015-02-10mm: memory: remove ->vm_file check on shared writable vmasJohannes Weiner
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2015-02-10mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-01-28mm: provide a find_special_page vma operationDavid Vrabel
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner
2015-01-06mm: propagate error from stack expansion even for guard pageLinus Torvalds