Age | Commit message (Expand) | Author | Files | Lines |
2022-06-27 | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport | 1 | -1/+1 |
2021-07-08 | mm: fix spelling mistakes in header files | Zhen Lei | 1 | -4/+4 |
2021-07-01 | mm: device exclusive memory access | Alistair Popple | 1 | -0/+6 |
2021-07-01 | mm: rename migrate_pgmap_owner | Alistair Popple | 1 | -10/+10 |
2021-03-25 | mm/mmu_notifiers: ensure range_end() is paired with range_start() | Sean Christopherson | 1 | -5/+5 |
2020-08-07 | mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER | Ralph Campbell | 1 | -0/+13 |
2020-07-28 | mm/notifier: add migration invalidation type | Ralph Campbell | 1 | -0/+6 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -4/+4 |
2020-06-09 | MMU notifier: use the new mmap locking API | Michel Lespinasse | 1 | -2/+3 |
2020-01-14 | mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier | Jason Gunthorpe | 1 | -17/+21 |
2020-01-14 | mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier | Jason Gunthorpe | 1 | -14/+16 |
2020-01-14 | mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions | Jason Gunthorpe | 1 | -9/+9 |
2019-11-24 | mm/mmu_notifier: add an interval tree notifier | Jason Gunthorpe | 1 | -0/+101 |
2019-11-13 | mm/mmu_notifier: define the header pre-processor parts even if disabled | Jason Gunthorpe | 1 | -29/+17 |
2019-09-07 | mm/mmu_notifiers: annotate with might_sleep() | Daniel Vetter | 1 | -0/+5 |
2019-09-07 | mm/mmu_notifiers: add a lockdep map for invalidate_range_start/end | Daniel Vetter | 1 | -2/+12 |
2019-08-22 | mm/mmu_notifiers: remove unregister_no_release | Jason Gunthorpe | 1 | -5/+0 |
2019-08-16 | mm/mmu_notifiers: add a get/put scheme for the registration | Jason Gunthorpe | 1 | -0/+35 |
2019-05-14 | mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper | Jérôme Glisse | 1 | -0/+4 |
2019-05-14 | mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening | Jérôme Glisse | 1 | -1/+5 |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 1 | -1/+4 |
2019-05-14 | mm/mmu_notifier: contextual information for event enums | Jérôme Glisse | 1 | -0/+30 |
2019-05-14 | mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags | Jérôme Glisse | 1 | -4/+7 |
2019-05-14 | mm/mmu_notifier: helper to test if a range invalidation is blockable | Jérôme Glisse | 1 | -0/+11 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -29/+58 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end callback | Jérôme Glisse | 1 | -5/+9 |
2018-12-28 | mm/mmu_notifier.c: remove mmu_notifier_synchronize() | Sean Christopherson | 1 | -1/+0 |
2018-10-27 | Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca... | Michal Hocko | 1 | -23/+0 |
2018-10-27 | mm, mmu_notifier: be explicit about range invalition non-blocking mode | Michal Hocko | 1 | -1/+3 |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 1 | -8/+25 |
2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport | 1 | -1/+1 |
2018-02-01 | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks | David Rientjes | 1 | -3/+27 |
2017-11-16 | mm/mmu_notifier: avoid call to invalidate_range() in range_end() | Jérôme Glisse | 1 | -2/+15 |
2017-11-16 | mm/mmu_notifier: avoid double notification when it is useless | Jérôme Glisse | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-04 | mm, oom_reaper: skip mm structs with mmu notifiers | Michal Hocko | 1 | -0/+5 |
2017-09-01 | mm/mmu_notifier: kill invalidate_page | Jérôme Glisse | 1 | -25/+0 |
2017-04-14 | mm: drop unused pmdp_huge_get_and_clear_notify() | Kirill A. Shutemov | 1 | -13/+0 |
2017-02-25 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 1 | -0/+14 |
2015-09-10 | mm: introduce idle page tracking | Vladimir Davydov | 1 | -0/+2 |
2015-09-10 | mmu-notifier: add clear_young callback | Vladimir Davydov | 1 | -0/+44 |
2015-06-25 | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 1 | -6/+6 |
2014-12-16 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -5/+83 |
2014-12-13 | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 1 | -1/+1 |
2014-09-24 | kvm: Fix page ageing bugs | Andres Lagar-Cavilla | 1 | -7/+17 |
2014-08-07 | mmu_notifier: add call_srcu and sync function for listener to delay call and ... | Peter Zijlstra | 1 | -0/+6 |
2014-11-13 | mmu_notifier: add the callback for mmu_notifier_invalidate_range() | Joerg Roedel | 1 | -5/+32 |
2014-11-13 | mmu_notifier: call mmu_notifier_invalidate_range() from VMM | Joerg Roedel | 1 | -0/+41 |
2014-11-13 | mmu_notifier: add mmu_notifier_invalidate_range() | Joerg Roedel | 1 | -0/+10 |
2013-02-05 | mm: fix wrong comments about anon_vma lock | Yuanhan Liu | 1 | -1/+1 |