summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-09-04mm: defer flush of writable TLB entriesMel Gorman
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-24rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-02-11mm: memcontrol: track move_lock state internallyJohannes Weiner
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13mm/rmap: calculate page offset when neededDavidlohr Bueso
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest
2014-10-29mm: rmap: split out page_remove_file_rmap()Johannes Weiner
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov
2014-06-04mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlockKonstantin Khlebnikov
2014-06-04mm: fold mlocked_vma_newpage() into its only call siteJianyu Zhan
2014-06-04mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan
2014-06-04mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov
2014-06-04mm: softdirty: don't forget to save file map softdiry bit on unmapCyrill Gorcunov
2014-06-04mm: fix sleeping function warning from __put_anon_vmaHugh Dickins
2014-04-07mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins
2014-02-21mm: add support for discard of unused ptesKonstantin Weitz
2014-01-23mm/rmap: fix coccinelle warningsFengguang Wu
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-21mm/rmap: use rmap_walk() in page_mkclean()Joonsoo Kim
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim