aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+10
2018-06-12KVM: x86: VMX: fix build without hyper-vLinus Torvalds1-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds17-32/+39
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook2-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook8-8/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook7-8/+10
2018-06-12Convert intel uncore to struct_sizeMatthew Wilcox1-9/+10
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-268/+813
2018-06-12kvm: fix typo in flag nameMichael S. Tsirkin1-2/+2
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini3-14/+26
2018-06-12KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini3-28/+38
2018-06-12KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-06-12kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm1-2/+13
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-0/+12
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-57/+113
2018-06-10Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-14/+28
2018-06-09x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck1-0/+2
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-0/+88
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams7-62/+174
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-27/+80
2018-06-08stack-protector: test compiler capability in Kconfig and drop AUTO modeMasahiro Yamada1-1/+10
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+3
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox1-3/+2
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2-1/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-14/+9
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-23/+13
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-306/+2461
2018-06-06Merge branch 'lorenzo/pci/vmd'Bjorn Helgaas1-0/+4
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-5/+9
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-06-06x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner1-13/+14
2018-06-06x86/platform/uv: Use apic_ack_irq()Thomas Gleixner1-6/+1
2018-06-06x86/ioapic: Use apic_ack_irq()Thomas Gleixner1-1/+1
2018-06-06x86/apic: Provide apic_ack_irq()Thomas Gleixner2-2/+9
2018-06-06x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner1-0/+9
2018-06-06x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresKonrad Rzeszutek Wilk1-8/+3
2018-06-06x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk5-10/+27
2018-06-06x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk3-2/+4
2018-06-06x86/vector: Fix the args of vector_alloc tracepointDou Liyang1-1/+1
2018-06-06x86/idt: Simplify the idt_setup_apic_and_irq_gates()Dou Liyang1-5/+2
2018-06-06x86/platform/uv: Remove extra parenthesesVarsha Rao1-1/+1
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov5-1/+24
2018-06-06x86: Mark native_set_p4d() as __always_inlineArnd Bergmann1-2/+2
2018-06-06x86: Wire up restartable sequence system callMathieu Desnoyers2-0/+2
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers3-0/+10
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds19-1839/+6453
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2018-06-04Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-72/+368