index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
tlbflush.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/nmi: Fix NMI uaccess race against CR3 switching
Andy Lutomirski
2018-08-31
1
-0
/
+40
*
x86/mm: Only use tlb_remove_table() for paravirt
Peter Zijlstra
2018-08-23
1
-0
/
+3
*
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
2018-08-22
1
-5
/
+16
*
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
2018-07-17
1
-16
/
+0
*
x86/mm/tlb: Leave lazy TLB mode at page table free time
Rik van Riel
2018-07-17
1
-0
/
+5
*
x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th...
Sai Praneeth
2018-04-05
1
-1
/
+6
*
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
2018-02-15
1
-7
/
+20
*
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
Tim Chen
2018-01-30
1
-0
/
+2
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-14
1
-3
/
+3
|
\
|
*
x86/pti: Fix !PCID and sanitize defines
Thomas Gleixner
2018-01-14
1
-3
/
+3
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-31
1
-6
/
+8
|
\
|
|
*
x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()
Thomas Gleixner
2017-12-31
1
-6
/
+8
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-29
1
-31
/
+171
|
\
|
|
*
x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
Peter Zijlstra
2017-12-23
1
-12
/
+43
|
*
x86/mm: Use INVPCID for __native_flush_tlb_single()
Dave Hansen
2017-12-23
1
-1
/
+22
|
*
x86/mm: Use/Fix PCID to optimize user/kernel switches
Peter Zijlstra
2017-12-23
1
-12
/
+79
|
*
x86/mm: Allow flushing for future ASID switches
Dave Hansen
2017-12-23
1
-8
/
+29
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-23
1
-64
/
+72
|
\
|
|
*
x86/mm: Create asm/invpcid.h
Peter Zijlstra
2017-12-22
1
-48
/
+1
|
*
x86/mm: Put MMU to hardware ASID translation in one place
Dave Hansen
2017-12-22
1
-11
/
+18
|
*
x86/mm: Remove hard-coded ASID limit checks
Dave Hansen
2017-12-22
1
-2
/
+18
|
*
x86/mm: Move the CR3 construction functions to tlbflush.h
Dave Hansen
2017-12-22
1
-0
/
+26
|
*
x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...
Peter Zijlstra
2017-12-22
1
-2
/
+21
|
*
x86/mm: Remove superfluous barriers
Peter Zijlstra
2017-12-22
1
-7
/
+1
|
*
x86/microcode: Dont abuse the TLB-flush interface
Peter Zijlstra
2017-12-22
1
-13
/
+6
*
|
x86/tlb: Disable interrupts when changing CR4
Nadav Amit
2017-11-25
1
-3
/
+8
*
|
x86/tlb: Refactor CR4 setting and shadow write
Nadav Amit
2017-11-25
1
-13
/
+11
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm
Andy Lutomirski
2017-10-18
1
-8
/
+12
*
x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"
Andy Lutomirski
2017-10-18
1
-1
/
+6
*
x86/mm: Flush more aggressively in lazy TLB mode
Andy Lutomirski
2017-10-14
1
-0
/
+24
*
x86/mm: Reinitialize TLB state on hotplug and resume
Andy Lutomirski
2017-09-06
1
-0
/
+2
*
x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...
Andy Lutomirski
2017-07-25
1
-2
/
+16
*
x86/mm: Enable CR4.PCIDE on supported systems
Andy Lutomirski
2017-07-05
1
-0
/
+8
*
x86/mm: Rework lazy TLB mode and TLB freshness tracking
Andy Lutomirski
2017-07-05
1
-4
/
+0
*
x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
Andy Lutomirski
2017-07-05
1
-3
/
+40
*
x86/mm: Give each mm TLB flush generation a unique ID
Andy Lutomirski
2017-07-05
1
-0
/
+18
*
x86/mm: Remove reset_lazy_tlbstate()
Andy Lutomirski
2017-06-22
1
-8
/
+0
*
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
2017-06-13
1
-2
/
+2
*
x86/mm: Rework lazy TLB to track the actual loaded mm
Andy Lutomirski
2017-06-05
1
-2
/
+10
*
x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code
Andy Lutomirski
2017-06-05
1
-75
/
+1
*
x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
Andy Lutomirski
2017-06-05
1
-1
/
+0
*
x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
Andy Lutomirski
2017-06-05
1
-8
/
+11
*
mm, x86/mm: Make the batched unmap TLB flush API more generic
Andy Lutomirski
2017-05-24
1
-0
/
+8
*
x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
Andy Lutomirski
2017-05-24
1
-1
/
+5
*
x86/mm: Remove flush_tlb() and flush_tlb_current_task()
Andy Lutomirski
2017-04-26
1
-9
/
+0
*
Merge branch 'x86/process' into x86/mm, to create new base for further patches
Ingo Molnar
2017-03-23
1
-0
/
+10
|
\
|
*
x86/process: Optimize TIF_NOTSC switch
Thomas Gleixner
2017-03-11
1
-0
/
+10
*
|
x86/tlb: Fix tlb flushing when lguest clears PGE
Daniel Borkmann
2017-03-12
1
-1
/
+1
|
/
*
x86/asm: Get rid of __read_cr4_safe()
Andy Lutomirski
2016-09-30
1
-1
/
+1
[next]