summaryrefslogtreecommitdiff
path: root/arch/x86/mm/tlb.c
AgeCommit message (Expand)Author
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar
2025-05-09x86/mm: Eliminate window where TLB flushes may be inadvertently skippedDave Hansen
2025-05-06x86/mm: Fix false positive warning in switch_mm_irqs_off()Peter Zijlstra
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar
2025-04-18x86/mm: Fix {,un}use_temporary_mm() IRQ statePeter Zijlstra
2025-04-17x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off()Peter Zijlstra
2025-04-12x86/mm: Allow temporary MMs when IRQs are onAndy Lutomirski
2025-04-12x86/mm: Remove 'mm' argument from unuse_temporary_mm() againPeter Zijlstra
2025-04-12x86/mm: Make use_/unuse_temporary_mm() non-staticAndy Lutomirski
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-09x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
2025-04-03x86/tlb: Simplify choose_new_asid() and generate better codeBorislav Petkov (AMD)
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-19x86/mm: Only do broadcast flush from reclaim if pages were unmappedRik van Riel
2025-03-19x86/mm: Enable broadcast TLB invalidation for multi-threaded processesRik van Riel
2025-03-19x86/mm: Handle global ASID context switch and TLB flushRik van Riel
2025-03-19x86/mm: Add global ASID allocation helper functionsRik van Riel
2025-03-19x86/mm: Use broadcast TLB flushing in page reclaimRik van Riel
2025-03-19x86/mm: Use INVLPGB for kernel TLB flushesRik van Riel
2025-03-19x86/mm: Consolidate full flush threshold decisionRik van Riel
2025-02-27x86/mm: Remove X86_FEATURE_USE_IBPB checks in cond_mitigation()Yosry Ahmed
2025-02-27x86/bugs: Move the X86_FEATURE_USE_IBPB check into callersYosry Ahmed
2025-02-05x86: Compare physical instead of virtual PGD addressesMaciej Wieczor-Retman
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar
2024-12-06x86/mm/tlb: Only trim the mm_cpumask once a secondRik van Riel
2024-12-06x86/mm/tlb: Also remove local CPU from mm_cpumask if staleRik van Riel
2024-11-25x86/mm: Carve out INVLPG inline asm for use by othersBorislav Petkov (AMD)
2024-11-19x86/mm/tlb: Add tracepoint for TLB flush IPI to stale CPURik van Riel
2024-11-19x86/mm/tlb: Update mm_cpumask lazilyRik van Riel
2024-11-13x86/mm/tlb: Put cpumask_test_cpu() check in switch_mm_irqs_off() under CONFIG...Rik van Riel
2024-08-14x86/mm: Remove duplicate check from build_cr3()Yuntao Wang
2024-08-10x86/mm: Remove unused CR3_HW_ASID_BITSYosry Ahmed
2024-07-02x86/mm: Fix LAM inconsistency during context switchYosry Ahmed
2024-07-02x86/mm: Use IPIs to synchronize LAM enablementYosry Ahmed
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-04x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed
2024-03-04x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed
2024-02-22x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-08-30Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple
2023-08-03x86/mm: Remove "INVPCID single" feature trackingDave Hansen
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet