aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-06-12kvm: fix typo in flag nameGravatar Michael S. Tsirkin 1-2/+2
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessGravatar Paolo Bonzini 3-14/+26
2018-06-12KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemGravatar Paolo Bonzini 3-28/+38
2018-06-12KVM: x86: introduce linear_{read,write}_systemGravatar Paolo Bonzini 1-32/+32
2018-06-12kvm: nVMX: Enforce cpl=0 for VMX instructionsGravatar Felix Wilhelm 1-2/+13
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-0/+12
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-57/+113
2018-06-10Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-14/+28
2018-06-09x86/intel_rdt: Enable CMT and MBM on new Skylake steppingGravatar Tony Luck 1-0/+2
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+88
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextGravatar Dan Williams 7-62/+174
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-27/+80
2018-06-08stack-protector: test compiler capability in Kconfig and drop AUTO modeGravatar Masahiro Yamada 1-1/+10
2018-06-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-4/+3
2018-06-07mm: add pt_mm to struct pageGravatar Matthew Wilcox 1-3/+2
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALGravatar Laurent Dufour 2-1/+1
2018-06-07x86/mce: Check for alternate indication of machine check recovery on SkylakeGravatar Tony Luck 1-2/+9
2018-06-07x86/mce: Improve error message when kernel cannot recoverGravatar Tony Luck 1-0/+5
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-14/+9
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-23/+13
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-306/+2461
2018-06-06Merge branch 'lorenzo/pci/vmd'Gravatar Bjorn Helgaas 1-0/+4
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-5/+9
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2018-06-06x86/apic/vector: Print APIC control bits in debugfsGravatar Thomas Gleixner 1-13/+14
2018-06-06x86/platform/uv: Use apic_ack_irq()Gravatar Thomas Gleixner 1-6/+1
2018-06-06x86/ioapic: Use apic_ack_irq()Gravatar Thomas Gleixner 1-1/+1
2018-06-06x86/apic: Provide apic_ack_irq()Gravatar Thomas Gleixner 2-2/+9
2018-06-06x86/apic/vector: Prevent hlist corruption and leaksGravatar Thomas Gleixner 1-0/+9
2018-06-06x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresGravatar Konrad Rzeszutek Wilk 1-8/+3
2018-06-06x86/bugs: Add AMD's SPEC_CTRL MSR usageGravatar Konrad Rzeszutek Wilk 5-10/+27
2018-06-06x86/bugs: Add AMD's variant of SSB_NOGravatar Konrad Rzeszutek Wilk 3-2/+4
2018-06-06x86/vector: Fix the args of vector_alloc tracepointGravatar Dou Liyang 1-1/+1
2018-06-06x86/idt: Simplify the idt_setup_apic_and_irq_gates()Gravatar Dou Liyang 1-5/+2
2018-06-06x86/platform/uv: Remove extra parenthesesGravatar Varsha Rao 1-1/+1
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEGravatar Kirill A. Shutemov 5-1/+24
2018-06-06x86: Mark native_set_p4d() as __always_inlineGravatar Arnd Bergmann 1-2/+2
2018-06-06x86: Wire up restartable sequence system callGravatar Mathieu Desnoyers 2-0/+2
2018-06-06x86: Add support for restartable sequencesGravatar Mathieu Desnoyers 3-0/+10
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 19-1839/+6453
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-2/+2
2018-06-04Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-72/+368
2018-06-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-25/+270
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-48/+64
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-14/+3
2018-06-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-9/+26
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+0
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-62/+86
2018-06-04Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-81/+80
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 10-155/+188