aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-18iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu1-2/+0
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar8-16/+27
2021-10-15sched: Add cluster scheduler level for x86Tim Chen2-0/+10
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-10-10Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-4/+7
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra6-11/+19
2021-10-06x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi1-1/+1
2021-10-06x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-1/+7
2021-10-06x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn1-1/+1
2021-10-05x86: Fix misspelled Kconfig symbolsLukas Bulwahn4-4/+4
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich1-4/+7
2021-10-04Merge branch x86/cc into x86/coreBorislav Petkov9-23/+29
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-5/+0
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky1-2/+0
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky1-2/+0
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky2-3/+1
2021-10-04x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky1-0/+1
2021-10-04x86/ioremap: Selectively build arch override encryption functionsTom Lendacky1-0/+8
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+14
2021-10-01KVM: x86: only allocate gfn_track when necessaryDavid Stevens2-2/+14
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross1-0/+2
2021-10-01KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack1-2/+0
2021-10-01KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_trackDavid Matlack1-0/+2
2021-10-01KVM: MMU: change mmu->page_fault() arguments to kvm_page_faultPaolo Bonzini1-2/+2
2021-10-01kvm: x86: abstract locking around pvclock_update_vm_gtod_copyPaolo Bonzini1-1/+0
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu1-0/+23
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf1-0/+5
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+0
2021-09-30x86: add CPU field to struct thread_infoArd Biesheuvel1-0/+3
2021-09-30KVM: x86: Subsume nested GPA read helper into load_pdptrs()Sean Christopherson1-3/+0
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1
2021-09-30KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov1-1/+0
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng1-0/+14
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-09-27x86/softirq: Disable softirq stacks on PREEMPT_RTThomas Gleixner1-0/+3
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+1
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+1
2021-09-23x86/mce: Get rid of machine_check_vectorBorislav Petkov1-10/+0
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov1-2/+0
2021-09-22x86/asm: Fix SETZ size enqcmds() build failureKees Cook1-1/+1
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+1
2021-09-21x86: Increase exception stack sizesPeter Zijlstra1-1/+1
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra3-15/+38
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2-0/+2
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang1-2/+0
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich1-5/+1
2021-09-17x86/xen: Mark xen_force_evtchn_callback() noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make save_fl() noinstrPeter Zijlstra1-2/+5
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra2-2/+2