summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini2013-10-311-1/+10
| * | | | | | | | | | kvm: Create non-coherent DMA registerationAlex Williamson2013-10-303-4/+23
| * | | | | | | | | | kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-303-3/+3
| * | | | | | | | | | kvm: Add VFIO deviceAlex Williamson2013-10-302-1/+2
| * | | | | | | | | | kvm: Emulate MOVBEBorislav Petkov2013-10-302-5/+66
| * | | | | | | | | | kvm, emulator: Add initial three-byte insns supportBorislav Petkov2013-10-301-0/+30
| * | | | | | | | | | kvm, emulator: Rename VendorSpecific flagBorislav Petkov2013-10-303-10/+9Star
| * | | | | | | | | | kvm, emulator: Use opcode lengthBorislav Petkov2013-10-303-6/+11
| * | | | | | | | | | kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-304-14/+63
| * | | | | | | | | | nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka2013-10-281-1/+2
| * | | | | | | | | | nVMX: Fix pick-up of uninjected NMIsJan Kiszka2013-10-281-1/+1
| * | | | | | | | | | KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka2013-10-281-1/+2
| * | | | | | | | | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-1718-70/+150
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | KVM: Drop FOLL_GET in GUP when doing async page faultchai wen2013-10-151-2/+2
| * | | | | | | | | | KVM: Move gfn_to_index to x86 specific codeChristoffer Dall2013-10-141-0/+7
| * | | | | | | | | | KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li2013-10-102-2/+41
| * | | | | | | | | | KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-036-58/+37Star
| * | | | | | | | | | KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini2013-10-031-10/+4Star
| * | | | | | | | | | KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-033-14/+3Star
| * | | | | | | | | | KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2013-10-032-19/+4Star
| * | | | | | | | | | KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini2013-10-033-6/+34
| * | | | | | | | | | KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2013-10-033-3/+24
| * | | | | | | | | | KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini2013-10-032-1/+4
| * | | | | | | | | | KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-302-7/+6Star
| * | | | | | | | | | KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov2013-09-301-0/+20
| * | | | | | | | | | KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov2013-09-301-8/+4Star
| * | | | | | | | | | KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov2013-09-301-4/+4
| * | | | | | | | | | KVM: nVMX: Amend nested_run_pending logicGleb Natapov2013-09-301-14/+12Star
| * | | | | | | | | | KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka2013-09-241-4/+14
| * | | | | | | | | | KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka2013-09-241-1/+3
| * | | | | | | | | | KVM: nVMX: Do not set identity page map for L2Jan Kiszka2013-09-241-2/+4
| * | | | | | | | | | KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka2013-09-241-1/+1
* | | | | | | | | | | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-158-17/+63
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-083-6/+49
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini2013-10-251-0/+14
| | * | | | | | | | | | | swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini2013-10-101-2/+5
| | * | | | | | | | | | | xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini2013-10-091-0/+24
| | * | | | | | | | | | | xen: make xen_create_contiguous_region return the dma addressStefano Stabellini2013-10-091-1/+3
| | * | | | | | | | | | | xen/x86: allow __set_phys_to_machine for autotranslate guestsStefano Stabellini2013-10-091-3/+3
| * | | | | | | | | | | | Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk2013-11-0810-34/+45
| |\| | | | | | | | | | |
| * | | | | | | | | | | | pci-swiotlb-xen: call pci_request_acs only ifdef CONFIG_PCIStefano Stabellini2013-11-081-0/+4
| * | | | | | | | | | | | xen: delete new instances of added __cpuinitPaul Gortmaker2013-11-081-1/+1
| * | | | | | | | | | | | x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-063-8/+7Star
| * | | | | | | | | | | | xen/mmu: Correct PAT MST setting.Konrad Rzeszutek Wilk2013-09-271-2/+2
* | | | | | | | | | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0Star
* | | | | | | | | | | | | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-151-1/+1
* | | | | | | | | | | | | x86: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-2/+6
* | | | | | | | | | | | | x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov2013-11-151-2/+9
* | | | | | | | | | | | | x86, mm: enable split page table lock for PMD levelKirill A. Shutemov2013-11-152-1/+14
* | | | | | | | | | | | | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2013-11-151-3/+3