index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
tlb.c
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-26
x86/mm/tlb: Remove 'struct flush_tlb_info' from the stack
Nadav Amit
2019-04-16
x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"
Peter Zijlstra
2019-01-29
x86/mm/tlb: Remove unused cpu variable
Shaokun Zhang
2018-12-17
x86/mm/cpa: Optimize cpa_flush_array() TLB invalidation
Peter Zijlstra
2018-11-28
x86/speculation: Prepare for conditional IBPB in switch_mm()
Thomas Gleixner
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-09
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
2018-10-09
x86/mm/tlb: Add freed_tables element to flush_tlb_info
Rik van Riel
2018-10-09
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
Rik van Riel
2018-10-09
x86/mm/tlb: Restructure switch_mm_irqs_off()
Rik van Riel
2018-10-09
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
2018-10-09
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
2018-09-26
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
Jiri Kosina
2018-08-31
x86/nmi: Fix NMI uaccess race against CR3 switching
Andy Lutomirski
2018-08-22
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
2018-07-24
x86/mm/tlb: Make clear_asid_other() static
zhong jiang
2018-07-17
x86/mm/tlb: Skip atomic operations for 'init_mm' in switch_mm_irqs_off()
Rik van Riel
2018-07-17
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
2018-07-17
x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUs
Rik van Riel
2018-07-17
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
2018-07-17
x86/mm/tlb: Restructure switch_mm_irqs_off()
Rik van Riel
2018-07-17
x86/mm/tlb: Leave lazy TLB mode at page table free time
Rik van Riel
2018-05-19
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
2018-02-26
Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes
Ingo Molnar
2018-02-16
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
Kirill A. Shutemov
2018-02-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-15
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
2018-02-13
x86/mm: Align TLB invalidation info
Nadav Amit
2018-02-06
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
2018-02-05
membarrier/x86: Provide core serializing command
Mathieu Desnoyers
2018-02-05
membarrier: Document scheduler barrier requirements
Mathieu Desnoyers
2018-01-30
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
Tim Chen
2018-01-26
x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems
Andy Lutomirski
2017-12-23
x86/mm: Use/Fix PCID to optimize user/kernel switches
Peter Zijlstra
2017-12-23
x86/mm: Abstract switching CR3
Dave Hansen
2017-12-23
x86/mm: Allow flushing for future ASID switches
Dave Hansen
2017-12-22
x86/mm: Move the CR3 construction functions to tlbflush.h
Dave Hansen
2017-12-22
x86/mm: Use __flush_tlb_one() for kernel memory
Peter Zijlstra
2017-11-04
Revert "x86/mm: Stop calling leave_mm() in idle code"
Andy Lutomirski
2017-10-18
x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm
Andy Lutomirski
2017-10-18
x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"
Andy Lutomirski
2017-10-18
x86/mm/64: Remove the last VM_BUG_ON() from the TLB code
Andy Lutomirski
2017-10-14
x86/mm: Flush more aggressively in lazy TLB mode
Andy Lutomirski
2017-09-29
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2017-09-17
x86/mm: Factor out CR3-building code
Andy Lutomirski
2017-09-13
x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()
Andy Lutomirski
2017-09-10
x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCID
Andy Lutomirski
2017-09-06
x86/mm: Reinitialize TLB state on hotplug and resume
Andy Lutomirski
2017-07-25
x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...
Andy Lutomirski
[next]