index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
4
-5
/
+9
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
4
-6
/
+8
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
4
-7
/
+5
2023-08-17
KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"
Sean Christopherson
4
-19
/
+11
2023-08-17
KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
Sean Christopherson
5
-24
/
+35
2023-08-17
KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
Sean Christopherson
7
-9
/
+9
2023-08-17
KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enabling
Sean Christopherson
1
-1
/
+1
2023-08-17
KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
Sean Christopherson
1
-13
/
+11
2023-08-17
KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
Sean Christopherson
3
-17
/
+22
2023-08-17
KVM: x86: Add a framework for enabling KVM-governed x86 features
Sean Christopherson
4
-0
/
+78
2023-08-17
x86: kvm: x86: Remove unnecessary initial values of variables
Li zeming
1
-2
/
+2
2023-08-17
KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPU
Sean Christopherson
1
-4
/
+9
2023-08-17
KVM: x86: Remove break statements that will never be executed
Like Xu
3
-4
/
+0
2023-08-04
KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded
Sean Christopherson
1
-1
/
+2
2023-08-04
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
6
-16
/
+15
2023-08-04
KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIO
Sean Christopherson
1
-5
/
+3
2023-08-04
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
3
-6
/
+5
2023-08-04
KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state
Sean Christopherson
1
-2
/
+2
2023-08-04
KVM: nSVM: Check instead of asserting on nested TSC scaling support
Sean Christopherson
1
-3
/
+2
2023-08-04
KVM: x86: Advertise AMX-COMPLEX CPUID to userspace
Tao Su
2
-1
/
+3
2023-08-04
KVM: VMX: Skip VMCLEAR logic during emergency reboots if CR4.VMXE=0
Sean Christopherson
1
-2
/
+10
2023-08-04
KVM: SVM: Use "standard" stgi() helper when disabling SVM
Sean Christopherson
1
-10
/
+3
2023-08-04
KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
Sean Christopherson
2
-0
/
+4
2023-08-04
x86/virt: KVM: Move "disable SVM" helper into KVM SVM
Sean Christopherson
2
-54
/
+25
2023-08-04
KVM: VMX: Ensure CPU is stable when probing basic VMX support
Sean Christopherson
1
-3
/
+14
2023-08-04
KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
Sean Christopherson
1
-6
/
+19
2023-08-04
x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
Sean Christopherson
2
-31
/
+8
2023-08-04
x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
Sean Christopherson
1
-6
/
+0
2023-08-04
KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON
Sean Christopherson
1
-1
/
+1
2023-08-04
x86/virt: KVM: Move VMXOFF helpers into KVM VMX
Sean Christopherson
2
-45
/
+26
2023-08-04
x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
Sean Christopherson
2
-11
/
+1
2023-08-04
x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabled
Sean Christopherson
2
-1
/
+8
2023-08-04
x86/reboot: Disable virtualization during reboot iff callback is registered
Sean Christopherson
1
-2
/
+1
2023-08-04
x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path
Sean Christopherson
1
-45
/
+45
2023-08-04
x86/reboot: Assert that IRQs are disabled when turning off virtualization
Sean Christopherson
1
-1
/
+7
2023-08-04
x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback
Sean Christopherson
3
-13
/
+17
2023-08-04
x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
Sean Christopherson
3
-33
/
+14
2023-08-04
x86/reboot: Harden virtualization hooks for emergency reboot
Sean Christopherson
3
-12
/
+29
2023-08-04
x86/reboot: VMCLEAR active VMCSes before emergency reboot
Sean Christopherson
5
-40
/
+27
2023-08-03
KVM: x86: Retry APIC optimized map recalc if vCPU is added/enabled
Sean Christopherson
1
-4
/
+25
2023-08-03
KVM: VMX: Drop unnecessary vmx_fb_clear_ctrl_available "cache"
Sean Christopherson
1
-14
/
+3
2023-08-03
KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES
Sean Christopherson
3
-22
/
+14
2023-08-03
KVM: x86: Advertise host CPUID 0x80000005 in KVM_GET_SUPPORTED_CPUID
Takahiro Itazuri
1
-0
/
+3
2023-08-03
KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
Michal Luczaj
2
-7
/
+0
2023-07-31
KVM: x86: Use sysfs_emit() instead of sprintf()
Like Xu
2
-3
/
+3
2023-07-17
Linux 6.5-rc2
v6.5-rc2
Linus Torvalds
1
-1
/
+1
2023-07-14
cifs: fix mid leak during reconnection after timeout threshold
Shyam Prasad N
1
-4
/
+15
2023-07-14
cifs: is_network_name_deleted should return a bool
Shyam Prasad N
3
-7
/
+14
2023-07-14
block: queue data commands from the flush state machine at the head
Christoph Hellwig
1
-1
/
+1
2023-07-14
iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()
Dan Carpenter
1
-1
/
+2
[next]