summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-11-17KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson
2025-11-17KVM: x86: Use "checked" versions of get_user() and put_user()Sean Christopherson
2025-11-16iommu/sva: invalidate stale IOTLB entries for kernel address spaceLu Baolu
2025-11-16x86/mm: use pagetable_free()Lu Baolu
2025-11-16x86/mm: use 'ptdesc' when freeing PMD pagesDave Hansen
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts
2025-11-15Merge tag 'x86-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-15x86/hyperv: Enable build of hypervisor crashdump collection filesMukesh Rathor
2025-11-15x86/hyperv: Implement hypervisor RAM collection into vmcoreMukesh Rathor
2025-11-15x86/hyperv: Add trampoline asm code to transition from hypervisorMukesh Rathor
2025-11-15x86/hyperv: Rename guest crash shutdown functionMukesh Rathor
2025-11-15x86: mshyperv: Remove duplicate asm/msr.h headerJiapeng Chong
2025-11-15arch/x86: mshyperv: Trap on access for some synthetic MSRsRoman Kisel
2025-11-15arch: hyperv: Get/set SynIC synth.registers via paravisorRoman Kisel
2025-11-15arch/x86: mshyperv: Discover Confidential VMBus availabilityRoman Kisel
2025-11-15x86/hyperv: Allow Hyper-V to inject STIMER0 interruptsTianyu Lan
2025-11-15x86/hyperv: Don't use auto-eoi when Secure AVIC is availableTianyu Lan
2025-11-15drivers: hv: Allow vmbus message synic interrupt injected from Hyper-VTianyu Lan
2025-11-15x86/hyperv: Don't use hv apic driver when Secure AVIC is availableTianyu Lan
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attributeSean Christopherson
2025-11-14x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.hSean Christopherson
2025-11-14x86/sgx: Document structs and enums with '@', not '%'Sean Christopherson
2025-11-14x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handlerSean Christopherson
2025-11-14x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"Sean Christopherson
2025-11-14x86/bugs: Get rid of the forward declarationsBorislav Petkov (AMD)
2025-11-14KVM: SEV: Add known supported SEV-SNP policy bitsTom Lendacky
2025-11-14KVM: SEV: Publish supported SEV-SNP policy bitsTom Lendacky
2025-11-14KVM: SEV: Consolidate the SEV policy bits in a single header fileTom Lendacky
2025-11-14x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrevBorislav Petkov (AMD)
2025-11-14x86/CPU/AMD: Add additional fixed RDSEED microcode revisionsMario Limonciello
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-11-13Merge tag 'acpi-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-11-13KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval
2025-11-13Merge branches 'acpi-cppc' and 'acpi-tables'Rafael J. Wysocki
2025-11-13KVM: TDX: Use struct_size to simplify tdx_get_capabilities()Sean Christopherson
2025-11-13KVM: TDX: Check size of user's kvm_tdx_capabilities array before allocatingThorsten Blum
2025-11-13KVM: TDX: Fix sparse warnings from using 0 for NULLDave Hansen
2025-11-13KVM: TDX: Remove __user annotation from kernel pointerDave Hansen
2025-11-13KVM: TDX: Take MMU lock around tdh_vp_init()Rick Edgecombe
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson
2025-11-12x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"Sean Christopherson
2025-11-12x86/mtrr: Drop unnecessary export of "mtrr_state"Sean Christopherson
2025-11-12x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"Sean Christopherson
2025-11-12perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type useIngo Molnar
2025-11-11lib/crypto: x86/polyval: Migrate optimized code into libraryEric Biggers
2025-11-11x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()Borislav Petkov (AMD)