summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2021-02-04xen: add wc_sec_hi to struct shared_infoDavid Woodhouse
2021-02-04KVM: x86/xen: register shared_info pageJoao Martins
2021-02-04KVM: x86/xen: latch long_mode when hypercall page is set upDavid Woodhouse
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins
2021-02-04KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU mapBen Gardon
2021-02-04KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon
2021-02-04KVM: VMX: Use the kernel's version of VMXOFFSean Christopherson
2021-02-04x86/virt: Mark flags and memory as clobbered by VMXOFFDavid P. Reed
2021-02-04x86/virt: Eat faults on VMXOFF in reboot flowsSean Christopherson
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron
2021-02-04KVM: x86: introduce definitions to support static calls for kvm_x86_opsJason Baron
2021-02-04KVM: SVM: Add support for SVM instruction address check changeWei Huang
2021-02-04KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang
2021-02-04KVM: VMX: Enable bus lock VM exitChenyi Qiang
2021-02-04KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson
2021-02-04Enumerate AVX Vector Neural Network instructionsKyung Min Park
2021-02-01perf/x86/intel: Add perf core PMU support for Sapphire RapidsKan Liang
2021-02-01perf/x86/intel: Filter unsupported Topdown metrics eventKan Liang
2021-01-29tlb: arch: Remove empty __tlb_remove_tlb_entry() stubsWill Deacon
2021-01-29x86/fpu/64: Don't FNINIT in kernel_fpu_begin()Andy Lutomirski
2021-01-29x86/fpu: Make the EFI FPU calling convention explicitAndy Lutomirski
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar
2021-01-28Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-28x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson
2021-01-27x86/perf: Use static_call for x86_pmu.guest_get_msrsLike Xu
2021-01-27x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-21x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela
2021-01-21x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski
2021-01-19efi: x86: clean up previous struct mm switchingArd Biesheuvel
2021-01-19efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky
2021-01-12x86: __always_inline __{rd,wr}msr()Peter Zijlstra
2021-01-12x86/entry: Remove now unused do_IRQ() declarationHao Lee
2021-01-11Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds