summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-1/+1
|\
| * xen: x86: mark xen_find_pt_base as __initArnd Bergmann2017-09-151-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-2212-156/+184
|\ \
| * | crypto: x86/twofish - Fix RBP usageJosh Poimboeuf2017-09-201-6/+6
| * | crypto: sha512-avx2 - Fix RBP usageJosh Poimboeuf2017-09-201-36/+39
| * | crypto: x86/sha256-ssse3 - Fix RBP usageJosh Poimboeuf2017-09-201-8/+7
| * | crypto: x86/sha256-avx2 - Fix RBP usageJosh Poimboeuf2017-09-201-15/+7
| * | crypto: x86/sha256-avx - Fix RBP usageJosh Poimboeuf2017-09-201-8/+7
| * | crypto: x86/sha1-ssse3 - Fix RBP usageJosh Poimboeuf2017-09-201-6/+5
| * | crypto: x86/sha1-avx2 - Fix RBP usageJosh Poimboeuf2017-09-201-3/+1
| * | crypto: x86/des3_ede - Fix RBP usageJosh Poimboeuf2017-09-201-6/+9
| * | crypto: x86/cast6 - Fix RBP usageJosh Poimboeuf2017-09-201-16/+34
| * | crypto: x86/cast5 - Fix RBP usageJosh Poimboeuf2017-09-201-17/+30
| * | crypto: x86/camellia - Fix RBP usageJosh Poimboeuf2017-09-201-13/+13
| * | crypto: x86/blowfish - Fix RBP usageJosh Poimboeuf2017-09-201-22/+26
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-192-20/+27
|\ \ \
| * | | KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang2017-09-191-12/+21
| * | | KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang2017-09-191-5/+1
| * | | KVM: x86: Fix the NULL pointer parameter in check_cr_write()Yu Zhang2017-09-191-3/+5
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-171-0/+11
|\ \ \ | |/ / |/| |
| * | x86/cpu/AMD: Fix erratum 1076 (CPB bit)Borislav Petkov2017-09-151-0/+11
* | | Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-163-8/+14
|\ \ \
| * | | um: remove a stray tabDan Carpenter2017-09-131-1/+1
| * | | um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-132-7/+13
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-157-93/+168
|\ \ \ \ | |_|/ / |/| | |
| * | | kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properlyJim Mattson2017-09-151-59/+75
| * | | kvm: vmx: Handle VMLAUNCH/VMRESUME failure properlyJim Mattson2017-09-151-6/+8
| * | | kvm: nVMX: Remove nested_vmx_succeed after successful VM-entryJim Mattson2017-09-151-7/+9
| * | | kvm,x86: Fix apf_task_wake_one() wq serializationDavidlohr Bueso2017-09-151-1/+1
| * | | kvm,lapic: Justify use of swait_active()Davidlohr Bueso2017-09-151-0/+4
| * | | KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr2017-09-151-2/+7
| * | | kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson2017-09-151-0/+5
| * | | KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li2017-09-141-9/+28
| * | | KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li2017-09-141-0/+3
| * | | KVM: SVM: Add irqchip_split() checks before enabling AVICSuravee Suthikulpanit2017-09-141-5/+4
| * | | KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-134-4/+4
| * | | KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu()Suravee Suthikulpanit2017-09-131-8/+20
| * | | KVM: x86: fix clang buildRadim Krčmář2017-09-131-1/+0
| * | | KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr2017-09-131-0/+4
| * | | KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr2017-09-131-0/+5
| * | | KVM: SVM: Add a missing 'break' statementJan H. Schönherr2017-09-131-0/+1
| * | | KVM: x86: Remove .get_pkru() from kvm_x86_opsJoerg Roedel2017-09-131-1/+0
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-2/+2
|\ \ \ \
| * | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-2/+2
* | | | | dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-146-7/+7
* | | | | x86/hyper-v: Remove duplicated HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED definitionVitaly Kuznetsov2017-09-131-6/+0
* | | | | x86/hyper-V: Allocate the IDT entry early in bootK. Y. Srinivasan2017-09-131-2/+2
* | | | | x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-1310-92/+12
* | | | | x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-134-46/+50
* | | | | x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3Andy Lutomirski2017-09-131-1/+20
OpenPOWER on IntegriCloud