index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmu_notifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
2022-04-21
1
-1
/
+13
*
mm/mmu_notifiers: ensure range_end() is paired with range_start()
Sean Christopherson
2021-03-25
1
-0
/
+23
*
mm: track mmu notifiers in fs_reclaim_acquire/release
Daniel Vetter
2020-12-15
1
-7
/
+0
*
mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert
Jann Horn
2020-10-16
1
-1
/
+1
*
mm: mmu_notifier: fix and extend kerneldoc
Krzysztof Kozlowski
2020-08-12
1
-4
/
+5
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-5
/
+5
*
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
2020-06-09
1
-3
/
+3
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
mm/mmu_notifier: silence PROVE_RCU_LIST warnings
Qian Cai
2020-03-21
1
-9
/
+18
*
mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier
Jason Gunthorpe
2020-01-14
1
-63
/
+73
*
mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier
Jason Gunthorpe
2020-01-14
1
-82
/
+101
*
mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
Jason Gunthorpe
2020-01-14
1
-156
/
+170
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-11-30
1
-26
/
+531
|
\
|
*
mm/mmu_notifier: add an interval tree notifier
Jason Gunthorpe
2019-11-23
1
-26
/
+518
|
*
mm/mmu_notifier: define the header pre-processor parts even if disabled
Jason Gunthorpe
2019-11-12
1
-0
/
+13
*
|
mm/mmu_notifiers: use the right return code for WARN_ON
Jason Gunthorpe
2019-11-06
1
-1
/
+1
|
/
*
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-21
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-26
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-01-31
1
-0
/
+31
*
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
Jérôme Glisse
2017-11-15
1
-2
/
+9
*
mm/mmu_notifier: kill invalidate_page
Jérôme Glisse
2017-08-31
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-27
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-06
1
-1
/
+39
*
mm: audit/fix non-modular users of module_init in core code
Paul Gortmaker
2014-01-23
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-24
1
-40
/
+39
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-12
/
+6
[next]