summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/tlbflush.h
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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/+0
* 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/+0
* 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/+1
* x86/mm: Refactor flush_tlb_mm_range() to merge local and remote casesAndy Lutomirski2017-06-051-1/+0
* 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/+0
* 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/+0
|\
| * mm/rmap: batched invalidations should use existing apiNadav Amit2016-04-011-6/+0
* | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-311-1/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-0/+57
|\
| * x86/mm: Fix INVPCID asm constraintBorislav Petkov2016-02-141-2/+2
| * x86/mm: If INVPCID is available, use it to flush global mappingsAndy Lutomirski2016-02-091-0/+9
| * x86/mm: Add INVPCID helpersAndy Lutomirski2016-02-091-0/+48
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-0/+1
|/
* mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-041-0/+6
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-13/+39
* x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-0/+37
* mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-251-3/+3
* mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-111-6/+31
* x86, cleanups: Remove extra tab in __flush_tlb_one()Michael Wang2013-06-041-1/+1
* x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled()Fenghua Yu2013-01-311-6/+12
* x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-291-3/+0
* x86/tlb: Fix build warning and crash when building for !SMPAlex Shi2012-07-201-2/+2
* x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi2012-06-271-6/+7
* x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-271-3/+14
* x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-271-14/+9
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-231-5/+1
|\
| * x86/tlb: Clean up and unify TLB_FLUSH_ALL definitionAlex Shi2012-05-181-5/+1
* | x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-2/+2
* | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+1
|/
* x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-2/+0