summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)AuthorLines
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds-1/+1
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
2014-08-06mm: close race between do_fault_around() and fault_around_bytes_set()Kirill A. Shutemov-14/+7
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella-3/+31
2014-08-06mm/memory.c: don't forget to set softdirty on file mapped faultCyrill Gorcunov-1/+1
2014-08-06mm: make copy_pte_range static againJerome Marchand-1/+1
2014-08-06mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins-1/+1
2014-07-30mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin-9/+12
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov-1/+2
2014-06-04mm: document do_fault_around() featureKirill A. Shutemov-0/+27
2014-06-04mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov-39/+23
2014-06-04mm: fix typo in comment in do_fault_around()Kirill A. Shutemov-1/+1
2014-06-04mm: move get_user_pages()-related code to separate fileKirill A. Shutemov-641/+0
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman-10/+7
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar-19/+39
2014-05-07mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel-3/+0
2014-04-25mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds-19/+34
2014-04-22mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds-0/+5
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi-1/+1
2014-04-07memcg: rename high level charging functionsMichal Hocko-3/+3
2014-04-07mm: add debugfs tunable for fault_around_orderKirill A. Shutemov-7/+61
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov-3/+78