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.12.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
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
2021-04-17
3
-5
/
+6
*
KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
2021-04-17
2
-0
/
+11
*
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
2021-04-17
2
-3
/
+15
*
KVM: nSVM: call nested_svm_load_cr3 on nested state load
Maxim Levitsky
2021-04-17
1
-18
/
+22
*
KVM: x86: dump_vmcs should include the autoload/autostore MSR lists
David Edmondson
2021-04-17
1
-0
/
+16
*
KVM: x86: dump_vmcs should show the effective EFER
David Edmondson
2021-04-17
2
-5
/
+17
*
KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
David Edmondson
2021-04-17
1
-4
/
+2
*
KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
David Edmondson
2021-04-17
1
-9
/
+10
*
KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
David Edmondson
2021-04-17
1
-6
/
+3
*
KVM: nSVM: improve SYSENTER emulation on AMD
Maxim Levitsky
2021-04-17
2
-37
/
+68
*
KVM: x86: add guest_cpuid_is_intel
Maxim Levitsky
2021-04-17
1
-0
/
+8
*
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
2021-04-17
3
-6
/
+6
*
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created
Sean Christopherson
2021-04-17
1
-0
/
+3
*
KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes
Sean Christopherson
2021-04-17
1
-17
/
+12
*
KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
Sean Christopherson
2021-04-17
1
-2
/
+3
*
KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU
Sean Christopherson
2021-04-17
1
-3
/
+2
*
KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE
Sean Christopherson
2021-04-17
1
-1
/
+0
*
KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
Sean Christopherson
2021-04-17
2
-3
/
+0
*
KVM: Move arm64's MMU notifier trace events to generic code
Sean Christopherson
2021-04-17
4
-88
/
+2
*
KVM: Move prototypes for MMU notifier callbacks to generic code
Sean Christopherson
2021-04-17
4
-22
/
+1
*
KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE
Sean Christopherson
2021-04-17
1
-1
/
+1
*
KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
Sean Christopherson
2021-04-17
2
-66
/
+44
*
KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
Sean Christopherson
2021-04-17
3
-18
/
+24
*
KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap
Sean Christopherson
2021-04-17
1
-9
/
+8
*
KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
Sean Christopherson
2021-04-17
3
-9
/
+9
*
KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU
Sean Christopherson
2021-04-17
1
-18
/
+19
*
KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs
Sean Christopherson
2021-04-17
1
-9
/
+13
*
KVM: x86/vPMU: Forbid reading from MSR_F15H_PERF MSRs when guest doesn't have...
Vitaly Kuznetsov
2021-04-17
1
-0
/
+6
*
KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_...
Krish Sadhukhan
2021-04-17
1
-0
/
+10
*
KVM: MMU: load PDPTRs outside mmu_lock
Paolo Bonzini
2021-04-17
1
-15
/
+37
*
Merge remote-tracking branch 'tip/x86/sgx' into kvm-next
Paolo Bonzini
2021-04-17
16
-188
/
+758
|
\
|
*
x86/sgx: Mark sgx_vepc_vm_ops static
Wei Yongjun
2021-04-12
1
-1
/
+1
|
*
x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()
Jarkko Sakkinen
2021-04-08
1
-1
/
+0
|
*
x86/sgx: Move provisioning device creation out of SGX driver
Sean Christopherson
2021-04-06
4
-32
/
+61
|
*
x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
Sean Christopherson
2021-04-06
2
-0
/
+124
|
*
x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
Kai Huang
2021-04-06
3
-3
/
+20
|
*
x86/sgx: Add encls_faulted() helper
Sean Christopherson
2021-04-06
2
-2
/
+15
|
*
x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
Sean Christopherson
2021-04-06
1
-0
/
+3
|
*
x86/sgx: Move ENCLS leaf definitions to sgx.h
Sean Christopherson
2021-04-06
2
-15
/
+15
|
*
x86/sgx: Expose SGX architectural definitions to the kernel
Sean Christopherson
2021-04-06
3
-7
/
+17
|
*
x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
Kai Huang
2021-04-06
1
-1
/
+10
|
*
x86/cpu/intel: Allow SGX virtualization without Launch Control support
Sean Christopherson
2021-04-06
1
-15
/
+44
|
*
x86/sgx: Introduce virtual EPC for use by KVM guests
Sean Christopherson
2021-04-06
4
-0
/
+281
|
*
x86/sgx: Add SGX_CHILD_PRESENT hardware error code
Sean Christopherson
2021-03-26
1
-0
/
+2
|
*
x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
Kai Huang
2021-03-26
5
-17
/
+39
|
*
x86/cpufeatures: Add SGX1 and SGX2 sub-features
Sean Christopherson
2021-03-25
3
-0
/
+6
|
*
x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
Kai Huang
2021-03-25
2
-9
/
+4
|
*
x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
Ira Weiny
2021-03-25
1
-6
/
+8
|
*
x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
Jarkko Sakkinen
2021-03-19
3
-48
/
+88
|
*
x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_list
Jarkko Sakkinen
2021-03-18
2
-36
/
+25
[prev]
[next]