index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_vmalloc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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: 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-22
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
1
-1
/
+2
2021-06-22
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
2
-7
/
+32
2021-06-22
KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
Bharata B Rao
3
-0
/
+22
2021-06-22
KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
Bharata B Rao
5
-7
/
+170
2021-06-21
KVM: nVMX: Dynamically compute max VMCS index for vmcs12
Sean Christopherson
3
-8
/
+43
2021-06-21
KVM: VMX: Skip #PF(RSVD) intercepts when emulating smaller maxphyaddr
Jim Mattson
1
-9
/
+14
2021-06-21
KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
Bharata B Rao
3
-0
/
+222
2021-06-21
powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
Bharata B Rao
2
-0
/
+6
2021-06-21
KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
Aneesh Kumar K.V
1
-2
/
+2
2021-06-21
KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
Suraj Jitindar Singh
4
-8
/
+39
2021-06-18
KVM: x86/mmu: Remove redundant root_hpa checks
David Matlack
2
-11
/
+0
2021-06-18
KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
David Matlack
2
-4
/
+5
2021-06-18
KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
David Matlack
2
-8
/
+7
2021-06-18
KVM: x86/mmu: Remove redundant is_tdp_mmu_root check
David Matlack
1
-2
/
+0
2021-06-18
KVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
Paolo Bonzini
1
-6
/
+7
2021-06-18
KVM: x86: WARN and reject loading KVM if NX is supported but not enabled
Sean Christopherson
1
-0
/
+3
2021-06-18
KVM: SVM: Refuse to load kvm_amd if NX support is not available
Sean Christopherson
1
-3
/
+10
2021-06-18
KVM: VMX: Refuse to load kvm_intel if EPT and NX are disabled
Sean Christopherson
1
-0
/
+6
2021-06-17
KVM: x86/mmu: Fix TDP MMU page table level
Kai Huang
2
-5
/
+5
2021-06-17
KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
Kai Huang
1
-1
/
+5
2021-06-17
KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
Kai Huang
1
-1
/
+1
2021-06-17
KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC
Wanpeng Li
1
-0
/
+1
2021-06-17
KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
Ashish Kalra
9
-0
/
+123
2021-06-17
KVM: switch per-VM stats to u64
Paolo Bonzini
5
-18
/
+18
[next]