summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
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-041-3/+0
|\ \ \ \ \
| * | | | | x86/microcode: Use the firmware_loader built-in APIBorislav Petkov2021-10-221-3/+0
* | | | | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-021-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2021-10-288-15/+27
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi2021-10-061-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-023-21/+42
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-313-8/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | KVM: x86: On emulation failure, convey the exit reason, etc. to userspaceDavid Edmondson2021-10-251-0/+3
| * | | | | | | KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_infoDavid Edmondson2021-10-251-3/+4
| * | | | | | | KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelismSean Christopherson2021-10-221-1/+1
| * | | | | | | KVM: x86: Add vendor name to kvm_x86_ops, use it for error messagesSean Christopherson2021-10-221-0/+2
| * | | | | | | KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0Wanpeng Li2021-10-221-1/+0
| * | | | | | | KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens2021-10-222-13/+7
| * | | | | | | KVM: x86: Expose TSC offset controls to userspaceOliver Upton2021-10-182-0/+5
| * | | | | | | kvm: x86: protect masterclock with a seqcountPaolo Bonzini2021-10-181-1/+6
| * | | | | | | KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCKOliver Upton2021-10-181-0/+3
| * | | | | | | KVM: x86: only allocate gfn_track when necessaryDavid Stevens2021-10-012-2/+14
| * | | | | | | kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross2021-10-011-0/+2
| * | | | | | | KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack2021-10-011-2/+0
| * | | | | | | KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_trackDavid Matlack2021-10-011-0/+2
| * | | | | | | KVM: MMU: change mmu->page_fault() arguments to kvm_page_faultPaolo Bonzini2021-10-011-2/+2
| * | | | | | | kvm: x86: abstract locking around pvclock_update_vm_gtod_copyPaolo Bonzini2021-10-011-1/+0
| * | | | | | | KVM: x86: Subsume nested GPA read helper into load_pdptrs()Sean Christopherson2021-09-301-3/+0
| * | | | | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
| * | | | | | | KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov2021-09-301-1/+0
* | | | | | | | Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-022-13/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan2021-10-281-14/+49
| * | | | | | | | x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan2021-10-282-1/+23
| * | | | | | | | x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan2021-10-281-0/+4
| * | | | | | | | Merge remote-tracking branch 'tip/x86/cc' into hyperv-nextWei Liu2021-10-283-12/+10
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-027-17/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov2021-10-061-1/+7
| * | | | | | | | | | Merge branch x86/cc into x86/coreBorislav Petkov2021-10-049-23/+29
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86: Increase exception stack sizesPeter Zijlstra2021-09-211-1/+1
| * | | | | | | | | | x86/mm/64: Improve stack overflow warningsPeter Zijlstra2021-09-213-15/+38
| * | | | | | | | | | x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-212-0/+2
* | | | | | | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-014-3/+41
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu2021-10-221-0/+6
| * | | | | | | | | | | x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2021-10-201-2/+7
| * | | | | | | | | | | x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu2021-09-301-0/+23
| * | | | | | | | | | | x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-09-301-0/+5
| * | | | | | | | | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+0
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: add CPU field to struct thread_infoArd Biesheuvel2021-09-301-0/+3
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'x86_sgx_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini2021-10-221-0/+2
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |