summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorLines
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds-9/+4
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds-2/+3
2026-03-30x86/cpu: Remove M486/M486SX/ELAN supportIngo Molnar-6/+0
2026-03-30x86/asm/segment: Implement loadsegment()/savesegment() macros with static inl...Uros Bizjak-22/+35
2026-03-30x86/asm/segment: Use ASM_INPUT_RM in __loadsegment_fs()Uros Bizjak-1/+1
2026-03-30x86/asm/segment: Remove unnecessary "memory" clobber from savesegment()Uros Bizjak-1/+1
2026-03-30x86/asm/fsgsbase: Remove unnecessary "memory" clobbers from FS/GS base (read-...Uros Bizjak-2/+2
2026-03-29x86/sev: Create snp_shutdown()Tycho Andersen (AMD)-0/+2
2026-03-28x86/sev: Create snp_prepare()Tycho Andersen (AMD)-0/+2
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts-12/+0
2026-03-22block/floppy: Don't use REALLY_SLOW_IO for delaysJuergen Gross-10/+22
2026-03-22x86/paravirt: Replace io_delay() hook with a boolJuergen Gross-16/+12
2026-03-22x86/irqflags: Preemptively move include paravirt.h directive where it belongsJuergen Gross-3/+3
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar-20/+41
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner-1/+0
2026-03-19x86/vsyscall: Restore vsyscall=xonly mode under LASSSohil Mehta-0/+6
2026-03-19x86/vsyscall: Reorganize the page fault emulation codeSohil Mehta-4/+3
2026-03-18objtool/x86: Reorder ORC register numberingJosh Poimboeuf-5/+5
2026-03-18objtool: Support Clang RAX DRAP sequenceJosh Poimboeuf-0/+1
2026-03-17Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixesIngo Molnar-5/+20
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+3
2026-03-12KVM: x86: Advertise AVX512 Bit Matrix Multiply (BMM) to userspaceNikunj A Dadhania-0/+1
2026-03-12KVM: x86: Immediately fail the build when possible if required #define is mis...Sean Christopherson-7/+11
2026-03-12KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAsDavid Woodhouse-6/+6
2026-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson-1/+3
2026-03-11x86/mce, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam-0/+11
2026-03-11x86/mce, EDAC/mce_amd: Update CS bank type namingYazen Ghannam-1/+1
2026-03-11x86/mce, EDAC/mce_amd: Reorder SMCA bank type enumsYazen Ghannam-23/+28
2026-03-08Merge tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2026-03-08x86/local: Remove trailing semicolon from _ASM_XADD in local_add_return()Uros Bizjak-1/+1
2026-03-07Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+16
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2026-03-07x86/asm: Use inout "+" asm onstraint modifiers in __iowrite32_copy()Uros Bizjak-3/+2
2026-03-06perf/x86/amd/ibs: Fix comment typo in ibs_op_dataYen-Hsiang Hsu-1/+1
2026-03-06x86/mm/tlb: Make enter_lazy_tlb() always inline on x86Xie Yuanbin-3/+26
2026-03-05x86/cpu: Add platform ID to CPU info structureDave Hansen-0/+7
2026-03-05integrity: Make arch_ima_get_secureboot integrity-wideCoiby Xu-2/+2
2026-03-04KVM: nSVM: Sanitize INT/EVENTINJ fields when copying from vmcb12Yosry Ahmed-0/+5
2026-03-04KVM: nSVM: Sanitize TLB_CONTROL field when copying from vmcb12Yosry Ahmed-0/+2
2026-03-04KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2Yosry Ahmed-4/+3
2026-03-04KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson-4/+4
2026-03-04KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys initSean Christopherson-4/+0
2026-03-04x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel usersSean Christopherson-9/+2
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson-14/+9
2026-03-04KVM: SVM: Move core EFER.SVME enablement to kernelSean Christopherson-0/+6
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson-3/+3
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson-1/+12
2026-03-04KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"Sean Christopherson-0/+11
2026-03-04KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.hSean Christopherson-0/+11
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra-0/+6