index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
tlb.c
Age
Commit message (
Expand
)
Author
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-13
Merge branch 'x86/mm' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-13
Merge branch 'x86/alternatives' into x86/core, to merge dependent commits
Ingo Molnar
2025-05-09
x86/mm: Eliminate window where TLB flushes may be inadvertently skipped
Dave Hansen
2025-05-06
x86/mm: Fix false positive warning in switch_mm_irqs_off()
Peter Zijlstra
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-05-02
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Ingo Molnar
2025-04-18
x86/mm: Fix {,un}use_temporary_mm() IRQ state
Peter Zijlstra
2025-04-17
x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off()
Peter Zijlstra
2025-04-12
x86/mm: Allow temporary MMs when IRQs are on
Andy Lutomirski
2025-04-12
x86/mm: Remove 'mm' argument from unuse_temporary_mm() again
Peter Zijlstra
2025-04-12
x86/mm: Make use_/unuse_temporary_mm() non-static
Andy Lutomirski
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-09
x86/bugs: Don't fill RSB on context switch with eIBRS
Josh Poimboeuf
2025-04-03
x86/tlb: Simplify choose_new_asid() and generate better code
Borislav Petkov (AMD)
2025-03-25
Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-19
x86/mm: Only do broadcast flush from reclaim if pages were unmapped
Rik van Riel
2025-03-19
x86/mm: Enable broadcast TLB invalidation for multi-threaded processes
Rik van Riel
2025-03-19
x86/mm: Handle global ASID context switch and TLB flush
Rik van Riel
2025-03-19
x86/mm: Add global ASID allocation helper functions
Rik van Riel
2025-03-19
x86/mm: Use broadcast TLB flushing in page reclaim
Rik van Riel
2025-03-19
x86/mm: Use INVLPGB for kernel TLB flushes
Rik van Riel
2025-03-19
x86/mm: Consolidate full flush threshold decision
Rik van Riel
2025-02-27
x86/mm: Remove X86_FEATURE_USE_IBPB checks in cond_mitigation()
Yosry Ahmed
2025-02-27
x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
Yosry Ahmed
2025-02-05
x86: Compare physical instead of virtual PGD addresses
Maciej Wieczor-Retman
2024-12-20
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
2024-12-06
x86/mm/tlb: Only trim the mm_cpumask once a second
Rik van Riel
2024-12-06
x86/mm/tlb: Also remove local CPU from mm_cpumask if stale
Rik van Riel
2024-11-25
x86/mm: Carve out INVLPG inline asm for use by others
Borislav Petkov (AMD)
2024-11-19
x86/mm/tlb: Add tracepoint for TLB flush IPI to stale CPU
Rik van Riel
2024-11-19
x86/mm/tlb: Update mm_cpumask lazily
Rik van Riel
2024-11-13
x86/mm/tlb: Put cpumask_test_cpu() check in switch_mm_irqs_off() under CONFIG...
Rik van Riel
2024-08-14
x86/mm: Remove duplicate check from build_cr3()
Yuntao Wang
2024-08-10
x86/mm: Remove unused CR3_HW_ASID_BITS
Yosry Ahmed
2024-07-02
x86/mm: Fix LAM inconsistency during context switch
Yosry Ahmed
2024-07-02
x86/mm: Use IPIs to synchronize LAM enablement
Yosry Ahmed
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-04
x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()
Yosry Ahmed
2024-03-04
x86/mm: further clarify switch_mm_irqs_off() documentation
Yosry Ahmed
2024-02-22
x86/mm: clarify "prev" usage in switch_mm_irqs_off()
Yosry Ahmed
2024-02-22
x86/mm: delete unused cpu argument to leave_mm()
Yosry Ahmed
2024-01-10
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
2023-08-30
Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-08-18
mmu_notifiers: rename invalidate_range notifier
Alistair Popple
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
2023-08-03
x86/mm: Remove "INVPCID single" feature tracking
Dave Hansen
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
[next]