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_gather.c
Age
Commit message (
Expand
)
Author
2024-02-22
mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...
David Hildenbrand
2024-02-22
mm/mmu_gather: add __tlb_remove_folio_pages()
David Hildenbrand
2024-02-22
mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
David Hildenbrand
2024-02-22
mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...
David Hildenbrand
2023-12-29
mm/memory: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-08-24
mm: fix kernel-doc warning from tlb_flush_rmaps()
Matthew Wilcox (Oracle)
2023-03-28
mm: prefer xxx_page() alloc/free functions for order-0 pages
Lorenzo Stoakes
2022-12-11
mm: mmu_gather: allow more than one batch of delayed rmaps
Linus Torvalds
2022-11-30
Revert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()"
Alexander Potapenko
2022-11-30
mm: mmu_gather: do not expose delayed_rmap flag
Alexander Gordeev
2022-11-30
mm: delay page_remove_rmap() until after the TLB has been flushed
Linus Torvalds
2022-11-30
mm: mmu_gather: prepare to gather encoded page pointers with flags
Linus Torvalds
2022-11-30
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
2022-10-12
kmsan: unpoison @tlb in arch_tlb_gather_mmu()
Alexander Potapenko
2022-04-28
mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...
Jianxing Wang
2022-01-15
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
2021-04-16
mm: eliminate "expecting prototype" kernel-doc warnings
Randy Dunlap
2021-01-29
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
2021-01-29
tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
Will Deacon
2021-01-29
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
Will Deacon
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-02-04
asm-generic/tlb: provide MMU_GATHER_TABLE_FREE
Peter Zijlstra
2020-02-04
asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHER
Peter Zijlstra
2020-02-04
asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
2020-02-04
asm-generic/tlb: rename HAVE_RCU_TABLE_FREE
Peter Zijlstra
2020-02-04
mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush
Peter Zijlstra
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
2019-06-13
mm: mmu_gather: remove __tlb_reset_range() for force flush
Yang Shi
2019-04-03
asm-generic/tlb: Remove tlb_table_flush()
Peter Zijlstra
2019-04-03
asm-generic/tlb: Remove tlb_flush_mmu_free()
Peter Zijlstra
2019-04-03
asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHER
Peter Zijlstra
2019-04-03
asm-generic/tlb: Remove arch_tlb*_mmu()
Peter Zijlstra
2019-04-03
asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=y
Martin Schwidefsky
2019-04-03
asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATE
Peter Zijlstra
2019-04-03
asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
2018-11-27
mm: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
2018-09-07
mm/memory: Move mmu_gather and TLB invalidation code into its own file
Peter Zijlstra