index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmu_notifier.c
Age
Commit message (
Expand
)
Author
2022-04-21
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
2021-03-25
mm/mmu_notifiers: ensure range_end() is paired with range_start()
Sean Christopherson
2020-12-15
mm: track mmu notifiers in fs_reclaim_acquire/release
Daniel Vetter
2020-10-16
mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert
Jann Horn
2020-08-12
mm: mmu_notifier: fix and extend kerneldoc
Krzysztof Kozlowski
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-03-21
mm/mmu_notifier: silence PROVE_RCU_LIST warnings
Qian Cai
2020-01-14
mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier
Jason Gunthorpe
2020-01-14
mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier
Jason Gunthorpe
2020-01-14
mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
Jason Gunthorpe
2019-11-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-11-23
mm/mmu_notifier: add an interval tree notifier
Jason Gunthorpe
2019-11-12
mm/mmu_notifier: define the header pre-processor parts even if disabled
Jason Gunthorpe
2019-11-06
mm/mmu_notifiers: use the right return code for WARN_ON
Jason Gunthorpe
2019-09-07
mm, notifier: Catch sleeping/blocking for !blockable
Daniel Vetter
2019-09-07
mm/mmu_notifiers: prime lockdep
Daniel Vetter
2019-09-07
mm/mmu_notifiers: add a lockdep map for invalidate_range_start/end
Daniel Vetter
2019-08-28
mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exports
Christoph Hellwig
2019-08-21
mm/mmu_notifiers: remove unregister_no_release
Jason Gunthorpe
2019-08-20
mm/mmu_notifiers: check if mmu notifier callbacks are allowed to fail
Daniel Vetter
2019-08-16
mm/mmu_notifiers: add a get/put scheme for the registration
Jason Gunthorpe
2019-08-16
mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
Jason Gunthorpe
2019-08-16
mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
Jason Gunthorpe
2019-07-12
mm/mmu_notifier: use hlist_add_head_rcu()
Jean-Philippe Brucker
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-05-14
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
Jérôme Glisse
2019-05-14
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end callback
Jérôme Glisse
2018-12-28
mm/mmu_notifier.c: remove mmu_notifier_synchronize()
Sean Christopherson
2018-10-26
Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...
Michal Hocko
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2018-01-31
mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
David Rientjes
2017-11-15
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
Jérôme Glisse
2017-08-31
mm/mmu_notifier: kill invalidate_page
Jérôme Glisse
2017-04-18
mm: Use static initialization for "srcu"
Paul E. McKenney
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
2016-03-17
fix Christoph's email addresses
Christoph Lameter
2015-09-10
mmu-notifier: add clear_young callback
Vladimir Davydov
2014-11-13
mmu_notifier: add the callback for mmu_notifier_invalidate_range()
Joerg Roedel
2014-09-24
kvm: Fix page ageing bugs
Andres Lagar-Cavilla
2014-08-06
mmu_notifier: add call_srcu and sync function for listener to delay call and ...
Peter Zijlstra
2014-01-23
mm: audit/fix non-modular users of module_init in core code
Paul Gortmaker
2013-06-28
treewide: relase -> release
Geert Uytterhoeven
2013-05-24
mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
Xiao Guangrong
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
[next]