-
- Downloads
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "The main changes are the PCID fixes from Andy, but there's also two hyperv fixes and two paravirt updates" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/hyper-v: Remove duplicated HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED definition x86/hyper-V: Allocate the IDT entry early in boot paravirt: Switch maintainer x86/paravirt: Remove no longer used paravirt functions x86/mm/64: Initialize CR4.PCIDE early x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3 x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()
No related branches found
No related tags found
Showing
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- arch/x86/include/asm/desc.h 1 addition, 2 deletionsarch/x86/include/asm/desc.h
- arch/x86/include/asm/paravirt.h 0 additions, 37 deletionsarch/x86/include/asm/paravirt.h
- arch/x86/include/asm/paravirt_types.h 0 additions, 9 deletionsarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/pgtable.h 4 additions, 23 deletionsarch/x86/include/asm/pgtable.h
- arch/x86/include/asm/special_insns.h 5 additions, 5 deletionsarch/x86/include/asm/special_insns.h
- arch/x86/include/uapi/asm/hyperv.h 0 additions, 6 deletionsarch/x86/include/uapi/asm/hyperv.h
- arch/x86/kernel/cpu/common.c 7 additions, 42 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/mshyperv.c 2 additions, 2 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/kernel/paravirt.c 0 additions, 5 deletionsarch/x86/kernel/paravirt.c
- arch/x86/kernel/setup.c 4 additions, 1 deletionarch/x86/kernel/setup.c
- arch/x86/kernel/smpboot.c 5 additions, 3 deletionsarch/x86/kernel/smpboot.c
- arch/x86/kvm/vmx.c 1 addition, 1 deletionarch/x86/kvm/vmx.c
- arch/x86/mm/init.c 34 additions, 0 deletionsarch/x86/mm/init.c
- arch/x86/mm/pgtable.c 1 addition, 6 deletionsarch/x86/mm/pgtable.c
- arch/x86/mm/tlb.c 21 additions, 1 deletionarch/x86/mm/tlb.c
- arch/x86/power/hibernate_64.c 20 additions, 1 deletionarch/x86/power/hibernate_64.c
- arch/x86/xen/enlighten_pv.c 0 additions, 2 deletionsarch/x86/xen/enlighten_pv.c
- arch/x86/xen/mmu_pv.c 0 additions, 2 deletionsarch/x86/xen/mmu_pv.c
Loading
Please register or sign in to comment