summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-01-20Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson
2017-01-17kvm: x86: Expose Intel VPOPCNTDQ feature to guestPiotr Luc
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2017-01-16x86/cpufeature: Add AVX512_VPOPCNTDQ featurePiotr Luc
2017-01-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones
2017-01-14perf/x86: Reject non sampling events with precise_ipJiri Olsa
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa
2017-01-14x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser
2017-01-14x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Len Brown
2017-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-01-12KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini
2017-01-12KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li
2017-01-12KVM: x86: Introduce segmented_write_stdSteve Rutherford
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2017-01-12x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf
2017-01-12x86/unwind: Include __schedule() in stack tracesJosh Poimboeuf
2017-01-12x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf
2017-01-12x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf
2017-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-01-11perf/x86/intel: Use ULL constant to prevent undefined shift behaviourColin King
2017-01-11perf/x86/intel/uncore: Fix hardcoded socket 0 assumption in the Haswell init ...Prarit Bhargava
2017-01-09x86/microcode/intel: Use correct buffer size for saving microcode dataJunichi Nomura
2017-01-09x86/microcode/intel: Fix allocation size of struct ucode_patchJunichi Nomura
2017-01-09x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov
2017-01-09x86/microcode: Use native CPUID to tickle out microcode revisionBorislav Petkov
2017-01-09x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-01-09kvm: nVMX: Reorder error checks for emulated VMXONJim Mattson
2017-01-09KVM: lapic: do not scan IRR when delivering an interruptPaolo Bonzini
2017-01-09KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR updatePaolo Bonzini
2017-01-09KVM: lapic: remove unnecessary KVM_REQ_EVENT on PPR updatePaolo Bonzini
2017-01-09KVM: vmx: speed up TPR below threshold vmexitsPaolo Bonzini
2017-01-09KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky
2017-01-09KVM: x86: allow hotplug of VCPU with APIC ID over 0xffRadim Krčmář
2017-01-09KVM: x86: make interrupt delivery fast and slow path behave the sameRadim Krčmář
2017-01-09KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_idRadim Krčmář
2017-01-09KVM: x86: use delivery to self in hyperv synicRadim Krčmář
2017-01-09kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid
2017-01-09kvm: x86: mmu: Do not use bit 63 for tracking special SPTEsJunaid Shahid
2017-01-09kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid
2017-01-09kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid
2017-01-09kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid
2017-01-09kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid
2017-01-09kvm: x86: mmu: Use symbolic constants for EPT Violation Exit QualificationsJunaid Shahid
2017-01-09kvm: x86: reduce collisions in mmu_page_hashDavid Matlack
2017-01-09kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack