summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/tlbflush.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/tlb: Always use lazy TLB modeRik van Riel2018-07-171-16/+0Star
* x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-0/+5
* x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th...Sai Praneeth2018-04-051-1/+6
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-7/+20
* x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2018-01-301-0/+2
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-3/+3
|\
| * x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-141-3/+3
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-311-6/+8
|\|
| * x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner2017-12-311-6/+8
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-301-31/+171
|\|
| * x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra2017-12-231-12/+43
| * x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2017-12-231-1/+22
| * x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-231-12/+79
| * x86/mm: Allow flushing for future ASID switchesDave Hansen2017-12-231-8/+29
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-64/+72
|\|
| * x86/mm: Create asm/invpcid.hPeter Zijlstra2017-12-221-48/+1Star
| * x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen2017-12-221-11/+18
| * x86/mm: Remove hard-coded ASID limit checksDave Hansen2017-12-221-2/+18
| * x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-221-0/+26
| * x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra2017-12-221-2/+21
| * x86/mm: Remove superfluous barriersPeter Zijlstra2017-12-221-7/+1Star
| * x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2017-12-221-13/+6Star
* | x86/tlb: Disable interrupts when changing CR4Nadav Amit2017-11-251-3/+8
* | x86/tlb: Refactor CR4 setting and shadow writeNadav Amit2017-11-251-13/+11Star
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski2017-10-181-8/+12
* x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski2017-10-181-1/+6
* x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski2017-10-141-0/+24
* x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-071-0/+2
* x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-251-2/+16
* x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski2017-07-051-0/+8
* x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-051-4/+0Star
* x86/mm: Track the TLB's tlb_gen and update the flushing algorithmAndy Lutomirski2017-07-051-3/+40
* x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2017-07-051-0/+18
* x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski2017-06-221-8/+0Star
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-2/+2
* x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-051-2/+10
* x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-051-75/+1Star
* x86/mm: Refactor flush_tlb_mm_range() to merge local and remote casesAndy Lutomirski2017-06-051-1/+0Star
* x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-051-8/+11
* mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski2017-05-241-0/+8
* x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski2017-05-241-1/+5
* x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2017-04-261-9/+0Star
* Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-231-0/+10
|\
| * x86/process: Optimize TIF_NOTSC switchThomas Gleixner2017-03-111-0/+10
* | x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann2017-03-121-1/+1
|/
* x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+1
* x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski2016-09-291-1/+1
* x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior2016-08-101-0/+7
* Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-6/+0Star
|\