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-07
perf/x86/intel: Setup PEBS data configuration and enable legacy groups
Dapeng Mi
5
-1
/
+171
2025-11-07
perf/x86/intel: Update dyn_constraint base on PEBS event precise level
Dapeng Mi
2
-0
/
+12
2025-11-07
perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR
Dapeng Mi
4
-15
/
+92
2025-11-07
perf/x86/intel: Process arch-PEBS records or record fragments
Dapeng Mi
4
-0
/
+299
2025-11-07
perf/x86/intel/ds: Factor out PEBS group processing code to functions
Dapeng Mi
1
-65
/
+103
2025-11-07
perf/x86/intel/ds: Factor out PEBS record processing code to functions
Dapeng Mi
1
-25
/
+58
2025-11-07
perf/x86/intel: Initialize architectural PEBS
Dapeng Mi
5
-33
/
+132
2025-11-07
perf/x86/intel: Correct large PEBS flag check
Dapeng Mi
1
-1
/
+3
2025-11-07
perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call
Dapeng Mi
1
-1
/
+1
2025-11-07
perf/x86: Fix NULL event access and potential PEBS record loss
Dapeng Mi
1
-2
/
+3
2025-11-07
perf/x86: Remove redundant is_x86_event() prototype
Dapeng Mi
1
-1
/
+0
2025-11-07
x86/microcode/AMD: Add more known models to entry sign checking
Mario Limonciello (AMD)
1
-0
/
+2
2025-11-06
KVM: SVM: Ensure SPEC_CTRL[63:32] is context switched between guest and host
Uros Bizjak
1
-10
/
+37
2025-11-06
KVM: VMX: Ensure guest's SPEC_CTRL[63:32] is loaded on VM-Enter
Uros Bizjak
1
-5
/
+15
2025-11-06
KVM: VMX: Fix check for valid GVA on an EPT violation
Sukrit Bhatnagar
1
-1
/
+1
2025-11-06
um: Always set up AT_HWCAP and AT_PLATFORM
Thomas Weißschuh
2
-6
/
+4
2025-11-06
x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_END
Thomas Weißschuh
1
-8
/
+0
2025-11-06
x86/um: Drop gate area handling
Thomas Weißschuh
2
-52
/
+2
2025-11-06
x86/um: Do not inherit vDSO from host
Thomas Weißschuh
4
-106
/
+3
2025-11-06
x86/um: Move ELF_PLATFORM fallback to x86-specific code
Thomas Weißschuh
1
-1
/
+2
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
1
-0
/
+3
2025-11-05
bpf, x86: allow indirect jumps to r8...r15
Anton Protopopov
1
-8
/
+22
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
1
-0
/
+9
2025-11-05
x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe
Jiri Olsa
2
-1
/
+12
2025-11-05
Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
Jiri Olsa
1
-5
/
+5
2025-11-05
x86/mce/amd: Define threshold restart function for banks
Yazen Ghannam
1
-18
/
+19
2025-11-05
x86/mce/amd: Remove redundant reset_block()
Yazen Ghannam
1
-21
/
+7
2025-11-05
KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE
Yosry Ahmed
1
-5
/
+19
2025-11-05
KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
Yosry Ahmed
1
-9
/
+9
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
-71
/
+43
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
[prev]
[next]