index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
KVM: nSVM: Remove redundant cases in nested_svm_intercept()
Yosry Ahmed
1
-10
/
+0
2025-11-05
x86/mce/amd: Support SMCA Corrected Error Interrupt
Yazen Ghannam
1
-0
/
+17
2025-11-05
KVM: TDX: Fix list_add corruption during vcpu_load()
Yan Zhao
1
-5
/
+38
2025-11-05
KVM: TDX: Bug the VM if extending the initial measurement fails
Sean Christopherson
1
-11
/
+13
2025-11-05
KVM: TDX: Guard VM state transitions with "all" the locks
Sean Christopherson
1
-10
/
+49
2025-11-05
KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
Sean Christopherson
1
-3
/
+3
2025-11-05
KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Sean Christopherson
1
-6
/
+3
2025-11-05
KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Sean Christopherson
6
-6
/
+55
2025-11-05
KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
Sean Christopherson
1
-13
/
+20
2025-11-05
KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
Sean Christopherson
1
-49
/
+33
2025-11-05
Merge tag 'rust-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2025-11-05
KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
Sean Christopherson
1
-0
/
+7
2025-11-05
KVM: TDX: Derive error argument names from the local variable names
Sean Christopherson
1
-6
/
+7
2025-11-05
KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
Sean Christopherson
1
-64
/
+46
2025-11-05
KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
1
-30
/
+11
2025-11-05
KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
Sean Christopherson
2
-72
/
+44
2025-11-05
KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
Sean Christopherson
1
-28
/
+21
2025-11-05
KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
Sean Christopherson
1
-4
/
+2
2025-11-05
KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
Sean Christopherson
1
-2
/
+4
2025-11-05
KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
3
-4
/
+7
2025-11-05
KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Sean Christopherson
3
-17
/
+12
2025-11-05
KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
1
-50
/
+40
2025-11-05
KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
Sean Christopherson
1
-6
/
+6
2025-11-05
KVM: TDX: Drop superfluous page pinning in S-EPT management
Yan Zhao
1
-24
/
+4
2025-11-05
KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
Sean Christopherson
1
-3
/
+3
2025-11-05
Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
Sean Christopherson
3
-36
/
+7
2025-11-05
KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
Sean Christopherson
1
-0
/
+2
2025-11-05
KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Sean Christopherson
3
-8
/
+84
2025-11-05
KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
Sean Christopherson
1
-14
/
+0
2025-11-05
KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
Sean Christopherson
1
-2
/
+2
2025-11-05
KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
Sean Christopherson
1
-0
/
+6
2025-11-05
x86/boot: Fix page table access in 5-level to 4-level paging transition
Usama Arif
1
-4
/
+7
2025-11-05
x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
Yazen Ghannam
1
-68
/
+53
2025-11-05
x86/mce: Unify AMD DFR handler with MCA Polling
Yazen Ghannam
3
-99
/
+49
2025-11-05
x86/mce: Unify AMD THR handler with MCA Polling
Yazen Ghannam
1
-28
/
+23
2025-11-05
x86/msr: Add CPU_OUT_OF_SPEC taint name to "unrecognized" pr_warn(msg)
Marc Herbert
1
-1
/
+1
2025-11-05
x86: uaccess: don't use runtime-const rewriting in modules
Linus Torvalds
3
-6
/
+14
2025-11-04
x86/cpufeatures: Correct LKGS feature flag description
Borislav Petkov (AMD)
1
-1
/
+1
2025-11-04
rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
Miguel Ojeda
1
-1
/
+1
2025-11-04
KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()
Kai Huang
1
-1
/
+1
2025-11-04
KVM: x86: Add a helper to dedup reporting of unhandled VM-Exits
Sean Christopherson
5
-19
/
+16
2025-11-04
KVM: SVM: switch to raw spinlock for svm->ir_list_lock
Maxim Levitsky
2
-9
/
+9
2025-11-04
KVM: SVM: Make avic_ga_log_notifier() local to avic.c
Sean Christopherson
2
-2
/
+1
2025-11-04
KVM: SVM: Unregister KVM's GALog notifier on kvm-amd.ko exit
Sean Christopherson
3
-0
/
+9
2025-11-04
KVM: SVM: Initialize per-CPU svm_data at the end of hardware setup
Sean Christopherson
1
-6
/
+7
2025-11-04
KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVES
Chao Gao
1
-9
/
+8
2025-11-04
KVM: x86: Harden KVM against imbalanced load/put of guest FPU state
Sean Christopherson
1
-0
/
+6
2025-11-04
KVM: x86: Unload "FPU" state on INIT if and only if its currently in-use
Sean Christopherson
1
-11
/
+16
2025-11-04
x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcode
Mario Limonciello
1
-0
/
+1
2025-11-04
x86/ptrace: Always inline trivial accessors
Peter Zijlstra
1
-10
/
+10
[prev]
[next]