summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-1/+19
2022-01-10Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-21/+8
2022-01-10Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+3
2022-01-10Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+14
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-0/+8
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+12
2022-01-10Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-42/+33
2022-01-10Merge tag 'x86_paravirt_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+5
2022-01-10Merge branch 'pm-cpufreq'Rafael J. Wysocki3-1/+19
2022-01-06x86, sched: Fix undefined reference to init_freq_invariance_cppc() build errorHuang Rui1-1/+1
2021-12-30x86/msr: Add AMD CPPC MSR definitionsHuang Rui1-0/+17
2021-12-30x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature ...Huang Rui1-0/+1
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2021-12-26Merge tag 'x86_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-12-22x86/mtrr: Remove the mtrr_bp_init() stubChristoph Hellwig1-7/+1
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam1-17/+1
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam1-0/+7
2021-12-20KVM: x86: Always set kvm_run->if_flagMarc Orr2-0/+2
2021-12-20x86/pkey: Fix undefined behaviour with PKRU_WD_BITAndrew Cooper1-2/+2
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-2/+0
2021-12-10x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang1-3/+0
2021-12-10x86/uaccess: Move variable into switch case statementKees Cook1-2/+3
2021-12-10KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...Vitaly Kuznetsov1-1/+1
2021-12-09x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior1-0/+1
2021-12-08x86/sev: Use CC_ATTR attribute to generalize string I/O unrollKuppuswamy Sathyanarayanan1-17/+3
2021-12-06x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel1-0/+1
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel1-0/+5
2021-12-05Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+12
2021-12-05KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failureTom Lendacky1-0/+11
2021-12-03x86/mm: Add missing <asm/cpufeatures.h> dependency to <asm/page_64.h>Ingo Molnar1-0/+1
2021-12-02KVM: ensure APICv is considered inactive if there is no APICPaolo Bonzini1-0/+1
2021-12-01x86/insn-eval: Introduce insn_decode_mmio()Kirill A. Shutemov1-0/+12
2021-12-01x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Kirill A. Shutemov1-0/+1
2021-12-01x86/cpu: Drop spurious underscore from RAPTOR_LAKE #defineTony Luck1-1/+1
2021-12-01x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PVKirill A. Shutemov2-7/+5
2021-11-28Merge tag 'iommu-fixes-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2021-11-27iommu/vt-d: Remove unused PASID_DISABLEDJoerg Roedel1-6/+0
2021-11-26Merge tag 'for-linus-5.16c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2021-11-25xen: make HYPERVISOR_set_debugreg() always_inlineJuergen Gross1-1/+1
2021-11-25xen: make HYPERVISOR_get_debugreg() always_inlineJuergen Gross1-1/+1
2021-11-20xen/pvh: add missing prototype to headerJuergen Gross1-0/+1
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini1-0/+1
2021-11-18KVM: x86/mmu: include EFER.LMA in extended mmu roleMaxim Levitsky1-0/+1
2021-11-15x86/sev: Get rid of excessive use of definesBorislav Petkov1-23/+28
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh1-2/+2
2021-11-15x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck2-0/+12
2021-11-15x86/amd_nb, EDAC/amd64: Move DF Indirect Read to AMD64 EDACYazen Ghannam1-1/+0
2021-11-15x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDACYazen Ghannam1-3/+0