aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2014-12-22Revert "mm/memory.c: share the i_mmap_rwsem"Kirill A. Shutemov
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2014-12-18mm/memory.c:do_shared_fault(): add commentAndrew Morton
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger
2014-12-17mmu_gather: fix over-eager tlb_flush_mmu_free() callingLinus Torvalds
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes
2014-12-13mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon
2014-10-28zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon
2014-10-27mm: introduce mm_forbids_zeropage functionDominik Dingel
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