index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
tlb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/mmu_gather: add __tlb_remove_folio_pages()
David Hildenbrand
2024-02-23
1
-0
/
+8
*
mm/mmu_gather: add tlb_remove_tlb_entries()
David Hildenbrand
2024-02-23
1
-1
/
+23
*
mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...
David Hildenbrand
2024-02-23
1
-6
/
+6
*
mm: add utility functions for ptdesc
Vishal Moola (Oracle)
2023-08-21
1
-0
/
+11
*
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
2023-08-18
1
-1
/
+0
*
mm: delay page_remove_rmap() until after the TLB has been flushed
Linus Torvalds
2022-12-01
1
-2
/
+29
*
mm: mmu_gather: prepare to gather encoded page pointers with flags
Linus Torvalds
2022-12-01
1
-4
/
+5
*
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
2022-11-30
1
-0
/
+4
*
mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE case
Linus Torvalds
2022-07-22
1
-3
/
+0
*
mmu_gather: Force tlb-flush VM_PFNMAP vmas
Peter Zijlstra
2022-07-21
1
-16
/
+17
*
mmu_gather: Let there be one tlb_{start,end}_vma() implementation
Peter Zijlstra
2022-07-21
1
-13
/
+2
*
mmu_gather: Remove per arch tlb_{start,end}_vma()
Peter Zijlstra
2022-07-21
1
-2
/
+19
*
mm/mprotect: do not flush when not required architecturally
Nadav Amit
2022-05-13
1
-0
/
+14
*
tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry
Steve Capper
2022-04-06
1
-3
/
+7
*
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2022-02-17
1
-2
/
+2
*
tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
Will Deacon
2021-01-29
1
-2
/
+4
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
tlb: mmu_gather: add tlb_flush_*_range APIs
Peter Zijlstra (Intel)
2020-07-07
1
-15
/
+40
*
mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()
Anshuman Khandual
2020-04-07
1
-1
/
+2
*
asm-generic/tlb: provide MMU_GATHER_TABLE_FREE
Peter Zijlstra
2020-02-04
1
-35
/
+37
*
asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHER
Peter Zijlstra
2020-02-04
1
-2
/
+12
*
asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
2020-02-04
1
-3
/
+6
*
asm-generic/tlb: rename HAVE_RCU_TABLE_FREE
Peter Zijlstra
2020-02-04
1
-5
/
+5
*
asm-gemeric/tlb: remove stray function declarations
Peter Zijlstra
2020-02-04
1
-4
/
+0
*
asm-generic/tlb: avoid potential double flush
Peter Zijlstra
2020-02-04
1
-1
/
+6
*
mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush
Peter Zijlstra
2020-02-04
1
-7
/
+15
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-12-02
1
-4
/
+0
|
\
|
*
asm-generic/tlb: stub out p4d_free_tlb() if nop4d ...
Vineet Gupta
2019-12-01
1
-2
/
+0
|
*
asm-generic/tlb: stub out pud_free_tlb() if nopud ...
Vineet Gupta
2019-12-01
1
-2
/
+0
*
|
powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is set
Aneesh Kumar K.V
2019-11-05
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-07
1
-0
/
+9
|
\
|
*
mm/tlb: Provide default nmi_uaccess_okay()
Nadav Amit
2019-04-30
1
-0
/
+9
*
|
ia64/tlb: Eradicate tlb_migrate_finish() callback
Peter Zijlstra
2019-04-03
1
-4
/
+0
*
|
asm-generic/tlb: Remove tlb_table_flush()
Peter Zijlstra
2019-04-03
1
-1
/
+0
*
|
asm-generic/tlb: Remove tlb_flush_mmu_free()
Peter Zijlstra
2019-04-03
1
-7
/
+3
*
|
asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHER
Peter Zijlstra
2019-04-03
1
-1
/
+0
*
|
asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=y
Martin Schwidefsky
2019-04-03
1
-2
/
+7
*
|
asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATE
Peter Zijlstra
2019-04-03
1
-4
/
+5
*
|
asm-generic/tlb, ia64: Conditionally provide tlb_migrate_finish()
Peter Zijlstra
2019-04-03
1
-0
/
+2
*
|
asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()
Peter Zijlstra
2019-04-03
1
-1
/
+40
*
|
asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()
Peter Zijlstra
2019-04-03
1
-12
/
+83
*
|
asm-generic/tlb, arch: Provide generic VIPT cache flush
Peter Zijlstra
2019-04-03
1
-8
/
+11
*
|
asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
2019-04-03
1
-13
/
+19
*
|
asm-generic/tlb: Provide a comment
Peter Zijlstra
2019-04-03
1
-3
/
+116
|
/
*
mm/memory: Move mmu_gather and TLB invalidation code into its own file
Peter Zijlstra
2018-09-07
1
-0
/
+1
*
asm-generic/tlb: Track which levels of the page tables have been cleared
Will Deacon
2018-09-04
1
-8
/
+50
*
asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather
Peter Zijlstra
2018-09-04
1
-8
/
+23
*
asm-generic/tlb: Guard with #ifdef CONFIG_MMU
Will Deacon
2018-09-04
1
-0
/
+4
*
mm: mmu_notifier fix for tlb_end_vma
Nicholas Piggin
2018-08-23
1
-4
/
+13
[next]