summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2025-11-21x86/mce: Add support for physical address valid bitAvadhut Naik
2025-11-21x86/mce: Save and use APEI corrected threshold limitYazen Ghannam
2025-11-20lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86David Laight
2025-11-20lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()David Laight
2025-11-18KVM: x86: Unify L1TF flushing under per-CPU variableBrendan Jackman
2025-11-18KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=nSean Christopherson
2025-11-18x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERSSean Christopherson
2025-11-18x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigationSean Christopherson
2025-11-18x86/bugs: Decouple ALTERNATIVE usage from VERW macro definitionSean Christopherson
2025-11-18x86/alternatives: Disable LASS when patching kernel codeSohil Mehta
2025-11-18x86/asm: Introduce inline memcpy and memsetPeter Zijlstra (Intel)
2025-11-18x86/cpufeatures: Enumerate the LASS feature bitsSohil Mehta
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-15x86/hyperv: Enable build of hypervisor crashdump collection filesMukesh Rathor
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-13KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval
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-10x86/percpu: Use BIT_WORD() and BIT_MASK() macrosUros Bizjak
2025-11-08Merge tag 'x86-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-07KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...Sean Christopherson
2025-11-07perf/x86/intel: Add counter group support for arch-PEBSDapeng Mi
2025-11-07perf/x86/intel: Setup PEBS data configuration and enable legacy groupsDapeng Mi
2025-11-07perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSRDapeng Mi
2025-11-07perf/x86/intel: Process arch-PEBS records or record fragmentsDapeng Mi
2025-11-07perf/x86/intel: Initialize architectural PEBSDapeng Mi
2025-11-05x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probeJiri Olsa
2025-11-05KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctlSean Christopherson
2025-11-05KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mappingSean Christopherson
2025-11-05KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()Sean Christopherson
2025-11-05x86/mce: Unify AMD DFR handler with MCA PollingYazen Ghannam
2025-11-05x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds
2025-11-04x86/cpufeatures: Correct LKGS feature flag descriptionBorislav Petkov (AMD)
2025-11-04KVM: x86: Add a helper to dedup reporting of unhandled VM-ExitsSean Christopherson
2025-11-04x86/ptrace: Always inline trivial accessorsPeter Zijlstra
2025-11-04x86/futex: Convert to scoped user accessThomas Gleixner
2025-11-03x86/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner
2025-11-03x86/amd_node: Fix AMD root device cachingYazen Ghannam
2025-10-31x86/mm: Ensure clear_page() variants always have __kcfi_typeid_ symbolsNathan Chancellor
2025-10-30x86/sev: Include XSS value in GHCB CPUID requestJohn Allen
2025-10-30x86/boot: Move boot_*msr helpers to asm/shared/msr.hJohn Allen
2025-10-30x86/smpboot: Mark native_play_dead() as __noreturnThorsten Blum
2025-10-30x86/cpu: Add/fix core comments for {Panther,Nova} LakeTony Luck
2025-10-30unwind_user/x86: Fix arch=um buildPeter Zijlstra
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra
2025-10-29unwind_user/x86: Enable frame pointer unwinding on x86Josh Poimboeuf