summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)AuthorLines
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman-1/+2
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman-5/+3
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman-8/+11
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds-1/+6
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox-9/+32
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox-0/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas-1/+1
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman-0/+3
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman-1/+0
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman-4/+6
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman-2/+2
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov-6/+9
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-192/+84
2015-02-10mm: memory: merge shared-writable dirtying branches in do_wp_page()Johannes Weiner-31/+17
2015-02-10mm: memory: remove ->vm_file check on shared writable vmasJohannes Weiner-5/+2
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov-41/+37
2015-02-10mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov-56/+9
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov-61/+21
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+2
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds-1/+1
2015-01-28mm: provide a find_special_page vma operationDavid Vrabel-0/+2
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon-4/+4
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner-10/+17
2015-01-06mm: propagate error from stack expansion even for guard pageLinus Torvalds-2/+2
2014-12-22Revert "mm/memory.c: share the i_mmap_rwsem"Kirill A. Shutemov-2/+2
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds-1/+10
2014-12-18mm/memory.c:do_shared_fault(): add commentAndrew Morton-0/+6
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger-1/+10
2014-12-17mmu_gather: fix over-eager tlb_flush_mmu_free() callingLinus Torvalds-3/+3
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+2
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes-0/+1
2014-12-13mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso-2/+2
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso-4/+4
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-1/+1
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-22/+8
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie-13/+13
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins-13/+13
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon-22/+8
2014-10-28zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon-0/+1
2014-10-27mm: introduce mm_forbids_zeropage functionDominik Dingel-1/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner-1/+2
2014-09-26mm: softdirty: keep bit when zapping file ptePeter Feiner-1/+1
2014-09-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel-0/+2
2014-08-29x86,mm: fix pte_special versus pte_numaHugh Dickins-4/+3
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski-38/+0
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner-2/+0
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner-17/+24
2014-08-06mm: change confusing #ifdef use in __access_remote_vmRik van Riel-2/+4
2014-08-06mm: mark fault_around_bytes __read_mostlyKirill A. Shutemov-1/+2