summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/tlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-121-3/+1Star
* mm: vmstats: tlb flush countersDave Hansen2013-09-121-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/+3Star
* x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim2012-11-151-1/+1
* x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama2012-09-281-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-281-0/+30
* x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-281-195/+47Star
* x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-281-66/+46Star
* x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-281-0/+51
* x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-281-4/+3Star
* x86/tlb: fall back to flush all when meet a THP large pageAlex Shi2012-06-281-0/+34
* x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-281-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-231-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/+1Star
* x86: Avoid tlbstate lock if not enough cpusShaohua Li2011-02-141-7/+4Star
* 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/+1Star
* 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/+10Star
* x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha2009-03-181-5/+0Star
* x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0Star
* 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