index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
Merge branch 'kvm-coco-pagefault-prep' into HEAD
Paolo Bonzini
6
-98
/
+174
2024-05-10
Merge branch 'kvm-vmx-ve' into HEAD
Paolo Bonzini
11
-41
/
+152
2024-05-07
KVM: x86: Explicitly zero kvm_caps during vendor module load
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
Sean Christopherson
1
-3
/
+2
2024-05-07
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Sean Christopherson
1
-1
/
+2
2024-05-07
Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
19
-99
/
+448
2024-05-07
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
1
-1
/
+1
2024-05-07
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
1
-0
/
+1
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
1
-12
/
+17
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
1
-43
/
+44
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
1
-0
/
+5
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
1
-4
/
+13
2024-05-07
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
1
-5
/
+15
2024-05-07
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: check for invalid async page faults involving private memory
Paolo Bonzini
2
-7
/
+12
2024-05-07
KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
Sean Christopherson
3
-2
/
+21
2024-05-07
KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
3
-5
/
+4
2024-05-07
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
3
-11
/
+18
2024-05-07
KVM: x86: Define more SEV+ page fault error bits/flags for #NPF
Sean Christopherson
1
-0
/
+4
2024-05-07
KVM: x86: Remove separate "bit" defines for page fault error code masks
Sean Christopherson
2
-25
/
+12
2024-05-07
KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
Sean Christopherson
2
-8
/
+19
2024-04-26
RISC-V: KVM: Improve firmware counter read function
Atish Patra
3
-3
/
+8
2024-04-26
RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
3
-2
/
+52
2024-04-26
RISC-V: KVM: Add perf sampling support for guests
Atish Patra
7
-8
/
+93
2024-04-26
RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
3
-1
/
+130
2024-04-26
RISC-V: KVM: No need to exit to the user space if perf event failed
Atish Patra
2
-8
/
+12
2024-04-26
RISC-V: KVM: No need to update the counter value during reset
Atish Patra
1
-6
/
+2
2024-04-26
RISC-V: KVM: Fix the initial sample period value
Atish Patra
1
-1
/
+1
2024-04-22
RISC-V: Use the minor version mask while computing sbi version
Atish Patra
1
-2
/
+2
2024-04-22
RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Atish Patra
3
-6
/
+6
2024-04-22
RISC-V: Add SBI PMU snapshot definitions
Atish Patra
1
-0
/
+11
2024-04-22
drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
1
-10
/
+10
2024-04-22
RISC-V: Add FIRMWARE_READ_HI definition
Atish Patra
1
-0
/
+1
2024-04-22
RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
1
-1
/
+1
2024-04-22
RISCV: KVM: Introduce vcpu->reset_cntx_lock
Yong-Xuan Wang
3
-0
/
+10
2024-04-22
RISCV: KVM: Introduce mp_state_lock to avoid lock inversion
Yong-Xuan Wang
4
-29
/
+73
2024-04-19
KVM: VMX: Introduce test mode related to EPT violation VE
Isaku Yamahata
4
-4
/
+73
2024-04-19
KVM, x86: add architectural support code for #VE
Paolo Bonzini
2
-0
/
+16
2024-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
5
-10
/
+13
2024-04-19
KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
Isaku Yamahata
2
-2
/
+5
2024-04-19
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
3
-14
/
+28
2024-04-19
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
4
-13
/
+19
2024-04-19
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
71
-282
/
+554
2024-04-12
KVM: SEV: use u64_to_user_ptr throughout
Paolo Bonzini
1
-22
/
+22
2024-04-12
KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
Sean Christopherson
1
-9
/
+7
2024-04-12
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
4
-270
/
+391
2024-04-12
KVM: x86: Split core of hypercall emulation to helper function
Sean Christopherson
2
-18
/
+42
2024-04-12
Merge branch 'kvm-sev-init2' into HEAD
Paolo Bonzini
13
-135
/
+347
[next]