summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-06-06x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk
2018-06-06x86/vector: Fix the args of vector_alloc tracepointDou Liyang
2018-06-06x86/idt: Simplify the idt_setup_apic_and_irq_gates()Dou Liyang
2018-06-06x86/platform/uv: Remove extra parenthesesVarsha Rao
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov
2018-06-06x86: Mark native_set_p4d() as __always_inlineArnd Bergmann
2018-06-06x86: Wire up restartable sequence system callMathieu Desnoyers
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-06-04Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-06-04Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branches 'x86/dma', 'x86/microcode', 'x86/mm' and 'x86/vdso' into x86/u...Ingo Molnar
2018-06-04kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson
2018-06-04kvm: nVMX: Restrict VMX capability MSR changesJim Mattson
2018-06-04KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li
2018-06-04xen/PVH: Make GDT selectors PVH-specificBoris Ostrovsky
2018-06-04xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-01x86: msr-index.h: Correct SNB_C1/C3_AUTO_UNDEMOTE definesMatt Turner
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck
2018-05-31perf/x86/intel/uncore: Clean up client IMC uncoreKan Liang
2018-05-31perf/x86/intel/uncore: Expose uncore_pmu_event*() functionsKan Liang
2018-05-31perf/x86/intel/uncore: Support IIO free-running counters on SKXKan Liang
2018-05-31perf/x86/intel/uncore: Add infrastructure for free running countersKan Liang
2018-05-31perf/x86/intel/uncore: Add new data structures for free running countersKan Liang
2018-05-31perf/x86/intel/uncore: Correct fixed counter index check in generic codeKan Liang
2018-05-31perf/x86/intel/uncore: Correct fixed counter index check for NHMKan Liang
2018-05-31perf/x86/intel/uncore: Introduce customized event_read() for client IMC uncoreKan Liang
2018-05-31Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar