summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-11-18x86/asm: Introduce inline memcpy and memsetPeter Zijlstra (Intel)
2025-11-18x86/cpu: Add an LASS dependency on SMAPSohil Mehta
2025-11-18x86/cpufeatures: Enumerate the LASS feature bitsSohil Mehta
2025-11-18KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed
2025-11-18objtool/klp: Only enable --checksum when neededJosh Poimboeuf
2025-11-17memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()Yicong Yang
2025-11-17memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...Jonathan Cameron
2025-11-17KVM: x86: remove comment about ntp correction sync forLei Chen
2025-11-17Revert "x86: kvm: rate-limit global clock updates"Lei Chen
2025-11-17Revert "x86: kvm: introduce periodic global clock updates"Lei Chen
2025-11-17KVM: x86: Grab lapic_timer in a local variable to cleanup periodic codeSean Christopherson
2025-11-17KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang
2025-11-17KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang
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