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