- 9c145c56 vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 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
- 9845cbb mm, thp: fix infinite loop on memcg OOM by Kirill A. Shutemov · 11 years ago
- 33b6c77 mm, hwpoison: release page on PageHWPoison() in __do_fault() by Kirill A. Shutemov · 11 years ago
- 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
- f0b791a mm: print more details for bad_page() by Dave Hansen · 11 years ago
- b35f181 mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 11 years ago
- 0abdd7a dma-debug: introduce debug_dma_assert_idle() by Dan Williams · 11 years ago
- 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
- 40b64ac mm: fix build of split ptlock code by Olof Johansson · 11 years ago
- 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 11 years ago
- 8b2e9b7 Revert "mm: create a separate slab for page->ptl allocation" by Linus Torvalds · 11 years ago
- ea1e7ed mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 11 years ago
- 539edb5 mm: properly separate the bloated ptl from the regular case by Peter Zijlstra · 11 years ago
- 49076ec mm: dynamically allocate page->ptl if it cannot be embedded to struct page by Kirill A. Shutemov · 11 years ago
- c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
- e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
- 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
- 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- c69ded8 mm: remove obsolete comments about page table lock by Naoya Horiguchi · 11 years ago
- fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
- c61109e mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
- 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
- 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
- c3d16e1 mm: migration: do not lose soft dirty bit if page is in migration state by Cyrill Gorcunov · 11 years ago
- 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
- dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
- 0f19c17 mm: numa: Do not batch handle PMD pages by Mel Gorman · 11 years ago
- 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
- 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
- 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
- b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
- 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
- ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
- a1a4618 mm: numa: Do not migrate or account for hinting faults on the zero page by Mel Gorman · 11 years ago
- 8191acb mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
- c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 11 years ago
- 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
- 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago
- e632a93 mm: migrate: add hugepage migration code to move_pages() by Naoya Horiguchi · 11 years ago
- bc4b444 mm: move pgtable related functions to right place by Joonsoo Kim · 11 years ago
- 5bc0b12 Merge 3.11-rc6 into char-misc-next by Greg Kroah-Hartman · 11 years ago