index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mmu_notifier.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-10-09
mm: move all mmu notifier invocations to be done outside the PT lock
Sagi Grimberg
1
-47
/
+0
2012-10-09
mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...
Sagi Grimberg
1
-0
/
+1
2012-10-09
mm: mmu_notifier: fix inconsistent memory between secondary MMU and host
Xiao Guangrong
1
-1
/
+11
2011-05-25
mm: convert anon_vma->lock to a mutex
Peter Zijlstra
1
-1
/
+1
2011-05-25
mm: Convert i_mmap_lock to a mutex
Peter Zijlstra
1
-1
/
+1
2011-01-14
thp: mmu_notifier_test_young
Andrea Arcangeli
1
-0
/
+26
2011-01-14
thp: add pmd mmu_notifier helpers
Andrea Arcangeli
1
-0
/
+40
2010-10-28
mmu_notifier.h: fix comment spelling
Figo.zhang
1
-1
/
+1
2009-09-22
ksm: add mmu_notifier set_pte_at_notify()
Izik Eidus
1
-0
/
+34
2008-07-29
mmu-notifiers: core
Andrea Arcangeli
1
-0
/
+279