summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/tlb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-21/+18
|\
| * x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed2024-03-041-1/+1
| * x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed2024-03-041-4/+4
| * x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed2024-02-221-19/+16
| * x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed2024-02-221-1/+1
* | x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-101-5/+5
|/
* arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-301-6/+13
|\
| * x86/mm: Remove "INVPCID single" feature trackingDave Hansen2023-08-031-6/+13
* | mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-1/+1
* | mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-181-0/+2
|/
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-16/+37
|\
| * x86/mm: Handle LAM on context switchKirill A. Shutemov2023-03-161-16/+37
* | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* x86/cpu: Use cpu_feature_enabled() when checking global pages supportBorislav Petkov (AMD)2023-01-251-1/+1
* x86/mm/tlb: Ignore f->new_tlb_gen when zeroNadav Amit2022-07-191-3/+12
* x86/mm/tlb: Avoid reading mm_tlb_gen when possibleNadav Amit2022-06-071-1/+17
* x86/mm/tlb: Revert retpoline avoidance approachDave Hansen2022-04-041-32/+5
* task_work: Remove unnecessary include from posix_timers.hEric W. Biederman2022-03-101-0/+1
* Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-101-1/+1
|\
| * x86: Snapshot thread flagsMark Rutland2021-12-011-1/+1
* | x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel2021-12-061-6/+2
|/
* x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh2021-07-281-2/+56
* x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh2021-07-281-24/+29
* perf/x86: Reset the dirty counter to prevent the leak for an RDPMC taskKan Liang2021-06-171-2/+8
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-71/+105
|\
| * x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit2021-03-061-3/+3
| * x86/mm/tlb: Do not make is_lazy dirty for no reasonNadav Amit2021-03-061-1/+2
| * x86/mm/tlb: Privatize cpu_tlbstateNadav Amit2021-03-061-7/+10
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-17/+29
| * x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()Nadav Amit2021-03-061-5/+32
| * x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit2021-03-061-45/+36
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-3/+3
|/
* x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2020-12-091-2/+8
* x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis2020-10-071-24/+0
* cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2020-08-261-11/+2
* Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-6/+378
|\
| * x86/tlb: Move PCID helpers where they are usedThomas Gleixner2020-04-261-0/+120
| * x86/tlb: Uninline nmi_uaccess_okay()Thomas Gleixner2020-04-261-0/+32
| * x86/tlb: Move __flush_tlb_all() out of lineThomas Gleixner2020-04-261-7/+22
| * x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner2020-04-261-2/+9
| * x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner2020-04-261-1/+33
| * x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2020-04-261-1/+55
| * x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2020-04-261-0/+41
| * x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-261-1/+32
| * x86/cr4: Sanitize CR4.PCE updateThomas Gleixner2020-04-241-1/+21
| * x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner2020-04-241-0/+20
* | x86/mm: remove vmalloc faultingJoerg Roedel2020-06-021-37/+0
|/
* smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
* x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka2019-07-241-1/+1