aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/tlb.c
AgeCommit message (Expand)Author
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
2021-03-06x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit
2021-03-06x86/mm/tlb: Do not make is_lazy dirty for no reasonNadav Amit
2021-03-06x86/mm/tlb: Privatize cpu_tlbstateNadav Amit
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit
2021-03-06x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()Nadav Amit
2021-03-06x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit
2020-12-09x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski
2020-10-07x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel
2020-04-26x86/tlb: Move PCID helpers where they are usedThomas Gleixner
2020-04-26x86/tlb: Uninline nmi_uaccess_okay()Thomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_all() out of lineThomas Gleixner
2020-04-26x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner
2020-04-24x86/cr4: Sanitize CR4.PCE updateThomas Gleixner
2020-04-24x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior
2019-07-24x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-26x86/mm/tlb: Remove 'struct flush_tlb_info' from the stackNadav Amit
2019-04-16x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra
2019-01-29x86/mm/tlb: Remove unused cpu variableShaokun Zhang
2018-12-17x86/mm/cpa: Optimize cpa_flush_array() TLB invalidationPeter Zijlstra
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-09x86/mm/tlb: Make lazy TLB mode lazierRik van Riel
2018-10-09x86/mm/tlb: Add freed_tables element to flush_tlb_infoRik van Riel
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel
2018-10-09x86/mm/tlb: Restructure switch_mm_irqs_off()Rik van Riel
2018-10-09x86/mm/tlb: Always use lazy TLB modeRik van Riel
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra
2018-09-26x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski