| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, notifier: Catch sleeping/blocking for !blockable | Daniel Vetter | 2019-09-07 | 1 | -2/+13 |
* | mm/mmu_notifiers: prime lockdep | Daniel Vetter | 2019-09-07 | 1 | -0/+7 |
* | mm/mmu_notifiers: add a lockdep map for invalidate_range_start/end | Daniel Vetter | 2019-09-07 | 1 | -0/+8 |
* | mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exports | Christoph Hellwig | 2019-08-28 | 1 | -3/+0 |
* | mm/mmu_notifiers: remove unregister_no_release | Jason Gunthorpe | 2019-08-22 | 1 | -31/+0 |
* | mm/mmu_notifiers: check if mmu notifier callbacks are allowed to fail | Daniel Vetter | 2019-08-20 | 1 | -0/+2 |
* | mm/mmu_notifiers: add a get/put scheme for the registration | Jason Gunthorpe | 2019-08-16 | 1 | -6/+150 |
* | mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm | Jason Gunthorpe | 2019-08-16 | 1 | -12/+22 |
* | mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller | Jason Gunthorpe | 2019-08-16 | 1 | -21/+14 |
* | mm/mmu_notifier: use hlist_add_head_rcu() | Jean-Philippe Brucker | 2019-07-12 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner | 2019-06-19 | 1 | -3/+1 |
* | mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper | Jérôme Glisse | 2019-05-14 | 1 | -0/+10 |
* | mm/mmu_notifier: convert user range->blockable to helper function | Jérôme Glisse | 2019-05-14 | 1 | -1/+1 |
* | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 2018-12-28 | 1 | -28/+9 |
* | mm/mmu_notifier: use structure for invalidate_range_start/end callback | Jérôme Glisse | 2018-12-28 | 1 | -2/+19 |
* | mm/mmu_notifier.c: remove mmu_notifier_synchronize() | Sean Christopherson | 2018-12-28 | 1 | -7/+0 |
* | Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca... | Michal Hocko | 2018-10-27 | 1 | -31/+0 |
* | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 2018-08-22 | 1 | -4/+15 |
* | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks | David Rientjes | 2018-02-01 | 1 | -0/+31 |
* | mm/mmu_notifier: avoid call to invalidate_range() in range_end() | Jérôme Glisse | 2017-11-16 | 1 | -2/+9 |
* | mm/mmu_notifier: kill invalidate_page | Jérôme Glisse | 2017-09-01 | 1 | -14/+0 |
* | mm: Use static initialization for "srcu" | Paul E. McKenney | 2017-04-18 | 1 | -13/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | fix Christoph's email addresses | Christoph Lameter | 2016-03-17 | 1 | -1/+1 |
* | mmu-notifier: add clear_young callback | Vladimir Davydov | 2015-09-10 | 1 | -0/+17 |
* | mmu_notifier: add the callback for mmu_notifier_invalidate_range() | Joerg Roedel | 2014-11-13 | 1 | -0/+25 |
* | kvm: Fix page ageing bugs | Andres Lagar-Cavilla | 2014-09-24 | 1 | -2/+3 |
* | mmu_notifier: add call_srcu and sync function for listener to delay call and ... | Peter Zijlstra | 2014-08-07 | 1 | -1/+39 |
* | mm: audit/fix non-modular users of module_init in core code | Paul Gortmaker | 2014-01-24 | 1 | -2/+1 |
* | treewide: relase -> release | Geert Uytterhoeven | 2013-06-28 | 1 | -1/+1 |
* | mm: mmu_notifier: re-fix freed page still mapped in secondary MMU | Xiao Guangrong | 2013-05-25 | 1 | -40/+39 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 1 | -12/+6 |
* | mm: export mmu notifier invalidates | Cliff Wickman | 2013-02-24 | 1 | -0/+2 |
* | mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts | Robin Holt | 2013-02-24 | 1 | -40/+42 |
* | mm/mmu_notifier: allocate mmu_notifier in advance | Gavin Shan | 2012-10-25 | 1 | -13/+13 |
* | mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat... | Haggai Eran | 2012-10-09 | 1 | -6/+0 |
* | mm: mmu_notifier: make the mmu_notifier srcu static | Andrea Arcangeli | 2012-10-09 | 1 | -3/+3 |
* | mm/mmu_notifier: init notifier if necessary | Gavin Shan | 2012-10-09 | 1 | -11/+11 |
* | mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch... | Sagi Grimberg | 2012-10-09 | 1 | -25/+48 |
* | mm: mmu_notifier: fix freed page still mapped in secondary MMU | Xiao Guangrong | 2012-08-01 | 1 | -22/+23 |
* | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | thp: mmu_notifier_test_young | Andrea Arcangeli | 2011-01-14 | 1 | -0/+20 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | ksm: add mmu_notifier set_pte_at_notify() | Izik Eidus | 2009-09-22 | 1 | -0/+20 |
* | mmu-notifiers: core | Andrea Arcangeli | 2008-07-29 | 1 | -0/+277 |