index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-14
x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.h
Sean Christopherson
1
-1
/
+1
2025-11-14
x86/sgx: Document structs and enums with '@', not '%'
Sean Christopherson
2
-31
/
+31
2025-11-14
x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handler
Sean Christopherson
1
-0
/
+6
2025-11-14
x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
Sean Christopherson
1
-1
/
+1
2025-11-14
x86/bugs: Get rid of the forward declarations
Borislav Petkov (AMD)
1
-140
/
+93
2025-11-14
KVM: SEV: Add known supported SEV-SNP policy bits
Tom Lendacky
1
-6
/
+16
2025-11-14
KVM: SEV: Publish supported SEV-SNP policy bits
Tom Lendacky
2
-2
/
+12
2025-11-14
KVM: SEV: Consolidate the SEV policy bits in a single header file
Tom Lendacky
2
-15
/
+4
2025-11-14
x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
Borislav Petkov (AMD)
1
-0
/
+1
2025-11-14
x86/CPU/AMD: Add additional fixed RDSEED microcode revisions
Mario Limonciello
1
-0
/
+7
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
14
-60
/
+126
2025-11-13
Merge tag 'acpi-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+1
2025-11-13
KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
Omar Sandoval
3
-11
/
+43
2025-11-13
Merge branches 'acpi-cppc' and 'acpi-tables'
Rafael J. Wysocki
1
-1
/
+1
2025-11-13
KVM: TDX: Use struct_size to simplify tdx_get_capabilities()
Sean Christopherson
1
-9
/
+4
2025-11-13
KVM: TDX: Check size of user's kvm_tdx_capabilities array before allocating
Thorsten Blum
1
-11
/
+7
2025-11-13
KVM: TDX: Fix sparse warnings from using 0 for NULL
Dave Hansen
1
-3
/
+3
2025-11-13
KVM: TDX: Remove __user annotation from kernel pointer
Dave Hansen
1
-1
/
+2
2025-11-13
KVM: TDX: Take MMU lock around tdh_vp_init()
Rick Edgecombe
1
-3
/
+14
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
21
-140
/
+184
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
31
-104
/
+130
2025-11-12
x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"
Sean Christopherson
1
-1
/
+0
2025-11-12
x86/mtrr: Drop unnecessary export of "mtrr_state"
Sean Christopherson
1
-1
/
+0
2025-11-12
x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"
Sean Christopherson
1
-1
/
+0
2025-11-12
perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use
Ingo Molnar
1
-2
/
+1
2025-11-11
lib/crypto: x86/polyval: Migrate optimized code into library
Eric Biggers
4
-514
/
+0
2025-11-11
x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()
Borislav Petkov (AMD)
4
-4
/
+3
2025-11-11
KVM: VMX: Make loaded_vmcs_clear() static in vmx.c
Sean Christopherson
2
-2
/
+1
2025-11-11
Merge branch 'kbuild-6.19.fms.extension'
Christian Brauner
5
-13
/
+22
2025-11-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-92
/
+109
2025-11-10
x86/percpu: Use BIT_WORD() and BIT_MASK() macros
Uros Bizjak
1
-2
/
+3
2025-11-10
Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"
Christian Brauner
2
-3
/
+8
2025-11-09
x86/math-emu: Fix div_Xsig() prototype
Arnd Bergmann
1
-1
/
+1
2025-11-09
KVM: nSVM: Fix and simplify LBR virtualization handling with nested
Yosry Ahmed
2
-49
/
+17
2025-11-09
KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
Yosry Ahmed
1
-10
/
+19
2025-11-09
KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
Yosry Ahmed
1
-0
/
+4
2025-11-09
Merge tag 'kvm-x86-fixes-6.18-rc5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-37
/
+73
2025-11-08
Merge tag 'x86-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-100
/
+54
2025-11-07
KVM: x86: Don't disable IRQs when unregistering user-return notifier
Hou Wenlong
1
-11
/
+3
2025-11-07
KVM: x86: Leave user-return notifier registered on reboot/shutdown
Sean Christopherson
1
-1
/
+15
2025-11-07
KVM: x86: WARN if user-return MSR notifier is registered on exit
Sean Christopherson
1
-8
/
+25
2025-11-07
KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...
Sean Christopherson
4
-44
/
+23
2025-11-07
KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)
Maxim Levitsky
1
-10
/
+15
2025-11-07
KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued()
Maxim Levitsky
1
-3
/
+12
2025-11-07
ACPI: CPPC: Detect preferred core availability on online CPUs
Gautham R. Shenoy
1
-1
/
+1
2025-11-07
x86/apic: Fix frequency in apic=verbose log output
Julian Stecklina
1
-6
/
+9
2025-11-07
perf/x86/intel: Optimize PEBS extended config
Peter Zijlstra
1
-11
/
+14
2025-11-07
perf/x86/intel: Check PEBS dyn_constraints
Peter Zijlstra
1
-0
/
+12
2025-11-07
perf/x86/intel: Add a check for dynamic constraints
Kan Liang
1
-8
/
+148
2025-11-07
perf/x86/intel: Add counter group support for arch-PEBS
Dapeng Mi
4
-9
/
+77
[prev]
[next]