aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/tlbflush.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2025-03-19x86/mm: Only do broadcast flush from reclaim if pages were unmappedRik van Riel1-0/+1
2025-03-19x86/mm: Enable broadcast TLB invalidation for multi-threaded processesRik van Riel1-0/+6
2025-03-19x86/mm: Add global ASID process exit helpersRik van Riel1-0/+9
2025-03-19x86/mm: Handle global ASID context switch and TLB flushRik van Riel1-0/+14
2025-03-19x86/mm: Add global ASID allocation helper functionsRik van Riel1-0/+37
2025-03-19x86/mm: Add INVLPGB feature and Kconfig entryRik van Riel1-0/+3
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song1-2/+1
2025-02-03x86/mm: Fix flush_tlb_range() when used for zapping normal PMDsJann Horn1-1/+1
2024-12-06x86/mm/tlb: Only trim the mm_cpumask once a secondRik van Riel1-0/+1
2024-07-02x86/mm: Fix LAM inconsistency during context switchYosry Ahmed1-5/+4
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-1/+1
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple1-0/+2
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang1-0/+5
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song1-2/+3
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual1-0/+12
2023-07-11x86/mm: Introduce _PAGE_SAVED_DIRTYRick Edgecombe1-1/+2
2023-06-16x86/mm: Remove unused current_untag_mask()Borislav Petkov (AMD)1-9/+2
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov1-0/+10
2023-03-16x86/mm: Handle LAM on context switchKirill A. Shutemov1-1/+37
2022-08-01Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-07-19x86/mm/tlb: Ignore f->new_tlb_gen when zeroNadav Amit1-0/+1
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit1-0/+97
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel1-0/+5
2021-07-28x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh1-1/+1
2021-03-06x86/mm/tlb: Privatize cpu_tlbstateNadav Amit1-18/+21
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit1-2/+2
2021-03-06x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit1-2/+3
2020-04-26x86/tlb: Restrict access to tlbstateThomas Gleixner1-47/+49
2020-04-26x86/tlb: Move PCID helpers where they are usedThomas Gleixner1-127/+6
2020-04-26x86/tlb: Uninline nmi_uaccess_okay()Thomas Gleixner1-32/+1
2020-04-26x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner1-14/+0
2020-04-26x86/tlb: Move paravirt_tlb_remove_table() to the usage siteThomas Gleixner1-5/+0
2020-04-26x86/tlb: Move __flush_tlb_all() out of lineThomas Gleixner1-22/+1
2020-04-26x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner1-6/+4
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner1-40/+1
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner1-51/+2
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner1-36/+2
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner1-24/+5
2020-04-24x86/cpu: Uninline CR4 accessorsThomas Gleixner1-31/+5
2019-07-24x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka1-7/+23
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit1-0/+2
2019-03-29x86/mm/tlb: Define LOADED_MM_SWITCHING with pointer-sized numberJann Horn1-1/+1
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner1-2/+6
2018-10-29x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior1-0/+6
2018-10-09x86/mm/tlb: Add freed_tables element to flush_tlb_infoRik van Riel1-0/+1
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel1-4/+6
2018-10-09x86/mm/tlb: Always use lazy TLB modeRik van Riel1-16/+0