index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
Sean Christopherson
2
-21
/
+13
2024-09-09
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
Sean Christopherson
1
-5
/
+7
2024-09-09
KVM: x86: Update retry protection fields when forcing retry on emulation failure
Sean Christopherson
3
-7
/
+17
2024-09-09
KVM: x86: Apply retry protection to "unprotect on failure" path
Sean Christopherson
1
-19
/
+1
2024-09-09
KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
Sean Christopherson
1
-9
/
+19
2024-09-09
KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
Sean Christopherson
1
-18
/
+0
2024-09-09
KVM: x86/mmu: Move event re-injection unprotect+retry into common path
Sean Christopherson
1
-21
/
+9
2024-09-09
KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
Sean Christopherson
1
-1
/
+6
2024-09-09
KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
Sean Christopherson
1
-21
/
+9
2024-09-09
KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
Sean Christopherson
1
-8
/
+5
2024-09-09
KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
Sean Christopherson
1
-0
/
+11
2024-09-09
KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
Sean Christopherson
3
-27
/
+40
2024-09-09
KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
Sean Christopherson
1
-1
/
+2
2024-09-09
KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
Sean Christopherson
1
-4
/
+4
2024-09-09
KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
Sean Christopherson
1
-8
/
+29
2024-09-09
KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
Sean Christopherson
5
-37
/
+50
2024-09-09
KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
Sean Christopherson
2
-5
/
+8
2024-09-09
KVM: nVMX: Assert that vcpu->mutex is held when accessing secondary VMCSes
Sean Christopherson
1
-0
/
+6
2024-09-09
KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-Enter
Sean Christopherson
2
-2
/
+11
2024-09-09
KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()
Sean Christopherson
3
-13
/
+5
2024-09-09
KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection
Sean Christopherson
1
-0
/
+14
2024-09-09
KVM: nVMX: Suppress external interrupt VM-Exit injection if there's no IRQ
Sean Christopherson
1
-1
/
+2
2024-09-09
KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection site
Sean Christopherson
3
-10
/
+30
2024-09-09
KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate API
Sean Christopherson
2
-4
/
+14
2024-09-09
KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is disabled
Kai Huang
1
-0
/
+1
2024-09-09
KVM: x86: Remove some unused declarations
Yue Haibing
3
-5
/
+0
2024-09-09
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
3
-11
/
+25
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
2
-19
/
+3
2024-09-09
Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-8
/
+19
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-09-06
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
1
-0
/
+1
2024-09-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-13
/
+34
2024-09-06
crypto: x86/aesni - update docs for aesni-intel module
Eric Biggers
2
-3
/
+7
2024-09-05
x86/sgx: Log information when a node lacks an EPC section
Aaron Lu
1
-0
/
+7
2024-09-05
x86/sgx: Fix deadlock in SGX NUMA node search
Aaron Lu
1
-13
/
+14
2024-09-05
KVM: Remove HIGH_RES_TIMERS dependency
Steven Rostedt
1
-1
/
+0
2024-09-05
Merge tag 'hwmon-for-v6.11-rc7' into review-hans
Hans de Goede
23
-91
/
+139
2024-09-05
perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
Dhananjay Ugwekar
1
-5
/
+42
2024-09-05
x86/bugs: Fix handling when SRSO mitigation is disabled
David Kaplan
1
-9
/
+5
2024-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
23
-91
/
+157
2024-09-05
x86/bugs: Add missing NO_SSB flag
Daniel Sneddon
1
-2
/
+2
2024-09-05
x86/hyperv: fix kexec crash due to VP assist page corruption
Anirudh Rayabharam (Microsoft)
3
-7
/
+3
2024-09-04
bpf, x64: Fix a jit convergence issue
Yonghong Song
1
-2
/
+52
2024-09-04
x86/platform/geode: switch GPIO buttons and LEDs to software properties
Dmitry Torokhov
7
-209
/
+228
2024-09-04
x86/cpu/vfm: Delete all the *_FAM6_ CPU #defines
Tony Luck
1
-83
/
+2
2024-09-04
x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macros
Tony Luck
1
-20
/
+0
2024-09-04
KVM: x86: Register "emergency disable" callbacks when virt is enabled
Sean Christopherson
6
-9
/
+18
2024-09-04
x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
Sean Christopherson
1
-1
/
+1
[prev]
[next]