summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-16/+12
|\
| * x86: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-8/+8
| * x86: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+4
* | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-314-68/+24
|\ \
| * | x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig2020-01-243-51/+0
| * | PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-241-0/+10
| * | x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-2/+2
| * | x86/PCI: Add to_pci_sysdata() helperChristoph Hellwig2020-01-241-16/+13
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-318-56/+70
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'x86/hyperv', 'x86/kdump' and 'x86/misc' into x86/urgent, to p...Ingo Molnar2020-01-287-33/+45
| |\ \ \ \ \
| | | | * | | x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-01-221-1/+1
| | | * | | | x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yOmar Sandoval2019-12-235-31/+42
| | | | |_|/ | | | |/| |
| | * | | | x86/hyper-v: Add "polling" bit to hv_synic_sintWei Liu2020-01-171-1/+2
| * | | | | x86/resctrl: Clean up unused function parameter in mkdir pathXiaochen Shen2020-01-201-11/+5
| * | | | | x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-01-201-8/+8
| * | | | | x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-01-201-2/+2
| * | | | | x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-01-201-2/+10
| | |_|/ / | |/| | |
* | | | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-3131-1110/+1255
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-302-28/+45
| |\ \ \ \ \
| | * | | | | x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-302-10/+4
| | * | | | | x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky2020-01-301-21/+30
| | * | | | | x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-302-0/+11
| | * | | | | x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky2020-01-301-0/+3
| * | | | | | KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
| * | | | | | KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2
| * | | | | | KVM: x86: inline memslot_valid_for_gptePaolo Bonzini2020-01-271-13/+4
| * | | | | | KVM: x86/mmu: Use huge pages for DAX-backed filesSean Christopherson2020-01-271-5/+4
| * | | | | | KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()Sean Christopherson2020-01-271-36/+3
| * | | | | | KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()Sean Christopherson2020-01-272-37/+30
| * | | | | | KVM: x86/mmu: Zap any compound page when collapsing sptesSean Christopherson2020-01-271-1/+1
| * | | | | | KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)Sean Christopherson2020-01-271-10/+3
| * | | | | | KVM: x86/mmu: Rely on host page tables to find HugeTLB mappingsSean Christopherson2020-01-272-70/+29
| * | | | | | KVM: x86/mmu: Drop level optimization from fast_page_fault()Sean Christopherson2020-01-271-4/+3
| * | | | | | KVM: x86/mmu: Walk host page tables to find THP mappingsSean Christopherson2020-01-271-2/+31
| * | | | | | KVM: x86/mmu: Refactor THP adjust to prep for changing querySean Christopherson2020-01-272-24/+23
| * | | | | | x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2020-01-272-0/+15
| * | | | | | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-3/+3
| * | | | | | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-2/+2
| * | | | | | KVM: x86/mmu: Enforce max_level on HugeTLB mappingsSean Christopherson2020-01-271-2/+3
| * | | | | | kvm/x86: export kvm_vector_hashing_enabled() is unnecessaryPeng Hao2020-01-271-1/+0
| * | | | | | KVM: VMX: remove duplicated segment cache clearMiaohe Lin2020-01-271-2/+0
| * | | | | | Adding 'else' to reduce checking.Haiwei Li2020-01-271-2/+2
| * | | | | | KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan2020-01-273-1/+11
| * | | | | | KVM: X86: Drop x86_set_memory_region()Peter Xu2020-01-273-18/+12
| * | | | | | KVM: X86: Don't take srcu lock in init_rmode_identity_map()Peter Xu2020-01-271-7/+3
| * | | | | | x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_...Vitaly Kuznetsov2020-01-271-5/+0
| * | | | | | KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson2020-01-272-10/+0
| * | | | | | KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRLOliver Upton2020-01-271-14/+4
| * | | | | | KVM: x86: Remove unused ctxt param from emulator's FPU accessorsSean Christopherson2020-01-271-15/+13
| * | | | | | KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"Sean Christopherson2020-01-271-6/+3