aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2015-03-28mmu_gather: move minimal range calculations into generic codeWill Deacon
2015-03-14mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-05vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-01-16mm: protect set_page_dirty() from ongoing truncationJohannes Weiner
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins
2014-10-28zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner
2014-09-26mm: softdirty: keep bit when zapping file ptePeter Feiner
2014-09-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel
2014-08-29x86,mm: fix pte_special versus pte_numaHugh Dickins
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-08-06mm: change confusing #ifdef use in __access_remote_vmRik van Riel
2014-08-06mm: mark fault_around_bytes __read_mostlyKirill A. Shutemov
2014-08-06mm: close race between do_fault_around() and fault_around_bytes_set()Kirill A. Shutemov
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella
2014-08-06mm/memory.c: don't forget to set softdirty on file mapped faultCyrill Gorcunov
2014-08-06mm: make copy_pte_range static againJerome Marchand
2014-08-06mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins
2014-07-30mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov
2014-06-04mm: document do_fault_around() featureKirill A. Shutemov
2014-06-04mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov
2014-06-04mm: fix typo in comment in do_fault_around()Kirill A. Shutemov
2014-06-04mm: move get_user_pages()-related code to separate fileKirill A. Shutemov
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-07mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel
2014-04-25mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds
2014-04-22mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi
2014-04-07memcg: rename high level charging functionsMichal Hocko
2014-04-07mm: add debugfs tunable for fault_around_orderKirill A. Shutemov
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov
2014-04-07mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso
2014-04-04mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins
2014-04-03mm: consolidate code to setup pteKirill A. Shutemov
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_cow_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_read_fault()Kirill A. Shutemov
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov
2014-04-03mm: rename __do_fault() -> do_fault()Kirill A. Shutemov
2014-04-03mm/memory.c: mark functions as staticRashika Kheria
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