summaryrefslogtreecommitdiff
path: root/arch/x86/mm/tlb.c
AgeCommit message (Expand)Author
2014-01-25x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman
2014-01-25x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen
2013-09-11mm: vmstats: tlb flush countersDave Hansen
2013-01-24x86: Convert a few mistaken __cpuinit annotations to __initJan Beulich
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin
2012-11-14x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim
2012-09-27x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama
2012-09-07x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich
2012-06-27x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi
2012-06-27x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi
2012-06-27x86/tlb: enable tlb flush range support for x86Alex Shi
2012-06-27x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi
2012-06-27x86/tlb: fall back to flush all when meet a THP large pageAlex Shi
2012-06-27x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi
2012-05-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2012-03-22x86, tlb: Switch cr3 in leave_mm() only when neededSuresh Siddha
2011-03-15x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()Xiao Guangrong
2011-02-14x86: Avoid tlbstate lock if not enough cpusShaohua Li
2010-11-18x86: Use online node real index in calulate_tbl_offset()Yinghai Lu
2010-11-01x86, mm: Fix section mismatch in tlb.cRakib Mullick
2010-10-20x86: Spread tlb flush vector between nodesShaohua Li
2010-07-21x86, tlb: Clean up and correct used typeBorislav Petkov
2010-02-17x86: Convert tlbstate_lock to raw_spinlockThomas Gleixner
2009-11-19x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell
2009-08-21x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds
2009-03-18x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar
2009-02-17x86, apic: remove genapic.hIngo Molnar
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar
2009-01-28x86, apic: untangle the send_IPI_*() jungleIngo Molnar
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar
2009-01-21x86, mm: move tlb.c to arch/x86/mm/Ingo Molnar