summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-263-96/+12
|\
| * Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma2018-10-261-12/+3
| * hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-5/+0
| * hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-7/+0
| * hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-6/+0
| * hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-15/+0
| * hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-5/+0
| * hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-5/+0
| * hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-6/+0
| * hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-6/+0
| * hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-6/+0
| * hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-8/+0
| * x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-261-15/+9
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
|\ \
| * | x86: DT: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
* | | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-0/+2
|\ \ \ | |_|/ |/| |
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-0/+2
| |\ \ \ \
| | | | * | iommu/vt-d: Relocate struct/function declarations to its header filesSohil Mehta2018-09-251-0/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-2518-1075/+2426
|\ \ \ \ \
| * | | | | KVM/nVMX: Do not validate that posted_intr_desc_addr is page alignedKarimAllah Ahmed2018-10-241-1/+1
| * | | | | Revert "kvm: x86: optimize dr6 restore"Radim Krčmář2018-10-231-9/+4
| * | | | | x86/kvm/nVMX: tweak shadow fieldsVitaly Kuznetsov2018-10-192-9/+6
| * | | | | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-1916-40/+235
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | KVM: VMX: enable nested virtualization by defaultPaolo Bonzini2018-10-171-1/+1
| * | | | | KVM/x86: Use 32bit xor to clear registers in svm.cUros Bizjak2018-10-172-16/+18
| * | | | | kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson2018-10-171-0/+5
| * | | | | kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson2018-10-172-31/+62
| * | | | | kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson2018-10-174-21/+62
| * | | | | kvm: x86: Add payload operands to kvm_multiple_exceptionJim Mattson2018-10-171-7/+15
| * | | | | kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson2018-10-173-18/+51
| * | | | | kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson2018-10-172-0/+10
| * | | | | x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov2018-10-173-20/+65
| * | | | | x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov2018-10-171-7/+8
| * | | | | x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov2018-10-171-2/+10
| * | | | | x86/kvm/hyperv: don't clear VP assist pages on initVitaly Kuznetsov2018-10-171-1/+7
| * | | | | KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS caseVitaly Kuznetsov2018-10-171-53/+65
| * | | | | KVM: nVMX: implement enlightened VMPTRLD and VMCLEARVitaly Kuznetsov2018-10-171-7/+108
| * | | | | KVM: nVMX: add enlightened VMCS stateVitaly Kuznetsov2018-10-171-17/+423
| * | | | | KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov2018-10-174-0/+64
| * | | | | KVM: VMX: refactor evmcs_sanitize_exec_ctrls()Vitaly Kuznetsov2018-10-171-61/+47
| * | | | | KVM: hyperv: define VP assist page helpersLadi Prosek2018-10-175-6/+29
| * | | | | KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bitsWei Yang2018-10-171-3/+9
| * | | | | KVM: x86: rename pte_list_remove to __pte_list_removeWei Yang2018-10-171-8/+8
| * | | | | kvm/x86 : fix some typoPeng Hao2018-10-171-2/+2
| * | | | | KVM/VMX: Change hv flush logic when ept tables are mismatched.Lan Tianyu2018-10-171-7/+8
| * | | | | KVM/x86: Use 32bit xor to clear registerUros Bizjak2018-10-171-2/+2
| * | | | | KVM/x86: Use assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-10-173-40/+21
| * | | | | KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak2018-10-171-2/+2
| * | | | | x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()Vitaly Kuznetsov2018-10-171-0/+6
| * | | | | x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is neededVitaly Kuznetsov2018-10-172-34/+63