Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | kvm/vmx: error message typo fix | Michael S. Tsirkin | 2013-10-31 | |
| * | | | | | | | | | | KVM: x86: fix KVM_SET_XCRS loop | Paolo Bonzini | 2013-10-31 | |
| * | | | | | | | | | | KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE | Paolo Bonzini | 2013-10-31 | |
| * | | | | | | | | | | kvm: Create non-coherent DMA registeration | Alex Williamson | 2013-10-30 | |
| * | | | | | | | | | | kvm/x86: Convert iommu_flags to iommu_noncoherent | Alex Williamson | 2013-10-30 | |
| * | | | | | | | | | | kvm: Add VFIO device | Alex Williamson | 2013-10-30 | |
| * | | | | | | | | | | kvm: Emulate MOVBE | Borislav Petkov | 2013-10-30 | |
| * | | | | | | | | | | kvm, emulator: Add initial three-byte insns support | Borislav Petkov | 2013-10-30 | |
| * | | | | | | | | | | kvm, emulator: Rename VendorSpecific flag | Borislav Petkov | 2013-10-30 | |
| * | | | | | | | | | | kvm, emulator: Use opcode length | Borislav Petkov | 2013-10-30 | |
| * | | | | | | | | | | kvm: Add KVM_GET_EMULATED_CPUID | Borislav Petkov | 2013-10-30 | |
| * | | | | | | | | | | nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supported | Jan Kiszka | 2013-10-28 | |
| * | | | | | | | | | | nVMX: Fix pick-up of uninjected NMIs | Jan Kiszka | 2013-10-28 | |
| * | | | | | | | | | | KVM: nVMX: Report 2MB EPT pages as supported | Jan Kiszka | 2013-10-28 | |
| * | | | | | | | | | | Powerpc KVM work is based on a commit after rc4. | Gleb Natapov | 2013-10-17 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | KVM: Drop FOLL_GET in GUP when doing async page fault | chai wen | 2013-10-15 | |
| * | | | | | | | | | | KVM: Move gfn_to_index to x86 specific code | Christoffer Dall | 2013-10-14 | |
| * | | | | | | | | | | KVM: nVMX: Fully support nested VMX preemption timer | Arthur Chunqi Li | 2013-10-10 | |
| * | | | | | | | | | | KVM: mmu: change useless int return types to void | Paolo Bonzini | 2013-10-03 | |
| * | | | | | | | | | | KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload | Paolo Bonzini | 2013-10-03 | |
| * | | | | | | | | | | KVM: mmu: remove uninteresting MMU "new_cr3" callbacks | Paolo Bonzini | 2013-10-03 | |
| * | | | | | | | | | | KVM: mmu: remove uninteresting MMU "free" callbacks | Paolo Bonzini | 2013-10-03 | |
| * | | | | | | | | | | KVM: x86: only copy XSAVE state for the supported features | Paolo Bonzini | 2013-10-03 | |
| * | | | | | | | | | | KVM: x86: prevent setting unsupported XSAVE states | Paolo Bonzini | 2013-10-03 | |
| * | | | | | | | | | | KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0 | Paolo Bonzini | 2013-10-03 | |
| * | | | | | | | | | | KVM: Convert kvm_lock back to non-raw spinlock | Paolo Bonzini | 2013-09-30 | |
| * | | | | | | | | | | KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 | Gleb Natapov | 2013-09-30 | |
| * | | | | | | | | | | KVM: nVMX: Check all exceptions for intercept during delivery to L2 | Gleb Natapov | 2013-09-30 | |
| * | | | | | | | | | | KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO | Gleb Natapov | 2013-09-30 | |
| * | | | | | | | | | | KVM: nVMX: Amend nested_run_pending logic | Gleb Natapov | 2013-09-30 | |
| * | | | | | | | | | | KVM: nVMX: Enable unrestricted guest mode support | Jan Kiszka | 2013-09-24 | |
| * | | | | | | | | | | KVM: nVMX: Implement support for EFER saving on VM-exit | Jan Kiszka | 2013-09-24 | |
| * | | | | | | | | | | KVM: nVMX: Do not set identity page map for L2 | Jan Kiszka | 2013-09-24 | |
| * | | | | | | | | | | KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state | Jan Kiszka | 2013-09-24 | |
* | | | | | | | | | | | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-11-14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-... | Konrad Rzeszutek Wilk | 2013-11-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/device | Stefano Stabellini | 2013-10-25 | |
| | * | | | | | | | | | | | swiotlb-xen: use xen_alloc/free_coherent_pages | Stefano Stabellini | 2013-10-10 | |
| | * | | | | | | | | | | | xen: introduce xen_alloc/free_coherent_pages | Stefano Stabellini | 2013-10-09 | |
| | * | | | | | | | | | | | xen: make xen_create_contiguous_region return the dma address | Stefano Stabellini | 2013-10-09 | |
| | * | | | | | | | | | | | xen/x86: allow __set_phys_to_machine for autotranslate guests | Stefano Stabellini | 2013-10-09 | |
| * | | | | | | | | | | | | Merge tag 'v3.12-rc5' into stable/for-linus-3.13 | Konrad Rzeszutek Wilk | 2013-11-08 | |
| |\| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | pci-swiotlb-xen: call pci_request_acs only ifdef CONFIG_PCI | Stefano Stabellini | 2013-11-08 | |
| * | | | | | | | | | | | | xen: delete new instances of added __cpuinit | Paul Gortmaker | 2013-11-08 | |
| * | | | | | | | | | | | | x86/xen: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-06 | |
| * | | | | | | | | | | | | xen/mmu: Correct PAT MST setting. | Konrad Rzeszutek Wilk | 2013-09-27 | |
* | | | | | | | | | | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 2013-11-14 | |
* | | | | | | | | | | | | | mm: dynamically allocate page->ptl if it cannot be embedded to struct page | Kirill A. Shutemov | 2013-11-14 | |
* | | | | | | | | | | | | | x86: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-14 | |
* | | | | | | | | | | | | | x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds | Kirill A. Shutemov | 2013-11-14 |