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-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
2
-4
/
+4
2025-08-27
KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
Fuad Tabba
1
-4
/
+10
2025-08-27
KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
Sean Christopherson
1
-2
/
+2
2025-08-27
KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
Sean Christopherson
1
-1
/
+1
2025-08-27
KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
Sean Christopherson
1
-8
/
+8
2025-08-27
KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
Fuad Tabba
1
-1
/
+1
2025-08-27
Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-9
/
+10
2025-08-27
x86/microcode/AMD: Handle the case of no BIOS microcode
Borislav Petkov (AMD)
1
-2
/
+20
2025-08-27
Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-9
/
+10
2025-08-26
x86/vdso: Fix output operand size of RDPID
Uros Bizjak
1
-4
/
+4
2025-08-25
floppy: Replace custom SZ_64K constant
Andy Shevchenko
1
-1
/
+2
2025-08-25
floppy: Remove unused CROSS_64KB() macro from arch/ code
Andy Shevchenko
1
-4
/
+1
2025-08-25
x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>
Uros Bizjak
1
-3
/
+3
2025-08-25
x86/cpu/intel: Fix the constant_tsc model check for Pentium 4
Suchit Karunakaran
1
-1
/
+1
2025-08-25
x86/apic: Make the ISR clearing sane
Thomas Gleixner
1
-40
/
+37
2025-08-24
Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-5
/
+10
2025-08-22
x86/mtrr: Remove license boilerplate text with bad FSF address
Thomas Huth
3
-42
/
+3
2025-08-22
x86/asm: Use RDPKRU and WRPKRU mnemonics in <asm/special_insns.h>
Uros Bizjak
1
-5
/
+2
2025-08-22
x86/mm: Change cpa_flush() to call flush_kernel_range() directly
Yu-cheng Yu
1
-13
/
+7
2025-08-22
x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
Adrian Hunter
1
-3
/
+7
2025-08-22
x86/tdx: Tidy reset_pamt functions
Adrian Hunter
1
-12
/
+4
2025-08-22
x86/tdx: Eliminate duplicate code in tdx_clear_page()
Adrian Hunter
3
-24
/
+13
2025-08-22
Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+3
2025-08-22
x86/idle: Use MONITORX and MWAITX mnemonics in <asm/mwait.h>
Uros Bizjak
1
-6
/
+2
2025-08-22
x86/entry/fred: Push __KERNEL_CS directly
Xin Li (Intel)
1
-2
/
+1
2025-08-21
perf/x86: Print PMU counters bitmap in x86_pmu_show_pmu_cap()
Dapeng Mi
1
-7
/
+9
2025-08-21
perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK
Dapeng Mi
3
-9
/
+9
2025-08-21
perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)
Dapeng Mi
2
-5
/
+5
2025-08-21
perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flag
Dapeng Mi
1
-6
/
+8
2025-08-21
perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
Dapeng Mi
1
-1
/
+2
2025-08-21
perf/x86/intel: Use early_initcall() to hook bts_init()
Dapeng Mi
1
-1
/
+1
2025-08-21
uprobes/x86: Add SLS mitigation to the trampolines
Peter Zijlstra
1
-0
/
+2
2025-08-21
uprobes/x86: Make asm style consistent
Peter Zijlstra
1
-8
/
+8
2025-08-21
uprobes/x86: Fix uprobe syscall vs shadow stack
Peter Zijlstra
3
-9
/
+52
2025-08-21
uprobes/x86: Accept more NOP forms
Peter Zijlstra
1
-5
/
+32
2025-08-21
uprobes/x86: Optimize is_optimize()
Peter Zijlstra
1
-21
/
+13
2025-08-21
uprobes/x86: Add struct uretprobe_syscall_args
Peter Zijlstra
1
-13
/
+20
2025-08-21
uprobes/x86: Add support to optimize uprobes
Jiri Olsa
2
-1
/
+289
2025-08-21
uprobes/x86: Add uprobe syscall to speed up uprobe
Jiri Olsa
2
-0
/
+140
2025-08-21
uprobes/x86: Add mapping for optimized uprobe trampolines
Jiri Olsa
1
-0
/
+144
2025-08-21
uprobes: Rename arch_uretprobe_trampoline function
Jiri Olsa
1
-1
/
+1
2025-08-21
KVM: SVM: Enable Secure TSC for SNP guests
Nikunj A Dadhania
2
-0
/
+29
2025-08-21
KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()
Sean Christopherson
3
-9
/
+2
2025-08-21
KVM: SEV: Set RESET GHCB MSR value during sev_es_init_vmcb()
Sean Christopherson
1
-13
/
+11
2025-08-21
KVM: SEV: Move init of SNP guest state into sev_init_vmcb()
Sean Christopherson
3
-16
/
+13
2025-08-21
KVM: SVM: Move SEV-ES VMSA allocation to a dedicated sev_vcpu_create() helper
Sean Christopherson
3
-18
/
+29
2025-08-21
x86/cpufeatures: Add SNP Secure TSC
Nikunj A Dadhania
1
-0
/
+1
2025-08-21
KVM: SEV: Enforce minimum GHCB version requirement for SEV-SNP guests
Nikunj A Dadhania
1
-2
/
+6
2025-08-21
KVM: SEV: Drop GHCB_VERSION_DEFAULT and open code it
Nikunj A Dadhania
1
-9
/
+8
2025-08-21
x86/kconfig: Remove CONFIG_AS_AVX512
Uros Bizjak
1
-5
/
+0
[prev]
[next]