summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-01-31x86/fred: Reserve space for the FRED stack frameH. Peter Anvin (Intel)
2024-01-31x86/fred: Add a new header file for FRED definitionsH. Peter Anvin (Intel)
2024-01-31x86/ptrace: Add FRED additional information to the pt_regs structureXin Li
2024-01-31x86/ptrace: Cleanup the definition of the pt_regs structureXin Li
2024-01-31x86/cpu: Add MSR numbers for FRED configurationH. Peter Anvin (Intel)
2024-01-31x86/cpu: Add X86_CR4_FRED macroH. Peter Anvin (Intel)
2024-01-30KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexSean Christopherson
2024-01-30KVM: x86/pmu: Allow programming events that match unsupported arch eventsSean Christopherson
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann
2024-01-30x86/efi: Implement arch_ima_efi_boot_mode() in source fileThomas Zimmermann
2024-01-30x86/setup: Move internal setup_data structures into setup_data.hThomas Zimmermann
2024-01-30x86/setup: Move UAPI setup structures into setup_data.hThomas Zimmermann
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-29x86/cpufeatures: Enable/unmask SEV-SNP CPU featureMichael Roth
2024-01-29KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safeBrijesh Singh
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra
2024-01-29x86/sev: Introduce an SNP leaked pages listAshish Kalra
2024-01-29x86/sev: Add helper functions for RMPUPDATE and PSMASH instructionBrijesh Singh
2024-01-29x86/traps: Define RMP violation #PF error codeBrijesh Singh
2024-01-29x86/fault: Add helper for dumping RMP entriesBrijesh Singh
2024-01-29x86/sev: Add RMP entry lookup helpersBrijesh Singh
2024-01-29x86/sev: Add SEV-SNP host initialization supportBrijesh Singh
2024-01-29iommu/amd: Don't rely on external callers to enable IOMMU SNP supportAshish Kalra
2024-01-29x86/cpufeatures: Add SEV-SNP CPU featureBrijesh Singh
2024-01-26Merge branch 'linus' into x86/mm, to refresh the branch and pick up fixesIngo Molnar
2024-01-25mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver
2024-01-25x86/fred: Disable FRED support if CONFIG_X86_FRED is disabledH. Peter Anvin (Intel)
2024-01-25x86/cpufeatures: Add the CPU feature bit for FREDH. Peter Anvin (Intel)
2024-01-25x86/trapnr: Add event type macros to <asm/trapnr.h>Xin Li
2024-01-25x86/entry: Remove idtentry_sysvec from entry_{32,64}.SXin Li
2024-01-25x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportXin Li
2024-01-24x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe
2024-01-23x86/cpu: Add model number for Intel Clearwater Forest processorTony Luck
2024-01-23x86/CPU/AMD: Add X86_FEATURE_ZEN5Borislav Petkov (AMD)
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao
2024-01-10x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRYBreno Leitao
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09x86/percpu: Use %RIP-relative address in untagged_addr()Uros Bizjak