- fb6dd5f mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() by Kirill A. Shutemov · 9 years ago
- 52a2b53 mm, dax: use i_mmap_unlock_write() in do_cow_fault() by Kirill A. Shutemov · 9 years ago
- 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
- 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
- b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
- b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago
- ca1d6c7 mm/memory.c: make tlb_next_batch() return bool by Nicholas Krause · 9 years ago
- 6b251fc userfaultfd: call handle_userfault() for userfaultfd_missing() faults by Andrea Arcangeli · 9 years ago
- 6b7339f mm: avoid setting up anonymous pages into file mapping by Kirill A. Shutemov · 9 years ago
- 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- eb3c24f mm, memcg: Try charging a page before setting page up to date by Mel Gorman · 9 years ago
- 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
- 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 9 years ago
- dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 10 years ago
- 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 10 years ago
- 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 10 years ago
- 93e478d mm: refactor do_wp_page handling of shared vma into a function by Shachar Raindel · 10 years ago
- 2f38ab2 mm: refactor do_wp_page, extract the page copy flow by Shachar Raindel · 10 years ago
- 2876680 mm: refactor do_wp_page - rewrite the unlock flow by Shachar Raindel · 10 years ago
- 4e047f8 mm: refactor do_wp_page, extract the reuse case by Shachar Raindel · 10 years ago
- 074c238 mm: numa: slow PTE scan rate if migration failures occur by Mel Gorman · 10 years ago
- b191f9b mm: numa: preserve PTE write permissions across a NUMA hinting fault by Mel Gorman · 10 years ago
- bea66fb mm: numa: group related processes based on VMA flags instead of page table flags by Mel Gorman · 10 years ago
- 53da3bc mm: fix up numa read-only thread grouping logic by Linus Torvalds · 10 years ago
- 2e4cdab mm: allow page fault handlers to perform the COW by Matthew Wilcox · 10 years ago
- 283307c mm: fix XIP fault vs truncate race by Matthew Wilcox · 10 years ago
- 9cb12d7 mm/memory.c: actually remap enough memory by Grazvydas Ignotas · 10 years ago
- c0e7cad mm: numa: add paranoid check around pte_protnone_numa by Mel Gorman · 10 years ago
- e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 10 years ago
- 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 10 years ago
- 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
- dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 10 years ago
- 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- f38b4b3 mm: memory: merge shared-writable dirtying branches in do_wp_page() by Johannes Weiner · 10 years ago
- 74ec675 mm: memory: remove ->vm_file check on shared writable vmas by Johannes Weiner · 10 years ago
- 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 10 years ago
- 9b4bdd2 mm: drop support of non-linear mapping from fault codepath by Kirill A. Shutemov · 10 years ago
- 8a5f14a mm: drop support of non-linear mapping from unmap/zap codepath by Kirill A. Shutemov · 10 years ago
- bdccc4e Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
- 9c145c56 vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 10 years ago
- 667a0a0 mm: provide a find_special_page vma operation by David Vrabel · 10 years ago
- 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 10 years ago
- 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 10 years ago
- fee7e49 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 10 years ago
- 48ec833 Revert "mm/memory.c: share the i_mmap_rwsem" by Kirill A. Shutemov · 10 years ago
- 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
- d82fa87 mm/memory.c:do_shared_fault(): add comment by Andrew Morton · 10 years ago
- e37c698 mm: replace ACCESS_ONCE with READ_ONCE or barriers by Christian Borntraeger · 10 years ago
- f045bbb mmu_gather: fix over-eager tlb_flush_mmu_free() calling by Linus Torvalds · 10 years ago
- 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
- e1d6d01 mm: export find_extend_vma() and handle_mm_fault() for driver use by Jesse Barnes · 10 years ago
- c8475d1 mm/memory.c: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
- 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
- 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
- b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
- 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 10 years ago
- 2022b4d1 mm: fix swapoff hang after page migration and fork by Hugh Dickins · 10 years ago
- fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
- ce9ec37 zap_pte_range: update addr when forcing flush after TLB batching faiure by Will Deacon · 10 years ago
- 593befa mm: introduce mm_forbids_zeropage function by Dominik Dingel · 10 years ago
- 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
- dbab31a mm: softdirty: keep bit when zapping file pte by Peter Feiner · 10 years ago
- b0e2a55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
- 0b70068 mm: export symbol dependencies of is_zero_pfn() by Ard Biesheuvel · 10 years ago
- b38af47 x86,mm: fix pte_special versus pte_numa by Hugh Dickins · 10 years ago
- a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
- 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
- 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
- dbffcd0 mm: change confusing #ifdef use in __access_remote_vm by Rik van Riel · 10 years ago
- 3a91053 mm: mark fault_around_bytes __read_mostly by Kirill A. Shutemov · 10 years ago
- aecd6f4 mm: close race between do_fault_around() and fault_around_bytes_set() by Kirill A. Shutemov · 10 years ago
- 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
- 9aed861 mm/memory.c: don't forget to set softdirty on file mapped fault by Cyrill Gorcunov · 10 years ago
- 21bda26 mm: make copy_pte_range static again by Jerome Marchand · 10 years ago
- c0d7326 mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() by Hugh Dickins · 10 years ago
- b4903d6 mm: debugfs: move rounddown_pow_of_two() out from do_fault path by Andrey Ryabinin · 10 years ago
- c118678 mm: do not call do_fault_around for non-linear fault by Konstantin Khlebnikov · 10 years ago
- 1fdb412 mm: document do_fault_around() feature by Kirill A. Shutemov · 10 years ago
- a9b0f86 mm: nominate faultaround area in bytes rather than page order by Kirill A. Shutemov · 10 years ago
- 850e9c6 mm: fix typo in comment in do_fault_around() by Kirill A. Shutemov · 10 years ago
- 4bbd4c7 mm: move get_user_pages()-related code to separate file by Kirill A. Shutemov · 10 years ago
- c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
- 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
- 107437f mm/numa: Remove BUG_ON() in __handle_mm_fault() by Rik van Riel · 11 years ago
- 1cf35d4 mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts by Linus Torvalds · 11 years ago
- 1b17844 mm: make fixup_user_fault() check the vma access rights too by Linus Torvalds · 11 years ago
- ed6d7c8 mm: remove unused arg of set_page_dirty_balance() by Miklos Szeredi · 11 years ago
- d715ae0 memcg: rename high level charging functions by Michal Hocko · 11 years ago
- 1592eef mm: add debugfs tunable for fault_around_order by Kirill A. Shutemov · 11 years ago
- 8c6e50b mm: introduce vm_ops->map_pages() by Kirill A. Shutemov · 11 years ago
- 7aa6b4a mm/memory.c: update comment in unmap_single_vma() by Davidlohr Bueso · 11 years ago
- cda540a mm: get_user_pages(write,force) refuse to COW in shared areas by Hugh Dickins · 11 years ago
- 3bb9779 mm: consolidate code to setup pte by Kirill A. Shutemov · 11 years ago
- fb09a46 mm: consolidate code to call vm_ops->page_mkwrite() by Kirill A. Shutemov · 11 years ago
- f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 11 years ago
- ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 11 years ago
- e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 11 years ago
- 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 11 years ago
- 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 11 years ago
- b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 11 years ago