Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86/mm changes from Peter Anvin: "The big change here is the patchset by Alex Shi to use INVLPG to flush only the affected pages when we only need to flush a small page range. It also removes the special INVALIDATE_TLB_VECTOR interrupts (32 vectors!) and replace it with an ordinary IPI function call." Fix up trivial conflicts in arch/x86/include/asm/apic.h (added code next to changed line) * 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/tlb: Fix build warning and crash when building for !SMP x86/tlb: do flush_tlb_kernel_range by 'invlpg' x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR x86/tlb: enable tlb flush range support for x86 mm/mmu_gather: enable tlb flush range in generic mmu_gather x86/tlb: add tlb_flushall_shift knob into debugfs x86/tlb: add tlb_flushall_shift for specific CPU x86/tlb: fall back to flush all when meet a THP large page x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range x86/tlb_info: get last level TLB entry number of CPU x86: Add read_mostly declaration/definition to variables from smp.h x86: Define early read-mostly per-cpu macros
No related branches found
No related tags found
Showing
- arch/x86/Kconfig.debug 19 additions, 0 deletionsarch/x86/Kconfig.debug
- arch/x86/include/asm/apic.h 1 addition, 1 deletionarch/x86/include/asm/apic.h
- arch/x86/include/asm/entry_arch.h 0 additions, 9 deletionsarch/x86/include/asm/entry_arch.h
- arch/x86/include/asm/irq_vectors.h 0 additions, 11 deletionsarch/x86/include/asm/irq_vectors.h
- arch/x86/include/asm/paravirt.h 3 additions, 2 deletionsarch/x86/include/asm/paravirt.h
- arch/x86/include/asm/paravirt_types.h 2 additions, 1 deletionarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/percpu.h 17 additions, 0 deletionsarch/x86/include/asm/percpu.h
- arch/x86/include/asm/processor.h 13 additions, 0 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/smp.h 8 additions, 8 deletionsarch/x86/include/asm/smp.h
- arch/x86/include/asm/tlb.h 8 additions, 1 deletionarch/x86/include/asm/tlb.h
- arch/x86/include/asm/tlbflush.h 28 additions, 21 deletionsarch/x86/include/asm/tlbflush.h
- arch/x86/include/asm/uv/uv.h 3 additions, 2 deletionsarch/x86/include/asm/uv/uv.h
- arch/x86/kernel/apic/apic.c 3 additions, 3 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/cpu/common.c 31 additions, 0 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/cpu.h 9 additions, 0 deletionsarch/x86/kernel/cpu/cpu.h
- arch/x86/kernel/cpu/intel.c 176 additions, 0 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/entry_64.S 0 additions, 18 deletionsarch/x86/kernel/entry_64.S
- arch/x86/kernel/irqinit.c 0 additions, 73 deletionsarch/x86/kernel/irqinit.c
- arch/x86/kernel/setup_percpu.c 1 addition, 1 deletionarch/x86/kernel/setup_percpu.c
- arch/x86/kernel/smpboot.c 4 additions, 4 deletionsarch/x86/kernel/smpboot.c
Loading
Please register or sign in to comment