| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-01-25 | x86/mm: Eliminate redundant page table walk during TLB range flushing |  Mel Gorman | 1 | -27/+1 |
| 2014-01-25 | x86/mm: Clean up inconsistencies when flushing TLB ranges |  Mel Gorman | 1 | -6/+6 |
| 2014-01-25 | mm, x86: Account for TLB flushes only when debugging |  Mel Gorman | 1 | -7/+7 |
| 2013-09-11 | mm: vmstats: track TLB flush stats on UP too |  Dave Hansen | 1 | -3/+1 |
| 2013-09-11 | mm: vmstats: tlb flush counters |  Dave Hansen | 1 | -4/+14 |
| 2013-01-24 | x86: Convert a few mistaken __cpuinit annotations to __init |  Jan Beulich | 1 | -1/+1 |
| 2012-11-29 | x86, 386 removal: Remove CONFIG_INVLPG |  H. Peter Anvin | 1 | -5/+3 |
| 2012-11-14 | x86, mm: Correct vmflag test for checking VM_HUGETLB |  Joonsoo Kim | 1 | -1/+1 |
| 2012-09-27 | x86: Distinguish TLB shootdown interrupts from other functions call interrupts |  Tomoki Sekiyama | 1 | -0/+2 |
| 2012-09-07 | x86/mm: Fix range check in tlbflush debugfs interface |  Jan Beulich | 1 | -1/+1 |
| 2012-06-27 | x86/tlb: do flush_tlb_kernel_range by 'invlpg' |  Alex Shi | 1 | -0/+30 |
| 2012-06-27 | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR |  Alex Shi | 1 | -195/+47 |
| 2012-06-27 | x86/tlb: enable tlb flush range support for x86 |  Alex Shi | 1 | -66/+46 |
| 2012-06-27 | x86/tlb: add tlb_flushall_shift knob into debugfs |  Alex Shi | 1 | -0/+51 |
| 2012-06-27 | x86/tlb: add tlb_flushall_shift for specific CPU |  Alex Shi | 1 | -4/+3 |
| 2012-06-27 | x86/tlb: fall back to flush all when meet a THP large page |  Alex Shi | 1 | -0/+34 |
| 2012-06-27 | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range |  Alex Shi | 1 | -16/+81 |
| 2012-05-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+5 |
| 2012-05-14 | x86: replace percpu_xxx funcs with this_cpu_xxx |  Alex Shi | 1 | -5/+5 |
| 2012-03-22 | x86, tlb: Switch cr3 in leave_mm() only when needed |  Suresh Siddha | 1 | -3/+5 |
| 2011-03-15 | x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others() |  Xiao Guangrong | 1 | -2/+1 |
| 2011-02-14 | x86: Avoid tlbstate lock if not enough cpus |  Shaohua Li | 1 | -7/+4 |
| 2010-11-18 | x86: Use online node real index in calulate_tbl_offset() |  Yinghai Lu | 1 | -2/+3 |
| 2010-11-01 | x86, mm: Fix section mismatch in tlb.c |  Rakib Mullick | 1 | -1/+1 |
| 2010-10-20 | x86: Spread tlb flush vector between nodes |  Shaohua Li | 1 | -1/+47 |
| 2010-07-21 | x86, tlb: Clean up and correct used type |  Borislav Petkov | 1 | -3/+1 |
| 2010-02-17 | x86: Convert tlbstate_lock to raw_spinlock |  Thomas Gleixner | 1 | -4/+4 |
| 2009-11-19 | x86: Eliminate redundant/contradicting cache line size config options |  Jan Beulich | 1 | -1/+2 |
| 2009-09-24 | cpumask: use mm_cpumask() wrapper: x86 |  Rusty Russell | 1 | -7/+8 |
| 2009-08-21 | x86: don't call '->send_IPI_mask()' with an empty mask |  Linus Torvalds | 1 | -11/+10 |
| 2009-03-18 | x86: add x2apic_wrmsr_fence() to x2apic flush tlb paths |  Suresh Siddha | 1 | -5/+0 |
| 2009-02-17 | x86, apic: remove duplicate asm/apic.h inclusions |  Ingo Molnar | 1 | -1/+0 |
| 2009-02-17 | x86, apic: remove genapic.h |  Ingo Molnar | 1 | -1/+1 |
| 2009-01-29 | x86, smp: remove mach_ipi.h |  Ingo Molnar | 1 | -1/+1 |
| 2009-01-28 | x86, apic: untangle the send_IPI_*() jungle |  Ingo Molnar | 1 | -1/+1 |
| 2009-01-21 | Merge branch 'x86/mm' into core/percpu |  Ingo Molnar | 1 | -8/+8 |
| 2009-01-21 | x86, mm: move tlb.c to arch/x86/mm/ |  Ingo Molnar | 1 | -0/+296 |