Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
54fa49ee88138756df0fcf867cb1849904710a8c
/
mm
/
mmu_notifier.c
aa32f11
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
99cb252
mm/mmu_notifier: add an interval tree notifier
by Jason Gunthorpe
· 5 years ago
56f434f
mm/mmu_notifier: define the header pre-processor parts even if disabled
by Jason Gunthorpe
· 5 years ago
df2ec76
mm/mmu_notifiers: use the right return code for WARN_ON
by Jason Gunthorpe
· 5 years ago
ba170f7
mm, notifier: Catch sleeping/blocking for !blockable
by Daniel Vetter
· 5 years ago
66204f1
mm/mmu_notifiers: prime lockdep
by Daniel Vetter
· 5 years ago
23b6839
mm/mmu_notifiers: add a lockdep map for invalidate_range_start/end
by Daniel Vetter
· 5 years ago
f0ade90
mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exports
by Christoph Hellwig
· 5 years ago
c962451
mm/mmu_notifiers: remove unregister_no_release
by Jason Gunthorpe
· 5 years ago
8402ce6
mm/mmu_notifiers: check if mmu notifier callbacks are allowed to fail
by Daniel Vetter
· 5 years ago
2c7933f
mm/mmu_notifiers: add a get/put scheme for the registration
by Jason Gunthorpe
· 5 years ago
70df291
mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
by Jason Gunthorpe
· 5 years ago
56c57103
mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
by Jason Gunthorpe
· 5 years ago
543bdb2
mm/mmu_notifier: use hlist_add_head_rcu()
by Jean-Philippe Brucker
· 5 years ago
20c8ccb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
by Thomas Gleixner
· 6 years ago
c6d2341
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
by Jérôme Glisse
· 6 years ago
dfcd666
mm/mmu_notifier: convert user range->blockable to helper function
by Jérôme Glisse
· 6 years ago
ac46d4f
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
by Jérôme Glisse
· 6 years ago
5d6527a
mm/mmu_notifier: use structure for invalidate_range_start/end callback
by Jérôme Glisse
· 6 years ago
6a90a83
mm/mmu_notifier.c: remove mmu_notifier_synchronize()
by Sean Christopherson
· 6 years ago
4e15a07
Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"
by Michal Hocko
· 6 years ago
93065ac
mm, oom: distinguish blockable mode for mmu notifiers
by Michal Hocko
· 6 years ago
5ff7091
mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
by David Rientjes
· 7 years ago
4645b9f
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
by Jérôme Glisse
· 7 years ago
5f32b26
mm/mmu_notifier: kill invalidate_page
by Jérôme Glisse
· 7 years ago
dde8da6
mm: Use static initialization for "srcu"
by Paul E. McKenney
· 8 years ago
6e84f31
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
f1f1007
mm: add new mmgrab() helper
by Vegard Nossum
· 8 years ago
93e205a
fix Christoph's email addresses
by Christoph Lameter
· 9 years ago
1d7715c
mmu-notifier: add clear_young callback
by Vladimir Davydov
· 9 years ago
0f0a327
mmu_notifier: add the callback for mmu_notifier_invalidate_range()
by Joerg Roedel
· 10 years ago
5712846
kvm: Fix page ageing bugs
by Andres Lagar-Cavilla
· 10 years ago
b972216
mmu_notifier: add call_srcu and sync function for listener to delay call and sync
by Peter Zijlstra
· 10 years ago
a64fb3c
mm: audit/fix non-modular users of module_init in core code
by Paul Gortmaker
· 11 years ago
83a35e3
treewide: relase -> release
by Geert Uytterhoeven
· 12 years ago
d34883d
mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
by Xiao Guangrong
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
fa79419
mm: export mmu notifier invalidates
by Cliff Wickman
· 12 years ago
751efd8
mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts
by Robin Holt
· 12 years ago
35cfa2b
mm/mmu_notifier: allocate mmu_notifier in advance
by Gavin Shan
· 12 years ago
6bdb913
mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end
by Haggai Eran
· 12 years ago
7040030
mm: mmu_notifier: make the mmu_notifier srcu static
by Andrea Arcangeli
· 12 years ago
e0f3c3f
mm/mmu_notifier: init notifier if necessary
by Gavin Shan
· 12 years ago
21a9273
mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule
by Sagi Grimberg
· 12 years ago
3ad3d90
mm: mmu_notifier: fix freed page still mapped in secondary MMU
by Xiao Guangrong
· 12 years ago
b95f1b31
mm: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 13 years ago
8ee5382
thp: mmu_notifier_test_young
by Andrea Arcangeli
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
828502d
ksm: add mmu_notifier set_pte_at_notify()
by Izik Eidus
· 15 years ago
cddb8a5
mmu-notifiers: core
by Andrea Arcangeli
· 16 years ago