summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-2/+0
|\
| *-----. Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-311-2/+0
| |\ \ \ \
| | | | | * iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu2021-10-181-2/+0
| | | |_|/ | | |/| |
* | | | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-045-25/+20
|\ \ \ \ \
| * | | | | x86/build: Tuck away built-in firmware under FW_LOADERLuis Chamberlain2021-10-221-0/+2
| * | | | | x86/microcode: Use the firmware_loader built-in APIBorislav Petkov2021-10-224-25/+18
* | | | | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-3/+2
|\ \ \ \ \ \
| * | | | | | x86: dt: Use of_get_cpu_hwid()Rob Herring2021-10-201-3/+2
* | | | | | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-022-2/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2021-10-2855-417/+750
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi2021-10-062-2/+3
* | | | | | | | Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-022-0/+24
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-----. | | | | | | | Merge branches 'acpi-x86', 'acpi-resources', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki2021-11-022-0/+24
| |\ \ \ \| | | | | | | | | |_|_|_|/ / / / / / | |/| | | | / / / / / | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | x86: ACPI: cstate: Optimize C3 entry on AMD CPUsDeepak Sharma2021-10-011-0/+15
| | * | | | | | | | x86/ACPI: Don't add CPUs that are not online capableMario Limonciello2021-09-131-0/+9
| | |/ / / / / / /
* | | | | | | | | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-4/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0232-1116/+1518
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-3115-64/+100
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocolDavid Edmondson2021-10-251-11/+5
| * | | | | | | | | KVM: x86: On emulation failure, convey the exit reason, etc. to userspaceDavid Edmondson2021-10-253-18/+63
| * | | | | | | | | KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_infoDavid Edmondson2021-10-255-13/+19
| * | | | | | | | | kvm: x86: Remove stale declaration of kvm_no_apic_vcpuJim Mattson2021-10-221-2/+0
| * | | | | | | | | KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetupSean Christopherson2021-10-221-2/+5
| * | | | | | | | | x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson2021-10-221-1/+3
| * | | | | | | | | KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelismSean Christopherson2021-10-223-8/+10
| * | | | | | | | | KVM: x86: Move SVM's APICv sanity check to common x86Sean Christopherson2021-10-222-2/+20
| * | | | | | | | | KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helperSean Christopherson2021-10-221-22/+30
| * | | | | | | | | KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()Sean Christopherson2021-10-221-3/+0
| * | | | | | | | | KVM: x86/mmu: Drop a redundant, broken remote TLB flushSean Christopherson2021-10-221-4/+2
| * | | | | | | | | KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()Lai Jiangshan2021-10-223-6/+22
| * | | | | | | | | KVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages() with smp_rmb()Lai Jiangshan2021-10-221-14/+27
| * | | | | | | | | KVM: X86: Cache CR3 in prev_roots when PCID is disabledLai Jiangshan2021-10-221-2/+27
| * | | | | | | | | KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()Lai Jiangshan2021-10-221-0/+12
| * | | | | | | | | KVM: X86: Don't reset mmu context when toggling X86_CR4_PGELai Jiangshan2021-10-222-4/+4
| * | | | | | | | | KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0Lai Jiangshan2021-10-221-2/+3
| * | | | | | | | | KVM: emulate: Comment on difference between RDPMC implementation and manualWanpeng Li2021-10-221-0/+5
| * | | | | | | | | KVM: x86: Add vendor name to kvm_x86_ops, use it for error messagesSean Christopherson2021-10-224-3/+11
| * | | | | | | | | kvm: x86: mmu: Make NX huge page recovery period configurableJunaid Shahid2021-10-221-11/+30
| * | | | | | | | | KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0Wanpeng Li2021-10-222-5/+2
| * | | | | | | | | KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4kDavid Matlack2021-10-221-5/+13
| * | | | | | | | | KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bitXiaoyao Li2021-10-221-4/+4
| * | | | | | | | | KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_rangesXiaoyao Li2021-10-222-14/+14
| * | | | | | | | | KVM: VMX: Use precomputed vmx->pt_desc.addr_rangeXiaoyao Li2021-10-221-4/+2
| * | | | | | | | | KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zeroXiaoyao Li2021-10-221-2/+6
| * | | | | | | | | KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini2021-10-227-16/+16
| * | | | | | | | | KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens2021-10-227-123/+103
| * | | | | | | | | KVM: x86: Expose TSC offset controls to userspaceOliver Upton2021-10-183-0/+121
| * | | | | | | | | KVM: x86: Refactor tsc synchronization codeOliver Upton2021-10-181-42/+53
| * | | | | | | | | kvm: x86: protect masterclock with a seqcountPaolo Bonzini2021-10-182-38/+51