index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
Sean Christopherson
2023-08-31
3
-10
/
+7
*
KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
Sean Christopherson
2023-08-31
4
-12
/
+6
*
KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
Sean Christopherson
2023-08-31
1
-8
/
+2
*
KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
Sean Christopherson
2023-08-31
3
-13
/
+12
*
drm/i915/gvt: Protect gfn hash table with vgpu_lock
Sean Christopherson
2023-08-31
2
-24
/
+25
*
drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
Sean Christopherson
2023-08-31
2
-19
/
+0
*
drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
Sean Christopherson
2023-08-31
1
-1
/
+1
*
drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
Sean Christopherson
2023-08-31
2
-42
/
+8
*
drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry type
Sean Christopherson
2023-08-31
1
-0
/
+1
*
drm/i915/gvt: Explicitly check that vGPU is attached before shadowing
Sean Christopherson
2023-08-31
1
-2
/
+3
*
drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
Sean Christopherson
2023-08-31
1
-1
/
+4
*
drm/i915/gvt: Don't try to unpin an empty page range
Yan Zhao
2023-08-31
1
-1
/
+2
*
drm/i915/gvt: Verify hugepages are contiguous in physical address space
Sean Christopherson
2023-08-31
1
-1
/
+1
*
drm/i915/gvt: remove interface intel_gvt_is_valid_gfn
Yan Zhao
2023-08-31
1
-35
/
+1
*
drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
Sean Christopherson
2023-08-31
1
-0
/
+4
*
KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y
Sean Christopherson
2023-08-31
2
-11
/
+29
*
KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()
Mingwei Zhang
2023-08-31
1
-15
/
+18
*
KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stub
Sean Christopherson
2023-08-31
1
-1
/
+1
*
KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig
Sean Christopherson
2023-08-31
3
-4
/
+15
*
KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled
Sean Christopherson
2023-08-31
1
-1
/
+11
*
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
2023-08-31
7
-49
/
+49
*
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
2023-08-31
4
-12
/
+12
*
KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
Sean Christopherson
2023-08-31
1
-10
/
+9
*
KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
Sean Christopherson
2023-08-31
1
-5
/
+5
*
KVM: x86/mmu: Delete the "dbg" module param
Sean Christopherson
2023-08-31
2
-7
/
+0
*
KVM: x86/mmu: Delete rmap_printk() and all its usage
Sean Christopherson
2023-08-31
2
-14
/
+0
*
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
2023-08-31
4
-28
/
+0
*
KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
Sean Christopherson
2023-08-31
1
-0
/
+11
*
KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_ma...
Like Xu
2023-08-31
1
-1
/
+2
*
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-31
28
-445
/
+490
|
\
|
*
KVM: x86: Disallow guest CPUID lookups when IRQs are disabled
Sean Christopherson
2023-08-17
1
-0
/
+13
|
*
KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
Sean Christopherson
2023-08-17
3
-6
/
+3
|
*
KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
Sean Christopherson
2023-08-17
4
-5
/
+7
|
*
KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
Sean Christopherson
2023-08-17
4
-9
/
+12
|
*
KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
Sean Christopherson
2023-08-17
4
-14
/
+16
|
*
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
2023-08-17
4
-5
/
+9
|
*
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
2023-08-17
4
-6
/
+8
|
*
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
2023-08-17
4
-7
/
+5
|
*
KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"
Sean Christopherson
2023-08-17
4
-19
/
+11
|
*
KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
Sean Christopherson
2023-08-17
5
-24
/
+35
|
*
KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
Sean Christopherson
2023-08-17
7
-9
/
+9
|
*
KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enabling
Sean Christopherson
2023-08-17
1
-1
/
+1
|
*
KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
Sean Christopherson
2023-08-17
1
-13
/
+11
|
*
KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
Sean Christopherson
2023-08-17
3
-17
/
+22
|
*
KVM: x86: Add a framework for enabling KVM-governed x86 features
Sean Christopherson
2023-08-17
4
-0
/
+78
|
*
x86: kvm: x86: Remove unnecessary initial values of variables
Li zeming
2023-08-17
1
-2
/
+2
|
*
KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPU
Sean Christopherson
2023-08-17
1
-4
/
+9
|
*
KVM: x86: Remove break statements that will never be executed
Like Xu
2023-08-17
3
-4
/
+0
|
*
KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded
Sean Christopherson
2023-08-03
1
-1
/
+2
|
*
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
2023-08-03
6
-16
/
+15
[next]