summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/tlb.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-111-3/+26
* x86, mm: trace when an IPI is about to be sentMel Gorman2015-09-041-0/+1
* x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen2015-07-211-1/+1
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-3/+0
* x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the varia...Jeremiah Mahler2014-08-101-1/+1
* x86/mm: Fix RCU splat from new TLB tracepointsDave Hansen2014-08-081-1/+7
* x86/mm: Set TLB flush tunable to sane value (33)Dave Hansen2014-07-311-2/+11
* x86/mm: New tunable for single vs full TLB flushDave Hansen2014-07-311-0/+46
* x86/mm: Add tracepoints for TLB flushesDave Hansen2014-07-311-2/+9
* x86/mm: Unify remote INVLPG codeDave Hansen2014-07-311-2/+2
* x86/mm: Fix missed global TLB flush statDave Hansen2014-07-311-8/+7
* x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-311-76/+11
* x86/mm: Clean up the TLB flushing codeDave Hansen2014-07-311-12/+11
* x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman2014-01-251-27/+1
* x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman2014-01-251-6/+6
* mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-251-7/+7
* mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-111-3/+1
* mm: vmstats: tlb flush countersDave Hansen2013-09-111-4/+14
* x86: Convert a few mistaken __cpuinit annotations to __initJan Beulich2013-01-241-1/+1
* x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-291-5/+3
* x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim2012-11-141-1/+1
* x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama2012-09-271-0/+2
* x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich2012-09-071-1/+1
* x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi2012-06-271-0/+30
* x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-271-195/+47
* x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-271-66/+46
* x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-271-0/+51
* x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-271-4/+3
* x86/tlb: fall back to flush all when meet a THP large pageAlex Shi2012-06-271-0/+34
* x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-271-16/+81
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-231-3/+5
|\
| * x86, tlb: Switch cr3 in leave_mm() only when neededSuresh Siddha2012-03-221-3/+5
* | x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-5/+5
|/
* x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()Xiao Guangrong2011-03-151-2/+1
* x86: Avoid tlbstate lock if not enough cpusShaohua Li2011-02-141-7/+4
* x86: Use online node real index in calulate_tbl_offset()Yinghai Lu2010-11-181-2/+3
* x86, mm: Fix section mismatch in tlb.cRakib Mullick2010-11-011-1/+1
* x86: Spread tlb flush vector between nodesShaohua Li2010-10-201-1/+47
* x86, tlb: Clean up and correct used typeBorislav Petkov2010-07-211-3/+1
* x86: Convert tlbstate_lock to raw_spinlockThomas Gleixner2010-02-171-4/+4
* x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich2009-11-191-1/+2
* cpumask: use mm_cpumask() wrapper: x86Rusty Russell2009-09-241-7/+8
* x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds2009-08-211-11/+10
* x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha2009-03-181-5/+0
* x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0
* x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* x86, smp: remove mach_ipi.hIngo Molnar2009-01-291-1/+1
* x86, apic: untangle the send_IPI_*() jungleIngo Molnar2009-01-281-1/+1
* Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-211-8/+8
* x86, mm: move tlb.c to arch/x86/mm/Ingo Molnar2009-01-211-0/+296
OpenPOWER on IntegriCloud