summaryrefslogtreecommitdiff
path: root/arch/x86/mm/tlb.c
AgeCommit message (Expand)Author
2025-04-09x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
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
2023-03-16x86/mm: Handle LAM on context switchKirill A. Shutemov
2023-01-25x86/cpu: Use cpu_feature_enabled() when checking global pages supportBorislav Petkov (AMD)
2022-07-19x86/mm/tlb: Ignore f->new_tlb_gen when zeroNadav Amit
2022-06-07x86/mm/tlb: Avoid reading mm_tlb_gen when possibleNadav Amit
2022-04-04x86/mm/tlb: Revert retpoline avoidance approachDave Hansen
2022-03-10task_work: Remove unnecessary include from posix_timers.hEric W. Biederman
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel
2021-12-01x86: Snapshot thread flagsMark Rutland
2021-07-28x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh
2021-07-28x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh
2021-06-17perf/x86: Reset the dirty counter to prevent the leak for an RDPMC taskKan Liang
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-03-18x86: Fix various typos in commentsIngo Molnar