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