index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory
Kirill A. Shutemov
2023-07-26
1
-7
/
+11
*
x86/cpu/amd: Add a Zenbleed fix
Borislav Petkov (AMD)
2023-07-17
5
-0
/
+66
*
x86/cpu/amd: Move the errata checking functionality up
Borislav Petkov (AMD)
2023-07-17
1
-72
/
+67
*
Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-07-16
1
-0
/
+7
|
\
|
*
perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR
Namhyung Kim
2023-07-10
1
-0
/
+7
*
|
Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-07-15
9
-74
/
+119
|
\
\
|
*
|
x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=y
Ingo Molnar
2023-07-11
1
-0
/
+2
|
*
|
x86/fineibt: Poison ENDBR at +0
Peter Zijlstra
2023-07-10
1
-0
/
+16
|
*
|
x86: Rewrite ret_from_fork() in C
Brian Gerst
2023-07-10
4
-49
/
+40
|
*
|
x86/32: Remove schedule_tail_wrapper()
Brian Gerst
2023-07-10
1
-23
/
+10
|
*
|
x86/cfi: Extend ENDBR sealing to kCFI
Peter Zijlstra
2023-07-10
1
-1
/
+43
|
*
|
x86/alternative: Rename apply_ibt_endbr()
Peter Zijlstra
2023-07-10
4
-6
/
+9
|
*
|
x86/cfi: Extend {JMP,CAKK}_NOSPEC comment
Peter Zijlstra
2023-07-10
1
-0
/
+4
|
|
/
*
|
Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-07-13
1
-1
/
+0
|
\
\
|
*
|
x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()
YueHaibing
2023-07-11
1
-1
/
+0
|
|
/
*
|
Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-07-13
1
-16
/
+21
|
\
\
|
|
/
|
/
|
|
*
x86/Xen: tidy xen-head.S
Jan Beulich
2023-07-04
1
-16
/
+21
*
|
Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-07-09
1
-0
/
+1
|
\
\
|
*
|
x86/xen: Fix secondary processors' FPU initialization
Juergen Gross
2023-07-05
1
-0
/
+1
*
|
|
Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-07-09
1
-0
/
+8
|
\
\
\
|
*
|
|
x86/smp: Don't send INIT to boot CPU
Thomas Gleixner
2023-07-07
1
-0
/
+8
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-07-04
24
-281
/
+471
|
\
\
\
\
|
*
\
\
\
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
8
-37
/
+73
|
|
\
\
\
\
|
|
*
|
|
|
KVM: x86/mmu: Trigger APIC-access page reload iff vendor code cares
Sean Christopherson
2023-06-07
1
-1
/
+2
|
|
*
|
|
|
KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page
Sean Christopherson
2023-06-07
2
-14
/
+3
|
|
*
|
|
|
KVM: VMX: Retry APIC-access page reload if invalidation is in-progress
Sean Christopherson
2023-06-07
1
-5
/
+45
|
|
*
|
|
|
KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupported
Sean Christopherson
2023-06-02
1
-6
/
+9
|
|
*
|
|
|
KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)
Sean Christopherson
2023-06-02
1
-1
/
+1
|
|
*
|
|
|
KVM: VMX: restore vmx_vmexit alignment
Jon Kohler
2023-06-01
1
-1
/
+1
|
|
*
|
|
|
KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handler
Jinrong Liang
2023-06-01
1
-2
/
+0
|
|
*
|
|
|
KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()
Sean Christopherson
2023-05-26
1
-1
/
+7
|
|
*
|
|
|
KVM: VMX: Treat UMIP as emulated if and only if the host doesn't have UMIP
Sean Christopherson
2023-05-26
3
-5
/
+4
|
|
*
|
|
|
KVM: VMX: Move the comment of CR4.MCE handling right above the code
Xiaoyao Li
2023-05-26
1
-2
/
+2
|
|
*
|
|
|
KVM: VMX: Use kvm_read_cr4() to get cr4 value
Xiaoyao Li
2023-05-26
1
-1
/
+1
|
*
|
|
|
|
Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
3
-35
/
+13
|
|
\
\
\
\
\
|
|
*
|
|
|
|
KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails
Sean Christopherson
2023-06-13
1
-6
/
+2
|
|
*
|
|
|
|
KVM: SVM: enhance info printk's in SEV init
Alexander Mikhalitsyn
2023-06-06
1
-2
/
+9
|
|
*
|
|
|
|
KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-Exits
Sean Christopherson
2023-06-03
1
-2
/
+2
|
|
*
|
|
|
|
KVM: SVM: Remove TSS reloading code after VMEXIT
Mingwei Zhang
2023-06-01
2
-25
/
+0
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
12
-118
/
+260
|
|
\
\
\
\
\
|
|
*
|
|
|
|
KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
Like Xu
2023-06-07
2
-1
/
+31
|
|
*
|
|
|
|
KVM: x86/svm/pmu: Add AMD PerfMonV2 support
Like Xu
2023-06-07
3
-11
/
+72
|
|
*
|
|
|
|
KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag
Like Xu
2023-06-07
1
-0
/
+7
|
|
*
|
|
|
|
KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
Like Xu
2023-06-07
1
-0
/
+3
|
|
*
|
|
|
|
KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is met
Like Xu
2023-06-07
1
-3
/
+12
|
|
*
|
|
|
|
KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
Like Xu
2023-06-07
3
-4
/
+12
|
|
*
|
|
|
|
KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled
Like Xu
2023-06-07
1
-1
/
+1
|
|
*
|
|
|
|
KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code
Like Xu
2023-06-07
5
-29
/
+16
|
|
*
|
|
|
|
KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86
Like Xu
2023-06-07
5
-62
/
+86
|
|
*
|
|
|
|
KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bits
Like Xu
2023-06-07
1
-0
/
+3
[next]