Age | Commit message (Expand) | Author |
2017-09-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-09-23 | x86/asm: Fix inline asm call constraints for Clang | Josh Poimboeuf |
2017-09-22 | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-09-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-09-20 | crypto: x86/twofish - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: sha512-avx2 - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/sha256-ssse3 - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/sha256-avx2 - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/sha256-avx - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/sha1-ssse3 - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/sha1-avx2 - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/des3_ede - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/cast6 - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/cast5 - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/camellia - Fix RBP usage | Josh Poimboeuf |
2017-09-20 | crypto: x86/blowfish - Fix RBP usage | Josh Poimboeuf |
2017-09-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-09-19 | KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt | Haozhong Zhang |
2017-09-19 | KVM: VMX: do not change SN bit in vmx_update_pi_irte() | Haozhong Zhang |
2017-09-19 | KVM: x86: Fix the NULL pointer parameter in check_cr_write() | Yu Zhang |
2017-09-17 | x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUs | Andy Lutomirski |
2017-09-17 | x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier | Andy Lutomirski |
2017-09-17 | x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code | Andy Lutomirski |
2017-09-17 | x86/mm: Factor out CR3-building code | Andy Lutomirski |
2017-09-17 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-09-16 | Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-09-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-09-15 | xen: x86: mark xen_find_pt_base as __init | Arnd Bergmann |
2017-09-15 | kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properly | Jim Mattson |
2017-09-15 | kvm: vmx: Handle VMLAUNCH/VMRESUME failure properly | Jim Mattson |
2017-09-15 | kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry | Jim Mattson |
2017-09-15 | kvm,x86: Fix apf_task_wake_one() wq serialization | Davidlohr Bueso |
2017-09-15 | kvm,lapic: Justify use of swait_active() | Davidlohr Bueso |
2017-09-15 | KVM: VMX: Do not BUG() on out-of-bounds guest IRQ | Jan H. Schönherr |
2017-09-15 | kvm: nVMX: Don't allow L2 to access the hardware CR8 | Jim Mattson |
2017-09-15 | x86/cpu/AMD: Fix erratum 1076 (CPB bit) | Borislav Petkov |
2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-09-14 | KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce... | Wanpeng Li |
2017-09-14 | KVM: X86: Don't block vCPU if there is pending exception | Wanpeng Li |
2017-09-14 | KVM: SVM: Add irqchip_split() checks before enabling AVIC | Suravee Suthikulpanit |
2017-09-14 | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig |
2017-09-13 | um: remove a stray tab | Dan Carpenter |
2017-09-13 | um: Fix FP register size for XSTATE/XSAVE | Thomas Meyer |
2017-09-13 | KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv() | Suravee Suthikulpanit |
2017-09-13 | KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu() | Suravee Suthikulpanit |
2017-09-13 | KVM: x86: fix clang build | Radim Krčmář |
2017-09-13 | KVM: x86: Fix immediate_exit handling for uninitialized AP | Jan H. Schönherr |
2017-09-13 | KVM: x86: Fix handling of pending signal on uninitialized AP | Jan H. Schönherr |
2017-09-13 | KVM: SVM: Add a missing 'break' statement | Jan H. Schönherr |
2017-09-13 | KVM: x86: Remove .get_pkru() from kvm_x86_ops | Joerg Roedel |