index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
tlb.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-09
x86/mm: Eliminate window where TLB flushes may be inadvertently skipped
Dave Hansen
1
-3
/
+19
2025-04-09
x86/bugs: Don't fill RSB on context switch with eIBRS
Josh Poimboeuf
1
-3
/
+3
2025-03-25
Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2025-03-19
x86/mm: Only do broadcast flush from reclaim if pages were unmapped
Rik van Riel
1
-1
/
+2
2025-03-19
x86/mm: Enable broadcast TLB invalidation for multi-threaded processes
Rik van Riel
1
-1
/
+103
2025-03-19
x86/mm: Handle global ASID context switch and TLB flush
Rik van Riel
1
-7
/
+70
2025-03-19
x86/mm: Add global ASID allocation helper functions
Rik van Riel
1
-3
/
+151
2025-03-19
x86/mm: Use broadcast TLB flushing in page reclaim
Rik van Riel
1
-1
/
+3
2025-03-19
x86/mm: Use INVLPGB for kernel TLB flushes
Rik van Riel
1
-4
/
+44
2025-03-19
x86/mm: Consolidate full flush threshold decision
Rik van Riel
1
-22
/
+19
2025-02-27
x86/mm: Remove X86_FEATURE_USE_IBPB checks in cond_mitigation()
Yosry Ahmed
1
-4
/
+2
2025-02-27
x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
Yosry Ahmed
1
-3
/
+4
2025-02-05
x86: Compare physical instead of virtual PGD addresses
Maciej Wieczor-Retman
1
-1
/
+1
2024-12-20
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
1
-1
/
+2
2024-12-06
x86/mm/tlb: Only trim the mm_cpumask once a second
Rik van Riel
1
-3
/
+32
2024-12-06
x86/mm/tlb: Also remove local CPU from mm_cpumask if stale
Rik van Riel
1
-6
/
+6
2024-11-25
x86/mm: Carve out INVLPG inline asm for use by others
Borislav Petkov (AMD)
1
-1
/
+2
2024-11-19
x86/mm/tlb: Add tracepoint for TLB flush IPI to stale CPU
Rik van Riel
1
-0
/
+1
2024-11-19
x86/mm/tlb: Update mm_cpumask lazily
Rik van Riel
1
-10
/
+9
2024-11-13
x86/mm/tlb: Put cpumask_test_cpu() check in switch_mm_irqs_off() under CONFIG_DEBUG_VM
Rik van Riel
1
-1
/
+1
2024-08-14
x86/mm: Remove duplicate check from build_cr3()
Yuntao Wang
1
-1
/
+0
2024-08-10
x86/mm: Remove unused CR3_HW_ASID_BITS
Yosry Ahmed
1
-3
/
+0
2024-07-02
x86/mm: Fix LAM inconsistency during context switch
Yosry Ahmed
1
-3
/
+5
2024-07-02
x86/mm: Use IPIs to synchronize LAM enablement
Yosry Ahmed
1
-4
/
+3
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-21
/
+18
2024-03-04
x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()
Yosry Ahmed
1
-1
/
+1
2024-03-04
x86/mm: further clarify switch_mm_irqs_off() documentation
Yosry Ahmed
1
-4
/
+4
2024-02-22
x86/mm: clarify "prev" usage in switch_mm_irqs_off()
Yosry Ahmed
1
-19
/
+16
2024-02-22
x86/mm: delete unused cpu argument to leave_mm()
Yosry Ahmed
1
-1
/
+1
2024-01-10
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_ISOLATION
Breno Leitao
1
-5
/
+5
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-08-30
Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+13
2023-08-18
mmu_notifiers: rename invalidate_range notifier
Alistair Popple
1
-1
/
+1
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
1
-0
/
+2
2023-08-03
x86/mm: Remove "INVPCID single" feature tracking
Dave Hansen
1
-6
/
+13
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-16
/
+37
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
1
-1
/
+1
2023-03-16
x86/mm: Handle LAM on context switch
Kirill A. Shutemov
1
-16
/
+37
2023-01-25
x86/cpu: Use cpu_feature_enabled() when checking global pages support
Borislav Petkov (AMD)
1
-1
/
+1
2022-07-19
x86/mm/tlb: Ignore f->new_tlb_gen when zero
Nadav Amit
1
-3
/
+12
2022-06-07
x86/mm/tlb: Avoid reading mm_tlb_gen when possible
Nadav Amit
1
-1
/
+17
2022-04-04
x86/mm/tlb: Revert retpoline avoidance approach
Dave Hansen
1
-32
/
+5
2022-03-10
task_work: Remove unnecessary include from posix_timers.h
Eric W. Biederman
1
-0
/
+1
2022-01-10
Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2021-12-06
x86/mm/64: Flush global TLB on boot and AP bringup
Joerg Roedel
1
-6
/
+2
2021-12-01
x86: Snapshot thread flags
Mark Rutland
1
-1
/
+1
2021-07-28
x86/mm: Prepare for opt-in based L1D flush in switch_mm()
Balbir Singh
1
-2
/
+56
2021-07-28
x86/mm: Refactor cond_ibpb() to support other use cases
Balbir Singh
1
-24
/
+29
2021-06-17
perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task
Kan Liang
1
-2
/
+8
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-71
/
+105
[next]