Age | Commit message (Expand) | Author | Files | Lines |
2015-04-16 | mm: remove rest of ACCESS_ONCE() usages | Jason Low | 1 | -3/+3 |
2015-03-26 | mm: fix anon_vma->degree underflow in anon_vma endless growing prevention | Leon Yu | 1 | -0/+7 |
2015-02-12 | mm: memcontrol: track move_lock state internally | Johannes Weiner | 1 | -8/+4 |
2015-02-11 | rmap: drop support of non-linear mappings | Kirill A. Shutemov | 1 | -223/+2 |
2015-01-09 | mm: prevent endless growth of anon_vma hierarchy | Konstantin Khlebnikov | 1 | -1/+41 |
2014-12-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds | 1 | -1/+2 |
2014-12-18 | mm: replace ACCESS_ONCE with READ_ONCE or barriers | Christian Borntraeger | 1 | -1/+2 |
2014-12-16 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+1 |
2014-12-13 | mm/rmap: calculate page offset when needed | Davidlohr Bueso | 1 | -2/+4 |
2014-12-13 | mm/rmap: share the i_mmap_rwsem | Davidlohr Bueso | 1 | -3/+3 |
2014-12-13 | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 1 | -3/+3 |
2014-12-13 | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | 1 | -2/+2 |
2014-12-11 | mm, memcg: fix potential undefined behaviour in page stat accounting | Michal Hocko | 1 | -2/+2 |
2014-12-08 | Merge tag 'v3.18' into drm-next | Dave Airlie | 1 | -2/+4 |
2014-12-03 | mm: fix anon_vma_clone() error treatment | Daniel Forrest | 1 | -2/+4 |
2014-10-30 | mm: rmap: split out page_remove_file_rmap() | Johannes Weiner | 1 | -32/+46 |
2014-10-30 | mm: memcontrol: fix missed end-writeback page accounting | Johannes Weiner | 1 | -10/+10 |
2014-10-10 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin | 1 | -4/+4 |
2014-09-24 | kvm: Fix page ageing bugs | Andres Lagar-Cavilla | 1 | -1/+5 |
2014-08-09 | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 1 | -1/+0 |
2014-08-09 | mm: memcontrol: rewrite charge API | Johannes Weiner | 1 | -19/+0 |
2014-07-24 | mm/rmap.c: fix pgoff calculation to handle hugepage correctly | Naoya Horiguchi | 1 | -7/+3 |
2014-06-24 | mm: let mm_find_pmd fix buggy race with THP fault | Hugh Dickins | 1 | -4/+8 |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 1 | -14/+41 |
2014-06-06 | mm: rmap: fix use-after-free in __put_anon_vma | Andrey Ryabinin | 1 | -2/+1 |
2014-06-05 | mm/rmap.c: cleanup ttu_flags | Konstantin Khlebnikov | 1 | -5/+5 |
2014-06-05 | mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlock | Konstantin Khlebnikov | 1 | -1/+1 |
2014-06-05 | mm: fold mlocked_vma_newpage() into its only call site | Jianyu Zhan | 1 | -3/+17 |
2014-06-05 | mm: use the light version __mod_zone_page_state in mlocked_vma_newpage() | Jianyu Zhan | 1 | -0/+11 |
2014-06-05 | mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static | Kirill A. Shutemov | 1 | -2/+2 |
2014-06-05 | mm: softdirty: don't forget to save file map softdiry bit on unmap | Cyrill Gorcunov | 1 | -1/+1 |
2014-06-05 | mm: fix sleeping function warning from __put_anon_vma | Hugh Dickins | 1 | -3/+5 |
2014-04-08 | mm: try_to_unmap_cluster() should lock_page() before mlocking | Vlastimil Babka | 1 | -2/+12 |
2014-04-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -0/+10 |
2014-03-21 | mm: fix swapops.h:131 bug if remap_file_pages raced migration | Hugh Dickins | 1 | -2/+3 |
2014-02-21 | mm: add support for discard of unused ptes | Konstantin Weitz | 1 | -0/+10 |
2014-01-24 | mm/rmap: fix coccinelle warnings | Fengguang Wu | 1 | -2/+2 |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -5/+5 |
2014-01-22 | mm/rmap: use rmap_walk() in page_mkclean() | Joonsoo Kim | 1 | -25/+26 |
2014-01-22 | mm/rmap: use rmap_walk() in page_referenced() | Joonsoo Kim | 1 | -136/+74 |
2014-01-22 | mm/rmap: use rmap_walk() in try_to_munlock() | Joonsoo Kim | 1 | -112/+42 |
2014-01-22 | mm/rmap: use rmap_walk() in try_to_unmap() | Joonsoo Kim | 1 | -12/+36 |
2014-01-22 | mm/rmap: extend rmap_walk_xxx() to cope with different cases | Joonsoo Kim | 1 | -8/+29 |
2014-01-22 | mm/rmap: make rmap_walk to get the rmap_walk_control argument | Joonsoo Kim | 1 | -11/+8 |
2014-01-22 | mm/rmap: factor lock function out of rmap_walk_anon() | Joonsoo Kim | 1 | -8/+20 |
2014-01-22 | mm/rmap: factor nonlinear handling out of try_to_unmap_file() | Joonsoo Kim | 1 | -62/+74 |
2014-01-22 | mm/rmap: recompute pgoff for huge page | Joonsoo Kim | 1 | -5/+2 |
2014-11-13 | mmu_notifier: call mmu_notifier_invalidate_range() from VMM | Joerg Roedel | 1 | -1/+1 |
2013-12-19 | mm/hugetlb: check for pte NULL pointer in __page_check_address() | Jianguo Wu | 1 | -0/+4 |
2013-11-15 | mm, hugetlb: convert hugetlbfs to use split pmd lock | Kirill A. Shutemov | 1 | -1/+1 |