| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-12 | x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possiblex86_misc_for_6.19-rc1x86/misc | Sean Christopherson | 1 | -2/+3 |
| 2025-10-13 | x86/mm: Fix SMP ordering in switch_mm_irqs_off() | Ingo Molnar | 1 | -2/+22 |
| 2025-05-13 | Merge branch 'x86/msr' into x86/core, to resolve conflicts | Ingo Molnar | 1 | -1/+2 |
| 2025-05-13 | Merge branch 'x86/mm' into x86/core, to resolve conflicts | Ingo Molnar | 1 | -29/+34 |
| 2025-05-13 | Merge branch 'x86/alternatives' into x86/core, to merge dependent commits | Ingo Molnar | 1 | -9/+73 |
| 2025-05-09 | x86/mm: Eliminate window where TLB flushes may be inadvertently skipped | Dave Hansen | 1 | -3/+19 |
| 2025-05-06 | x86/mm: Fix false positive warning in switch_mm_irqs_off() | Peter Zijlstra | 1 | -1/+2 |
| 2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) | 1 | -0/+1 |
| 2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts | Ingo Molnar | 1 | -3/+3 |
| 2025-04-18 | x86/mm: Fix {,un}use_temporary_mm() IRQ state | Peter Zijlstra | 1 | -0/+2 |
| 2025-04-17 | x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off() | Peter Zijlstra | 1 | -8/+0 |
| 2025-04-12 | x86/mm: Allow temporary MMs when IRQs are on | Andy Lutomirski | 1 | -7/+12 |
| 2025-04-12 | x86/mm: Remove 'mm' argument from unuse_temporary_mm() again | Peter Zijlstra | 1 | -4/+4 |
| 2025-04-12 | x86/mm: Make use_/unuse_temporary_mm() non-static | Andy Lutomirski | 1 | -0/+64 |
| 2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' | Ingo Molnar | 1 | -1/+1 |
| 2025-04-09 | x86/bugs: Don't fill RSB on context switch with eIBRS | Josh Poimboeuf | 1 | -3/+3 |
| 2025-04-03 | x86/tlb: Simplify choose_new_asid() and generate better code | Borislav Petkov (AMD) | 1 | -29/+34 |
| 2025-03-25 | Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | 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...x86-mm-2024-11-18 | 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/... | 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_... | Breno Leitao | 1 | -5/+5 |
| 2024-01-03 | arch/x86: Fix typosx86-cleanups-2024-01-08 | 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/g... | 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 trackingx86_mm_for_6.6-rc1 | 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/t... | 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 supportx86-mm-2023-02-20 | Borislav Petkov (AMD) | 1 | -1/+1 |
| 2022-07-19 | x86/mm/tlb: Ignore f->new_tlb_gen when zerox86_mm_for_v6.0_rc1 | 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/ke... | 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/gi... | Linus Torvalds | 1 | -71/+105 |
| 2021-03-18 | x86: Fix various typos in comments | Ingo Molnar | 1 | -3/+3 |
| 2021-03-06 | x86/mm/tlb: Remove unnecessary uses of the inline keyword | Nadav Amit | 1 | -3/+3 |
| 2021-03-06 | x86/mm/tlb: Do not make is_lazy dirty for no reason | Nadav Amit | 1 | -1/+2 |
| 2021-03-06 | x86/mm/tlb: Privatize cpu_tlbstate | Nadav Amit | 1 | -7/+10 |
| 2021-03-06 | x86/mm/tlb: Flush remote and local TLBs concurrently | Nadav Amit | 1 | -17/+29 |
| 2021-03-06 | x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy() | Nadav Amit | 1 | -5/+32 |
| 2021-03-06 | x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote() | Nadav Amit | 1 | -45/+36 |
| 2020-12-09 | x86/membarrier: Get rid of a dubious optimization | Andy Lutomirski | 1 | -2/+8 |
| 2020-10-07 | x86/platform/uv: Remove UV BAU TLB Shootdown Handler | Mike Travis | 1 | -24/+0 |
| 2020-08-26 | cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic | Peter Zijlstra | 1 | -11/+2 |
| 2020-06-05 | Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+378 |
| 2020-06-02 | x86/mm: remove vmalloc faulting | Joerg Roedel | 1 | -37/+0 |
| 2020-04-26 | x86/tlb: Move PCID helpers where they are used | Thomas Gleixner | 1 | -0/+120 |
| 2020-04-26 | x86/tlb: Uninline nmi_uaccess_okay() | Thomas Gleixner | 1 | -0/+32 |
| 2020-04-26 | x86/tlb: Move __flush_tlb_all() out of line | Thomas Gleixner | 1 | -7/+22 |
| 2020-04-26 | x86/tlb: Move flush_tlb_others() out of line | Thomas Gleixner | 1 | -2/+9 |
| 2020-04-26 | x86/tlb: Move __flush_tlb_one_kernel() out of line | Thomas Gleixner | 1 | -1/+33 |
| 2020-04-26 | x86/tlb: Move __flush_tlb_one_user() out of line | Thomas Gleixner | 1 | -1/+55 |
| 2020-04-26 | x86/tlb: Move __flush_tlb_global() out of line | Thomas Gleixner | 1 | -0/+41 |
| 2020-04-26 | x86/tlb: Move __flush_tlb() out of line | Thomas Gleixner | 1 | -1/+32 |
| 2020-04-24 | x86/cr4: Sanitize CR4.PCE update | Thomas Gleixner | 1 | -1/+21 |
| 2020-04-24 | x86/tlb: Uninline __get_current_cr3_fast() | Thomas Gleixner | 1 | -0/+20 |
| 2020-01-24 | smp: Remove allocation mask from on_each_cpu_cond.*()smp-core-2020-01-28 | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2019-07-24 | x86/mm: Avoid redundant interrupt disable in load_mm_cr4() | Jan Kiszka | 1 | -1/+1 |
| 2019-06-14 | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet | 1 | -0/+1 |
| 2019-06-08 | docs: fix broken documentation links | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-26 | x86/mm/tlb: Remove 'struct flush_tlb_info' from the stack | Nadav Amit | 1 | -34/+82 |
| 2019-04-16 | x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info" | Peter Zijlstra | 1 | -1/+1 |
| 2019-01-29 | x86/mm/tlb: Remove unused cpu variable | Shaokun Zhang | 1 | -3/+0 |
| 2018-12-17 | x86/mm/cpa: Optimize cpa_flush_array() TLB invalidation | Peter Zijlstra | 1 | -1/+3 |
| 2018-11-28 | x86/speculation: Prepare for conditional IBPB in switch_mm() | Thomas Gleixner | 1 | -29/+86 |
| 2018-10-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -11/+20 |
| 2018-10-09 | x86/mm/tlb: Make lazy TLB mode lazier | Rik van Riel | 1 | -9/+58 |
| 2018-10-09 | x86/mm/tlb: Add freed_tables element to flush_tlb_info | Rik van Riel | 1 | -0/+1 |
| 2018-10-09 | x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range | Rik van Riel | 1 | -1/+2 |
| 2018-10-09 | x86/mm/tlb: Restructure switch_mm_irqs_off() | Rik van Riel | 1 | -33/+33 |
| 2018-10-09 | x86/mm/tlb: Always use lazy TLB mode | Rik van Riel | 1 | -14/+1 |
| 2018-10-09 | x86/mm: Page size aware flush_tlb_mm_range() | Peter Zijlstra | 1 | -9/+8 |
| 2018-09-26 | x86/speculation: Apply IBPB more strictly to avoid cross-process data leak | Jiri Kosina | 1 | -11/+20 |
| 2018-08-31 | x86/nmi: Fix NMI uaccess race against CR3 switching | Andy Lutomirski | 1 | -0/+7 |
| 2018-08-22 | x86/mm/tlb: Revert the recent lazy TLB patches | Peter Zijlstra | 1 | -152/+53 |
| 2018-07-24 | x86/mm/tlb: Make clear_asid_other() static | zhong jiang | 1 | -1/+1 |
| 2018-07-17 | x86/mm/tlb: Skip atomic operations for 'init_mm' in switch_mm_irqs_off() | Rik van Riel | 1 | -5/+12 |
| 2018-07-17 | x86/mm/tlb: Always use lazy TLB mode | Rik van Riel | 1 | -14/+1 |
| 2018-07-17 | x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUs | Rik van Riel | 1 | -4/+39 |
| 2018-07-17 | x86/mm/tlb: Make lazy TLB mode lazier | Rik van Riel | 1 | -9/+59 |
| 2018-07-17 | x86/mm/tlb: Restructure switch_mm_irqs_off() | Rik van Riel | 1 | -30/+30 |
| 2018-07-17 | x86/mm/tlb: Leave lazy TLB mode at page table free time | Rik van Riel | 1 | -0/+27 |
| 2018-05-19 | x86/mm: Stop pretending pgtable_l5_enabled is a variable | Kirill A. Shutemov | 1 | -1/+1 |
| 2018-02-26 | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes | Ingo Molnar | 1 | -3/+3 |
| 2018-02-16 | x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks | Kirill A. Shutemov | 1 | -1/+1 |
| 2018-02-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
| 2018-02-15 | x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use... | Andy Lutomirski | 1 | -3/+3 |
| 2018-02-13 | x86/mm: Align TLB invalidation info | Nadav Amit | 1 | -1/+1 |
| 2018-02-06 | Merge branch 'linus' into sched/urgent, to resolve conflicts | Ingo Molnar | 1 | -1/+32 |
| 2018-02-05 | membarrier/x86: Provide core serializing command | Mathieu Desnoyers | 1 | -3/+4 |
| 2018-02-05 | membarrier: Document scheduler barrier requirements | Mathieu Desnoyers | 1 | -0/+5 |
| 2018-01-30 | x86/speculation: Use Indirect Branch Prediction Barrier in context switch | Tim Chen | 1 | -1/+32 |
| 2018-01-26 | x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems | Andy Lutomirski | 1 | -5/+29 |
| 2017-12-23 | x86/mm: Use/Fix PCID to optimize user/kernel switches | Peter Zijlstra | 1 | -0/+1 |
| 2017-12-23 | x86/mm: Abstract switching CR3 | Dave Hansen | 1 | -2/+20 |
| 2017-12-23 | x86/mm: Allow flushing for future ASID switches | Dave Hansen | 1 | -0/+35 |
| 2017-12-22 | x86/mm: Move the CR3 construction functions to tlbflush.h | Dave Hansen | 1 | -4/+4 |
| 2017-12-22 | x86/mm: Use __flush_tlb_one() for kernel memory | Peter Zijlstra | 1 | -1/+1 |
| 2017-11-04 | Revert "x86/mm: Stop calling leave_mm() in idle code" | Andy Lutomirski | 1 | -3/+14 |
| 2017-10-18 | x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm | Andy Lutomirski | 1 | -58/+0 |
| 2017-10-18 | x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode" | Andy Lutomirski | 1 | -12/+18 |
| 2017-10-18 | x86/mm/64: Remove the last VM_BUG_ON() from the TLB code | Andy Lutomirski | 1 | -2/+2 |
| 2017-10-14 | x86/mm: Flush more aggressively in lazy TLB mode | Andy Lutomirski | 1 | -42/+111 |
| 2017-09-29 | x86/asm: Use register variable to get stack pointer value | Andrey Ryabinin | 1 | -1/+1 |
| 2017-09-17 | x86/mm: Factor out CR3-building code | Andy Lutomirski | 1 | -6/+5 |
| 2017-09-13 | x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off() | Andy Lutomirski | 1 | -1/+21 |
| 2017-09-10 | x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCID | Andy Lutomirski | 1 | -1/+1 |
| 2017-09-06 | x86/mm: Reinitialize TLB state on hotplug and resume | Andy Lutomirski | 1 | -0/+44 |
| 2017-07-25 | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us... | Andy Lutomirski | 1 | -16/+64 |
| 2017-07-18 | x86/mm: Provide general kernel support for memory encryption | Tom Lendacky | 1 | -2/+2 |
| 2017-07-05 | x86/mm: Stop calling leave_mm() in idle code | Andy Lutomirski | 1 | -17/+3 |
| 2017-07-05 | x86/mm: Rework lazy TLB mode and TLB freshness tracking | Andy Lutomirski | 1 | -79/+118 |
| 2017-07-05 | x86/mm: Track the TLB's tlb_gen and update the flushing algorithm | Andy Lutomirski | 1 | -7/+95 |
| 2017-07-05 | x86/mm: Give each mm TLB flush generation a unique ID | Andy Lutomirski | 1 | -2/+4 |
| 2017-06-30 | x86/mm: Delete a big outdated comment about TLB flushing | Andy Lutomirski | 1 | -36/+0 |
| 2017-06-30 | x86/mm: Don't reenter flush_tlb_func_common() | Andy Lutomirski | 1 | -2/+15 |
| 2017-06-22 | x86/ldt: Simplify the LDT switching logic | Andy Lutomirski | 1 | -18/+2 |
| 2017-06-05 | x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code | Andy Lutomirski | 1 | -3/+2 |
| 2017-06-05 | x86/mm: Rework lazy TLB to track the actual loaded mm | Andy Lutomirski | 1 | -108/+108 |
| 2017-06-05 | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code | Andy Lutomirski | 1 | -15/+2 |
| 2017-06-05 | x86/mm: Use new merged flush logic in arch_tlbbatch_flush() | Andy Lutomirski | 1 | -6/+2 |
| 2017-06-05 | x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases | Andy Lutomirski | 1 | -65/+48 |
| 2017-06-05 | x86/mm: Change the leave_mm() condition for local TLB flushes | Andy Lutomirski | 1 | -1/+1 |
| 2017-06-05 | x86/mm: Pass flush_tlb_info to flush_tlb_others() etc | Andy Lutomirski | 1 | -32/+32 |
| 2017-05-24 | mm, x86/mm: Make the batched unmap TLB flush API more generic | Andy Lutomirski | 1 | -0/+17 |
| 2017-05-24 | x86/mm: Reduce indentation in flush_tlb_func() | Andy Lutomirski | 1 | -16/+18 |
| 2017-05-24 | x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() | Andy Lutomirski | 1 | -27/+0 |
| 2017-04-26 | x86/mm: Fix flush_tlb_page() on Xen | Andy Lutomirski | 1 | -3/+1 |
| 2017-04-26 | x86/mm: Make flush_tlb_mm_range() more predictable | Andy Lutomirski | 1 | -5/+7 |
| 2017-04-26 | x86/mm: Remove flush_tlb() and flush_tlb_current_task() | Andy Lutomirski | 1 | -17/+0 |
| 2016-08-24 | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) | Andy Lutomirski | 1 | -0/+15 |
| 2016-07-14 | x86/mm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
| 2016-04-28 | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski | 1 | -0/+10 |
| 2016-04-28 | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski | 1 | -0/+102 |
| 2016-04-28 | x86/mm: Build arch/x86/mm/tlb.c even on !SMP | Andy Lutomirski | 1 | -0/+4 |
| 2016-04-01 | mm/rmap: batched invalidations should use existing api | Nadav Amit | 1 | -1/+1 |
| 2016-04-01 | x86/mm: TLB_REMOTE_SEND_IPI should count pages | Nadav Amit | 1 | -3/+9 |
| 2016-01-11 | x86/mm: Add barriers and document switch_mm()-vs-flush synchronization | Andy Lutomirski | 1 | -3/+26 |
| 2015-09-04 | x86, mm: trace when an IPI is about to be sent | Mel Gorman | 1 | -0/+1 |
| 2015-07-21 | x86/mm: Add parenthesis for TLB tracepoint size calculation | Dave Hansen | 1 | -1/+1 |
| 2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 1 | -3/+0 |
| 2014-08-10 | x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the varia... | Jeremiah Mahler | 1 | -1/+1 |
| 2014-08-08 | x86/mm: Fix RCU splat from new TLB tracepoints | Dave Hansen | 1 | -1/+7 |
| 2014-07-31 | x86/mm: Set TLB flush tunable to sane value (33) | Dave Hansen | 1 | -2/+11 |
| 2014-07-31 | x86/mm: New tunable for single vs full TLB flush | Dave Hansen | 1 | -0/+46 |
| 2014-07-31 | x86/mm: Add tracepoints for TLB flushes | Dave Hansen | 1 | -2/+9 |
| 2014-07-31 | x86/mm: Unify remote INVLPG code | Dave Hansen | 1 | -2/+2 |
| 2014-07-31 | x86/mm: Fix missed global TLB flush stat | Dave Hansen | 1 | -8/+7 |
| 2014-07-31 | x86/mm: Rip out complicated, out-of-date, buggy TLB flushing | Dave Hansen | 1 | -76/+11 |
| 2014-07-31 | x86/mm: Clean up the TLB flushing code | Dave Hansen | 1 | -12/+11 |
| 2014-01-25 | x86/mm: Eliminate redundant page table walk during TLB range flushing | Mel Gorman | 1 | -27/+1 |
| 2014-01-25 | x86/mm: Clean up inconsistencies when flushing TLB ranges | Mel Gorman | 1 | -6/+6 |
| 2014-01-25 | mm, x86: Account for TLB flushes only when debugging | Mel Gorman | 1 | -7/+7 |
| 2013-09-11 | mm: vmstats: track TLB flush stats on UP too | Dave Hansen | 1 | -3/+1 |
| 2013-09-11 | mm: vmstats: tlb flush counters | Dave Hansen | 1 | -4/+14 |
| 2013-01-24 | x86: Convert a few mistaken __cpuinit annotations to __init | Jan Beulich | 1 | -1/+1 |
| 2012-11-29 | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 1 | -5/+3 |
| 2012-11-14 | x86, mm: Correct vmflag test for checking VM_HUGETLB | Joonsoo Kim | 1 | -1/+1 |
| 2012-09-27 | x86: Distinguish TLB shootdown interrupts from other functions call interrupts | Tomoki Sekiyama | 1 | -0/+2 |
| 2012-09-07 | x86/mm: Fix range check in tlbflush debugfs interface | Jan Beulich | 1 | -1/+1 |
| 2012-06-27 | x86/tlb: do flush_tlb_kernel_range by 'invlpg' | Alex Shi | 1 | -0/+30 |
| 2012-06-27 | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR | Alex Shi | 1 | -195/+47 |
| 2012-06-27 | x86/tlb: enable tlb flush range support for x86 | Alex Shi | 1 | -66/+46 |
| 2012-06-27 | x86/tlb: add tlb_flushall_shift knob into debugfs | Alex Shi | 1 | -0/+51 |
| 2012-06-27 | x86/tlb: add tlb_flushall_shift for specific CPU | Alex Shi | 1 | -4/+3 |
| 2012-06-27 | x86/tlb: fall back to flush all when meet a THP large page | Alex Shi | 1 | -0/+34 |
| 2012-06-27 | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range | Alex Shi | 1 | -16/+81 |
| 2012-05-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+5 |