Age | Commit message (Expand) | Author | Files | Lines |
2019-05-14 | x86/speculation: Prepare for conditional IBPB in switch_mm() | Thomas Gleixner | 1 | -28/+85 |
2019-05-14 | x86/speculation: Apply IBPB more strictly to avoid cross-process data leak | Jiri Kosina | 1 | -11/+20 |
2018-03-11 | x86/speculation: Use Indirect Branch Prediction Barrier in context switch | Tim Chen | 1 | -0/+31 |
2018-03-11 | x86/mm: Give each mm TLB flush generation a unique ID | Andy Lutomirski | 1 | -0/+2 |
2018-01-17 | x86/asm: Use register variable to get stack pointer value | Andrey Ryabinin | 1 | -1/+1 |
2018-01-05 | kaiser: kaiser_flush_tlb_on_return_to_user() check PCID | Hugh Dickins | 1 | -4/+4 |
2018-01-05 | kaiser: add "nokaiser" boot option, using ALTERNATIVE | Hugh Dickins | 1 | -3/+1 |
2018-01-05 | kaiser: PCID 0 for kernel and 128 for user | Hugh Dickins | 1 | -0/+3 |
2018-01-05 | kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user | Hugh Dickins | 1 | -28/+18 |
2018-01-05 | kaiser: enhanced by kernel and user PCIDs | Hugh Dickins | 1 | -3/+43 |
2018-01-02 | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code | Andy Lutomirski | 1 | -15/+2 |
2018-01-02 | x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() | Andy Lutomirski | 1 | -27/+0 |
2018-01-02 | x86/mm: Make flush_tlb_mm_range() more predictable | Andy Lutomirski | 1 | -5/+7 |
2018-01-02 | x86/mm: Remove flush_tlb() and flush_tlb_current_task() | Andy Lutomirski | 1 | -17/+0 |
2017-07-05 | x86/mm: Fix flush_tlb_page() on Xen | Andy Lutomirski | 1 | -3/+1 |
2016-08-24 | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) | Andy Lutomirski | 1 | -0/+15 |
2016-07-14 | x86/mm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
2016-04-28 | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski | 1 | -0/+10 |
2016-04-28 | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski | 1 | -0/+102 |
2016-04-28 | x86/mm: Build arch/x86/mm/tlb.c even on !SMP | Andy Lutomirski | 1 | -0/+4 |
2016-04-02 | mm/rmap: batched invalidations should use existing api | Nadav Amit | 1 | -1/+1 |
2016-04-02 | x86/mm: TLB_REMOTE_SEND_IPI should count pages | Nadav Amit | 1 | -3/+9 |
2016-01-11 | x86/mm: Add barriers and document switch_mm()-vs-flush synchronization | Andy Lutomirski | 1 | -3/+26 |
2015-09-05 | x86, mm: trace when an IPI is about to be sent | Mel Gorman | 1 | -0/+1 |
2015-07-21 | x86/mm: Add parenthesis for TLB tracepoint size calculation | Dave Hansen | 1 | -1/+1 |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 1 | -3/+0 |
2014-08-10 | x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the varia... | Jeremiah Mahler | 1 | -1/+1 |
2014-08-08 | x86/mm: Fix RCU splat from new TLB tracepoints | Dave Hansen | 1 | -1/+7 |
2014-07-31 | x86/mm: Set TLB flush tunable to sane value (33) | Dave Hansen | 1 | -2/+11 |
2014-07-31 | x86/mm: New tunable for single vs full TLB flush | Dave Hansen | 1 | -0/+46 |
2014-07-31 | x86/mm: Add tracepoints for TLB flushes | Dave Hansen | 1 | -2/+9 |
2014-07-31 | x86/mm: Unify remote INVLPG code | Dave Hansen | 1 | -2/+2 |
2014-07-31 | x86/mm: Fix missed global TLB flush stat | Dave Hansen | 1 | -8/+7 |
2014-07-31 | x86/mm: Rip out complicated, out-of-date, buggy TLB flushing | Dave Hansen | 1 | -76/+11 |
2014-07-31 | x86/mm: Clean up the TLB flushing code | Dave Hansen | 1 | -12/+11 |
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-12 | mm: vmstats: track TLB flush stats on UP too | Dave Hansen | 1 | -3/+1 |
2013-09-12 | 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-30 | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 1 | -5/+3 |
2012-11-15 | x86, mm: Correct vmflag test for checking VM_HUGETLB | Joonsoo Kim | 1 | -1/+1 |
2012-09-28 | 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-28 | x86/tlb: do flush_tlb_kernel_range by 'invlpg' | Alex Shi | 1 | -0/+30 |
2012-06-28 | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR | Alex Shi | 1 | -195/+47 |
2012-06-28 | x86/tlb: enable tlb flush range support for x86 | Alex Shi | 1 | -66/+46 |
2012-06-28 | x86/tlb: add tlb_flushall_shift knob into debugfs | Alex Shi | 1 | -0/+51 |
2012-06-28 | x86/tlb: add tlb_flushall_shift for specific CPU | Alex Shi | 1 | -4/+3 |