index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-25
KVM: x86/mmu: comment on kvm_mmu_get_page's syncing of pages
Sean Christopherson
1
-2
/
+11
2021-06-25
KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatches
Sean Christopherson
2
-6
/
+26
2021-06-25
KVM: x86/mmu: Use MMU role to check for matching guest page sizes
Sean Christopherson
2
-16
/
+3
2021-06-25
KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFN
Sean Christopherson
1
-34
/
+16
2021-06-25
Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...
Sean Christopherson
2
-2
/
+0
2021-06-25
KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is broken
Sean Christopherson
4
-4
/
+31
2021-06-25
KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
Sean Christopherson
3
-3
/
+16
2021-06-25
Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
Sean Christopherson
2
-0
/
+2
2021-06-25
KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
Sean Christopherson
1
-2
/
+1
2021-06-25
KVM: x86: Properly reset MMU context at vCPU RESET/INIT
Sean Christopherson
1
-0
/
+13
2021-06-25
KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
Sean Christopherson
1
-1
/
+9
2021-06-25
KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
Sean Christopherson
1
-7
/
+0
2021-06-25
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
8
-313
/
+78
2021-06-25
KVM: selftests: Add selftest for KVM statistics data binary interface
Jing Zhang
5
-0
/
+256
2021-06-25
KVM: stats: Add documentation for binary statistics interface
Jing Zhang
1
-0
/
+170
2021-06-25
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
8
-2
/
+359
2021-06-25
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
8
-0
/
+157
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
9
-7
/
+307
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
16
-88
/
+75
2021-06-24
KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
Sean Christopherson
1
-4
/
+6
2021-06-24
KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updates
Sean Christopherson
4
-0
/
+152
2021-06-24
KVM: selftests: Add hugepage support for x86-64
Sean Christopherson
2
-25
/
+68
2021-06-24
KVM: selftests: Genericize upper level page table entry struct
Sean Christopherson
1
-65
/
+26
2021-06-24
KVM: selftests: Add PTE helper for x86-64 in preparation for hugepages
Sean Christopherson
1
-28
/
+31
2021-06-24
KVM: selftests: Rename x86's page table "address" to "pfn"
Sean Christopherson
1
-25
/
+22
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
6
-39
/
+23
2021-06-24
KVM: selftests: Unconditionally allocate EPT tables in memslot 0
Sean Christopherson
4
-22
/
+17
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
16
-35
/
+31
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for vaddr allocations
Sean Christopherson
7
-21
/
+18
2021-06-24
KVM: arm64: Set the MTE tag bit before releasing the page
Marc Zyngier
1
-4
/
+8
2021-06-24
KVM: selftests: Use "standard" min virtual address for CPUID test alloc
Sean Christopherson
1
-2
/
+1
2021-06-24
KVM: selftests: Use alloc page helper for xAPIC IPI test
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocations
Sean Christopherson
1
-6
/
+4
2021-06-24
KVM: selftests: Lower the min virtual address for misc page allocations
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: Add helpers to allocate N pages of virtual memory
Sean Christopherson
6
-24
/
+59
2021-06-24
KVM: selftests: Use "standard" min virtual address for Hyper-V pages
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setup
Sean Christopherson
1
-10
/
+8
2021-06-24
KVM: selftests: Unconditionally use memslot 0 when loading elf binary
Sean Christopherson
6
-10
/
+7
2021-06-24
KVM: selftests: Zero out the correct page in the Hyper-V features test
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build
Sean Christopherson
1
-1
/
+0
2021-06-24
KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
Sean Christopherson
4
-2
/
+11
2021-06-24
KVM: x86/mmu: Fix uninitialized boolean variable flush
Colin Ian King
1
-1
/
+1
2021-06-24
KVM: selftests: fix triple fault if ept=0 in dirty_log_test
Hou Wenlong
4
-8
/
+3
2021-06-24
KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCB
Jim Mattson
2
-0
/
+4
2021-06-23
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
331
-2892
/
+4492
2021-06-23
KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)
Christian Borntraeger
1
-0
/
+4
2021-06-23
KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196
Christian Borntraeger
1
-0
/
+4
2021-06-23
KVM: s390: get rid of register asm usage
Heiko Carstens
1
-9
/
+9
2021-06-22
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
1
-1
/
+2
2021-06-22
Merge branch kvm-arm64/mmu/mte into kvmarm-master/next
Marc Zyngier
21
-17
/
+423
[prev]
[next]