aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-11-16iommu/sva: invalidate stale IOTLB entries for kernel address spaceLu Baolu1-0/+1
2025-11-16x86/mm: use pagetable_free()Lu Baolu2-2/+2
2025-11-16x86/mm: use 'ptdesc' when freeing PMD pagesDave Hansen1-6/+6
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom1-2/+2
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-1/+1
2025-11-15Merge tag 'x86-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+8
2025-11-15x86/hyperv: Enable build of hypervisor crashdump collection filesMukesh Rathor3-0/+16
2025-11-15x86/hyperv: Implement hypervisor RAM collection into vmcoreMukesh Rathor1-0/+642
2025-11-15x86/hyperv: Add trampoline asm code to transition from hypervisorMukesh Rathor1-0/+101
2025-11-15x86/hyperv: Rename guest crash shutdown functionMukesh Rathor1-2/+3
2025-11-15x86: mshyperv: Remove duplicate asm/msr.h headerJiapeng Chong1-1/+0
2025-11-15arch/x86: mshyperv: Trap on access for some synthetic MSRsRoman Kisel1-4/+25
2025-11-15arch: hyperv: Get/set SynIC synth.registers via paravisorRoman Kisel1-0/+20
2025-11-15arch/x86: mshyperv: Discover Confidential VMBus availabilityRoman Kisel1-13/+15
2025-11-15x86/hyperv: Allow Hyper-V to inject STIMER0 interruptsTianyu Lan1-0/+7
2025-11-15x86/hyperv: Don't use auto-eoi when Secure AVIC is availableTianyu Lan1-0/+3
2025-11-15drivers: hv: Allow vmbus message synic interrupt injected from Hyper-VTianyu Lan1-0/+5
2025-11-15x86/hyperv: Don't use hv apic driver when Secure AVIC is availableTianyu Lan1-0/+3
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov21-207/+197
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-6/+17
2025-11-14x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attributeSean Christopherson1-1/+1
2025-11-14x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.hSean Christopherson1-1/+1
2025-11-14x86/sgx: Document structs and enums with '@', not '%'Sean Christopherson2-31/+31
2025-11-14x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handlerSean Christopherson1-0/+6
2025-11-14x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"Sean Christopherson1-1/+1
2025-11-14x86/bugs: Get rid of the forward declarationsBorislav Petkov (AMD)1-140/+93
2025-11-14KVM: SEV: Add known supported SEV-SNP policy bitsTom Lendacky1-6/+16
2025-11-14KVM: SEV: Publish supported SEV-SNP policy bitsTom Lendacky2-2/+12
2025-11-14KVM: SEV: Consolidate the SEV policy bits in a single header fileTom Lendacky2-15/+4
2025-11-14x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrevBorislav Petkov (AMD)1-0/+1
2025-11-14x86/CPU/AMD: Add additional fixed RDSEED microcode revisionsMario Limonciello1-0/+7
2025-11-14syscore: Pass context data to callbacksThierry Reding14-60/+126
2025-11-13Merge tag 'acpi-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2025-11-13KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval3-11/+43
2025-11-13Merge branches 'acpi-cppc' and 'acpi-tables'Rafael J. Wysocki1-1/+1
2025-11-13KVM: TDX: Use struct_size to simplify tdx_get_capabilities()Sean Christopherson1-9/+4
2025-11-13KVM: TDX: Check size of user's kvm_tdx_capabilities array before allocatingThorsten Blum1-11/+7
2025-11-13KVM: TDX: Fix sparse warnings from using 0 for NULLDave Hansen1-3/+3
2025-11-13KVM: TDX: Remove __user annotation from kernel pointerDave Hansen1-1/+2
2025-11-13KVM: TDX: Take MMU lock around tdh_vp_init()Rick Edgecombe1-3/+14
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar21-140/+184
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson31-104/+130
2025-11-12x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"Sean Christopherson1-1/+0
2025-11-12x86/mtrr: Drop unnecessary export of "mtrr_state"Sean Christopherson1-1/+0
2025-11-12x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"Sean Christopherson1-1/+0
2025-11-12perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type useIngo Molnar1-2/+1
2025-11-11lib/crypto: x86/polyval: Migrate optimized code into libraryEric Biggers4-514/+0
2025-11-11x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()Borislav Petkov (AMD)4-4/+3
2025-11-11KVM: VMX: Make loaded_vmcs_clear() static in vmx.cSean Christopherson2-2/+1
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner5-13/+22