Age | Commit message (Expand) | Author | Files | Lines |
2019-09-24 | KVM: x86/mmu: Explicitly track only a single invalid mmu generation | Sean Christopherson | 1 | -2/+2 |
2019-09-24 | KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first"" | Sean Christopherson | 1 | -0/+1 |
2019-09-24 | KVM: x86: Add support for user wait instructions | Tao Xu | 1 | -0/+1 |
2019-09-24 | KVM: x86: Add comments to document various emulation types | Sean Christopherson | 1 | -0/+30 |
2019-09-24 | KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT} | Sean Christopherson | 1 | -6/+0 |
2019-09-24 | KVM: x86: Add explicit flag for forced emulation on #UD | Sean Christopherson | 1 | -0/+1 |
2019-09-24 | KVM: x86: Move #GP injection for VMware into x86_emulate_instruction() | Sean Christopherson | 1 | -2/+1 |
2019-09-24 | KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is im... | Vitaly Kuznetsov | 1 | -0/+7 |
2019-09-24 | KVM/Hyper-V/VMX: Add direct tlb flush support | Vitaly Kuznetsov | 2 | -0/+6 |
2019-09-24 | KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSH | Tianyu Lan | 1 | -0/+1 |
2019-09-24 | x86/Hyper-V: Fix definition of struct hv_vp_assist_page | Tianyu Lan | 1 | -5/+15 |
2019-09-21 | Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux | Linus Torvalds | 2 | -9/+9 |
2019-09-20 | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+10 |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -14/+0 |
2019-09-18 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -13/+1 |
2019-09-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -5/+31 |
2019-09-17 | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+8 |
2019-09-17 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
2019-09-17 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -165/+9 |
2019-09-17 | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+3 |
2019-09-17 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -0/+8 |
2019-09-16 | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -0/+55 |
2019-09-16 | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+15 |
2019-09-16 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -22/+29 |
2019-09-16 | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -6/+4 |
2019-09-16 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 9 | -41/+59 |
2019-09-16 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+13 |
2019-09-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2019-09-16 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+6 |
2019-09-16 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+15 |
2019-09-16 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+8 |
2019-09-16 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -13/+0 |
2019-09-16 | Merge tag 'iommu-updates-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
2019-09-15 | x86: bug.h: use asm_inline in _BUG_FLAGS definitions | Rasmus Villemoes | 1 | -2/+2 |
2019-09-15 | x86: alternative.h: use asm_inline for all alternative variants | Rasmus Villemoes | 1 | -7/+7 |
2019-09-14 | KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslot | Sean Christopherson | 1 | -0/+2 |
2019-09-11 | KVM: x86: Fix INIT signal handling in various CPU states | Liran Alon | 1 | -0/+2 |
2019-09-11 | KVM: nVMX: trace nested VM-Enter failures detected by H/W | Sean Christopherson | 1 | -0/+14 |
2019-09-11 | swiotlb-xen: simplify cache maintainance | Christoph Hellwig | 1 | -14/+0 |
2019-09-11 | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco... | Joerg Roedel | 1 | -1/+0 |
2019-09-10 | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code | Sean Christopherson | 1 | -0/+2 |
2019-09-10 | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers | Sean Christopherson | 1 | -2/+2 |
2019-09-10 | Merge tag 'kvmarm-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 2 | -0/+39 |
2019-09-10 | KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes | Alexander Graf | 1 | -0/+7 |
2019-09-06 | x86/cpu: Add new Airmont variant to Intel family | Rahul Tanwar | 1 | -0/+1 |
2019-09-06 | x86/cpu: Add Elkhart Lake to Intel family | Gayatri Kammela | 1 | -0/+1 |
2019-09-06 | x86/cpu: Add Tiger Lake to Intel family | Gayatri Kammela | 1 | -0/+3 |
2019-09-06 | Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changes | Ingo Molnar | 4 | -7/+12 |
2019-09-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+4 |
2019-09-03 | cpuidle-haltpoll: vcpu hotplug support | Joao Martins | 1 | -2/+2 |