aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-09mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-7/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-24mm, memcg: Try charging a page before setting page up to dateMel Gorman1-4/+6
2015-06-23vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaultsDavid Hildenbrand1-12/+6
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh1-4/+39
2015-04-15mm/memory: also print a_ops->readpage in print_bad_pte()Konstantin Khlebnikov1-6/+5
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low1-1/+1
2015-04-14mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel1-38/+48
2015-04-14mm: refactor do_wp_page, extract the page copy flowShachar Raindel1-118/+147
2015-04-14mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel1-9/+12
2015-04-14mm: refactor do_wp_page, extract the reuse caseShachar Raindel1-49/+68
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-1/+2
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman1-5/+3
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman1-8/+11
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds1-1/+6
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox1-9/+32
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox1-0/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman1-0/+3
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman1-1/+0
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-4/+6
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-2/+2
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-6/+9
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-192/+84
2015-02-10mm: memory: merge shared-writable dirtying branches in do_wp_page()Johannes Weiner1-31/+17
2015-02-10mm: memory: remove ->vm_file check on shared writable vmasJohannes Weiner1-5/+2
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-41/+37
2015-02-10mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov1-56/+9
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov1-61/+21
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-01-28mm: provide a find_special_page vma operationDavid Vrabel1-0/+2
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon1-4/+4
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner1-10/+17
2015-01-06mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2014-12-22Revert "mm/memory.c: share the i_mmap_rwsem"Kirill A. Shutemov1-2/+2
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-1/+10
2014-12-18mm/memory.c:do_shared_fault(): add commentAndrew Morton1-0/+6
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger1-1/+10
2014-12-17mmu_gather: fix over-eager tlb_flush_mmu_free() callingLinus Torvalds1-3/+3
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes1-0/+1
2014-12-13mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-4/+4
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-22/+8
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie1-13/+13
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon1-22/+8