aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/tlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-5/+5
2012-03-22x86, tlb: Switch cr3 in leave_mm() only when neededSuresh Siddha1-3/+5
2011-03-15x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()Xiao Guangrong1-2/+1
2011-02-14x86: Avoid tlbstate lock if not enough cpusShaohua Li1-7/+4
2010-11-18x86: Use online node real index in calulate_tbl_offset()Yinghai Lu1-2/+3
2010-11-01x86, mm: Fix section mismatch in tlb.cRakib Mullick1-1/+1
2010-10-20x86: Spread tlb flush vector between nodesShaohua Li1-1/+47
2010-07-21x86, tlb: Clean up and correct used typeBorislav Petkov1-3/+1
2010-02-17x86: Convert tlbstate_lock to raw_spinlockThomas Gleixner1-4/+4
2009-11-19x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich1-1/+2
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-7/+8
2009-08-21x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds1-11/+10
2009-03-18x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha1-5/+0
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-1/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar1-1/+1
2009-01-28x86, apic: untangle the send_IPI_*() jungleIngo Molnar1-1/+1
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-8/+8
2009-01-21x86, mm: move tlb.c to arch/x86/mm/Ingo Molnar1-0/+296