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