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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-07
x86/sev: Relocate SNP guest messaging routines to common code
Nikunj A Dadhania
1
-7
/
+7
2025-01-07
x86/sev: Carve out and export SNP guest messaging init routines
Nikunj A Dadhania
1
-4
/
+9
2025-01-03
x86/mce/amd: Remove shared threshold bank plumbing
Yazen Ghannam
1
-31
/
+0
2024-12-31
x86/mce: Remove the redundant mce_hygon_feature_init()
Qiuxu Zhuo
1
-2
/
+0
2024-12-30
x86/mce: Make several functions return bool
Qiuxu Zhuo
1
-2
/
+2
2024-12-30
x86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leaf
Borislav Petkov (AMD)
1
-6
/
+6
2024-12-30
x86/bugs: Add SRSO_USER_KERNEL_NO support
Borislav Petkov (AMD)
1
-0
/
+1
2024-12-26
ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
Masami Hiramatsu (Google)
1
-0
/
+21
2024-12-26
fprobe: Add fprobe_header encoding feature
Masami Hiramatsu (Google)
1
-0
/
+1
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
1
-0
/
+6
2024-12-26
tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
1
-0
/
+7
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
1
-20
/
+0
2024-12-23
KVM: x86/tdp_mmu: Propagate tearing down mirror page tables
Isaku Yamahata
2
-0
/
+10
2024-12-23
KVM: x86/tdp_mmu: Propagate building mirror page tables
Isaku Yamahata
2
-0
/
+9
2024-12-23
KVM: x86/tdp_mmu: Support mirror root for TDP MMU
Isaku Yamahata
1
-0
/
+1
2024-12-23
KVM: x86/mmu: Support GFN direct bits
Isaku Yamahata
1
-0
/
+2
2024-12-23
KVM: x86/mmu: Add an is_mirror member for union kvm_mmu_page_role
Isaku Yamahata
1
-3
/
+5
2024-12-23
KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
Isaku Yamahata
1
-0
/
+5
2024-12-23
KVM: x86: Add a VM type define for TDX
Rick Edgecombe
1
-0
/
+1
2024-12-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2024-12-22
KVM: x86: Move "emulate hypercall" function declarations to x86.h
Sean Christopherson
1
-6
/
+0
2024-12-22
Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2024-12-22
Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2024-12-20
perf/x86/intel: Support RDPMC metrics clear mode
Kan Liang
1
-0
/
+4
2024-12-20
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
44
-207
/
+384
2024-12-19
KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed feature
Suravee Suthikulpanit
1
-0
/
+1
2024-12-19
KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops
Chao Gao
2
-2
/
+0
2024-12-18
KVM: x86: Add interrupt injection information to the kvm_entry tracepoint
Maxim Levitsky
2
-2
/
+6
2024-12-18
KVM: VMX: Handle event vectoring error in check_emulate_instruction()
Ivan Orlov
1
-2
/
+7
2024-12-18
KVM: x86: Add function for vectoring error generation
Ivan Orlov
1
-0
/
+2
2024-12-18
KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
Sean Christopherson
1
-16
/
+30
2024-12-18
KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
Sean Christopherson
1
-1
/
+0
2024-12-18
x86/cpu: Make all all CPUID leaf names consistent
Dave Hansen
1
-6
/
+6
2024-12-18
x86/fpu: Move CPUID leaf definitions to common code
Dave Hansen
2
-4
/
+2
2024-12-18
x86/tsc: Remove CPUID "frequency" leaf magic numbers.
Dave Hansen
1
-0
/
+1
2024-12-18
x86/cpu: Move TSC CPUID leaf definition
Dave Hansen
1
-0
/
+1
2024-12-18
x86/cpu: Refresh DCA leaf reading code
Dave Hansen
1
-1
/
+2
2024-12-18
x86/cpu: Move MWAIT leaf definition to common header
Dave Hansen
2
-1
/
+2
2024-12-18
x86/cpu: Remove 'x86_cpu_desc' infrastructure
Dave Hansen
1
-35
/
+0
2024-12-17
x86/cpu: Expose only stepping min/max interface
Dave Hansen
1
-7
/
+8
2024-12-17
x86/cpu: Introduce new microcode matching helper
Dave Hansen
1
-0
/
+1
2024-12-17
x86/xen: remove hypercall page
Juergen Gross
1
-2
/
+0
2024-12-17
x86/xen: use new hypercall functions instead of hypercall page
Juergen Gross
1
-13
/
+20
2024-12-17
x86/xen: add central hypercall functions
Juergen Gross
1
-0
/
+3
2024-12-16
KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
1
-1
/
+1
2024-12-14
x86/sev: Add full support for a segmented RMP table
Tom Lendacky
2
-3
/
+6
2024-12-14
x86/sev: Add support for the RMPREAD instruction
Tom Lendacky
1
-0
/
+1
2024-12-13
x86/static-call: provide a way to do very early static-call updates
Juergen Gross
2
-3
/
+18
2024-12-13
x86: make get_cpu_vendor() accessible from Xen code
Juergen Gross
1
-0
/
+2
2024-12-10
x86/cpufeature: Document cpu_feature_enabled() as the default to use
Borislav Petkov (AMD)
1
-12
/
+6
[prev]
[next]