index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
tlb.h
Age
Commit message (
Expand
)
Author
2025-03-19
x86/mm: Always set the ASID valid bit for the INVLPGB instruction
Tom Lendacky
2025-03-19
x86/mm: Add INVLPGB support code
Rik van Riel
2025-01-25
mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
Qi Zheng
2025-01-25
mm: pgtable: introduce generic __tlb_remove_table()
Qi Zheng
2025-01-25
x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
2025-01-25
x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
Qi Zheng
2025-01-13
x86: mm: free page table pages by RCU instead of semi RCU
Qi Zheng
2024-11-25
x86/mm: Carve out INVLPG inline asm for use by others
Borislav Petkov (AMD)
2022-07-21
mmu_gather: Remove per arch tlb_{start,end}_vma()
Peter Zijlstra
2021-01-29
tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs
Will Deacon
2020-02-04
asm-generic/tlb: rename HAVE_RCU_TABLE_FREE
Peter Zijlstra
2019-04-03
asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()
Peter Zijlstra
2018-10-09
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
Rik van Riel
2018-10-09
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-31
x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)
Vitaly Kuznetsov
2013-04-12
x86-32: Fix possible incomplete TLB invalidate with PAE pagetables
Dave Hansen
2012-06-27
x86/tlb: enable tlb flush range support for x86
Alex Shi
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro