Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
0fc62671876c29a80c16d41cbce782ff10795bef
0fc6267
KVM: x86: Check userspace CPUID array size after validating sub-leaf
by Sean Christopherson
· 5 years ago
d5a661d
KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
by Sean Christopherson
· 5 years ago
8b86079
KVM: x86: Simplify handling of Centaur CPUID leafs
by Sean Christopherson
· 5 years ago
619a17f
KVM: x86: Refactor loop around do_cpuid_func() to separate helper
by Sean Christopherson
· 5 years ago
68c9a46
KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
by Sean Christopherson
· 5 years ago
06add25
KVM: x86: Shrink the usercopy region of the emulation context
by Sean Christopherson
· 5 years ago
2f728d6
KVM: x86: Move kvm_emulate.h into KVM's private directory
by Sean Christopherson
· 5 years ago
c9b8b07
KVM: x86: Dynamically allocate per-vCPU emulation context
by Sean Christopherson
· 5 years ago
f0ed476
KVM: x86: Move emulation-only helpers to emulate.c
by Sean Christopherson
· 5 years ago
21f1b8f
KVM: x86: Explicitly pass an exception struct to check_intercept
by Sean Christopherson
· 5 years ago
2e3bb4d
KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant
by Sean Christopherson
· 5 years ago
2bde08f
KVM: Drop gfn_to_pfn_atomic()
by Peter Xu
· 5 years ago
abbed4f
KVM: x86: Fix warning due to implicit truncation on 32-bit KVM
by Sean Christopherson
· 5 years ago
96d4701
KVM: nVMX: Drop unnecessary check on ept caps for execute-only
by Sean Christopherson
· 5 years ago
d8dd54e
KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()
by Sean Christopherson
· 5 years ago
ac6389a
KVM: nVMX: Rename EPTP validity helper and associated variables
by Sean Christopherson
· 5 years ago
ac69dfa
KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()
by Sean Christopherson
· 5 years ago
bb1fcc7
KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
by Sean Christopherson
· 5 years ago
8053f92
KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack
by Sean Christopherson
· 5 years ago
a102a67
KVM: x86/mmu: Don't drop level/direct from MMU role calculation
by Sean Christopherson
· 5 years ago
e743664
kvm: selftests: Support dirty log initial-all-set test
by Jay Zhou
· 5 years ago
a1c77ab
KVM: nVMX: Properly handle userspace interrupt window request
by Sean Christopherson
· 5 years ago
b34de57
KVM: X86: trigger kvmclock sync request just once on VM creation
by Wanpeng Li
· 5 years ago
4abaffc
KVM: LAPIC: Recalculate apic map in batch
by Wanpeng Li
· 5 years ago
49f933d
KVM: Fix some obsolete comments
by Miaohe Lin
· 5 years ago
3c9bd40
KVM: x86: enable dirty log gradually in small chunks
by Jay Zhou
· 5 years ago
0be4435
KVM: x86/mmu: Reuse the current root if possible for fast switch
by Sean Christopherson
· 5 years ago
3651c7f
KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU
by Sean Christopherson
· 5 years ago
cc7f557
KVM: SVM: Inhibit APIC virtualization for X2APIC guest
by Oliver Upton
· 5 years ago
4d39576
KVM: Remove unnecessary asm/kvm_host.h includes
by Peter Xu
· 5 years ago
23581ea
KVM: selftests: Fix unknown ucall command asserts
by Andrew Jones
· 5 years ago
562b6b0
KVM: x86: Consolidate VM allocation and free for VMX and SVM
by Sean Christopherson
· 5 years ago
1a62505
KVM: x86: Directly return __vmalloc() result in ->vm_alloc()
by Sean Christopherson
· 5 years ago
d18b2f4
KVM: x86: Gracefully handle __vmalloc() failure during VM allocation
by Sean Christopherson
· 5 years ago
168d918
KVM: x86: Adjust counter sample period after a wrmsr
by Eric Hankland
· 5 years ago
7f42aa7
KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes
by Sean Christopherson
· 5 years ago
cec3764
KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush
by Sean Christopherson
· 5 years ago
b3594ff
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
by Sean Christopherson
· 5 years ago
13e48aa
KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
by Sean Christopherson
· 5 years ago
3694725
KVM: Dynamically size memslot array based on number of used slots
by Sean Christopherson
· 5 years ago
0577d1a
KVM: Terminate memslot walks via used_slots
by Sean Christopherson
· 5 years ago
2a49f61
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
by Sean Christopherson
· 5 years ago
0dff084
KVM: Provide common implementation for generic dirty log functions
by Sean Christopherson
· 5 years ago
163da37
KVM: Clean up local variable usage in __kvm_set_memory_region()
by Sean Christopherson
· 5 years ago
e96c81e
KVM: Simplify kvm_free_memslot() and all its descendents
by Sean Christopherson
· 5 years ago
5c0b4f3
KVM: Move memslot deletion to helper function
by Sean Christopherson
· 5 years ago
2119884
KVM: x86: Free arrays for old memslot when moving memslot's base gfn
by Sean Christopherson
· 5 years ago
9d4c197
KVM: Drop "const" attribute from old memslot in commit_memory_region()
by Sean Christopherson
· 5 years ago
cf47f50
KVM: Move setting of memslot into helper routine
by Sean Christopherson
· 5 years ago
71a4c30
KVM: Refactor error handling for setting memory region
by Sean Christopherson
· 5 years ago
bd0e96f
KVM: Explicitly free allocated-but-unused dirty bitmap
by Sean Christopherson
· 5 years ago
414de7ab
KVM: Drop kvm_arch_create_memslot()
by Sean Christopherson
· 5 years ago
0dab98b
KVM: x86: Allocate memslot resources during prepare_memory_region()
by Sean Christopherson
· 5 years ago
82307e6
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
by Sean Christopherson
· 5 years ago
13f6788
KVM: Don't free new memslot if allocation of said memslot fails
by Sean Christopherson
· 5 years ago
13ea525
KVM: Reinstall old memslots if arch preparation fails
by Sean Christopherson
· 5 years ago
edd4fa3
KVM: x86: Allocate new rmap and large page tracking when moving memslot
by Sean Christopherson
· 5 years ago
744e699
KVM: x86: Move gpa_val and gpa_available into the emulator context
by Sean Christopherson
· 5 years ago
92daa48
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
by Sean Christopherson
· 5 years ago
999eabc
KVM: apic: remove unused function apic_lvt_vector()
by Miaohe Lin
· 5 years ago
d71f5e0
KVM: VMX: Add 'else' to split mutually exclusive case
by Miaohe Lin
· 5 years ago
e080e53
KVM: x86: eliminate some unreachable code
by Miaohe Lin
· 5 years ago
e630269
KVM: x86: Fix print format and coding style
by Miaohe Lin
· 5 years ago
222f06e
KVM: vmx: rewrite the comment in vmx_get_mt_mask
by Chia-I Wu
· 5 years ago
244c6b6
KVM: selftests: Convert some printf's to pr_info's
by Andrew Jones
· 5 years ago
3439d88
KVM: selftests: Rework debug message printing
by Andrew Jones
· 5 years ago
f09205b9
KVM: selftests: Time guest demand paging
by Ben Gardon
· 5 years ago
018494e
KVM: selftests: Support multiple vCPUs in demand paging test
by Ben Gardon
· 5 years ago
9bbf247
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
by Ben Gardon
· 5 years ago
56a4210
KVM: selftests: Pass args to vCPU in global vCPU args struct
by Ben Gardon
· 5 years ago
af99e1a
KVM: selftests: Add memory size parameter to the demand paging test
by Ben Gardon
· 5 years ago
0119cb3
KVM: selftests: Add configurable demand paging delay
by Ben Gardon
· 5 years ago
4f72180
KVM: selftests: Add demand paging content to the demand paging test
by Ben Gardon
· 5 years ago
025eed7
KVM: selftests: Create a demand paging test
by Ben Gardon
· 5 years ago
87a802d
KVM: selftests: Introduce num-pages conversion utilities
by Andrew Jones
· 5 years ago
377a41c
KVM: selftests: Introduce vm_guest_mode_params
by Andrew Jones
· 5 years ago
f832485
KVM: selftests: Rename vm_guest_mode_params
by Andrew Jones
· 5 years ago
12c0d0f
KVM: selftests: aarch64: Remove unnecessary ifdefs
by Andrew Jones
· 5 years ago
10d1a71
KVM: selftests: Remove unnecessary defines
by Andrew Jones
· 5 years ago
f09ab26
KVM: selftests: aarch64: Use stream when given
by Andrew Jones
· 5 years ago
a93236f
KVM: s390: rstify new ioctls in api.rst
by Christian Borntraeger
· 5 years ago
35a5713
KVM: nVMX: Check IO instruction VM-exit conditions
by Oliver Upton
· 5 years ago
e71237d
KVM: nVMX: Refactor IO bitmap checks into helper function
by Oliver Upton
· 5 years ago
07721fe
KVM: nVMX: Don't emulate instructions in guest mode
by Paolo Bonzini
· 5 years ago
5ef8acb
KVM: nVMX: Emulate MTF when performing instruction emulation
by Oliver Upton
· 5 years ago
dd58f3c
KVM: fix error handling in svm_hardware_setup
by Li RongQing
· 5 years ago
d80b64f
KVM: SVM: Fix potential memory leak in svm_cpu_init()
by Miaohe Lin
· 5 years ago
23520b2
KVM: apic: avoid calculating pending eoi from an uninitialized val
by Miaohe Lin
· 5 years ago
a444326
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled
by Vitaly Kuznetsov
· 5 years ago
91a5f41
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
by Vitaly Kuznetsov
· 5 years ago
93fd966
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
by Suravee Suthikulpanit
· 5 years ago
624e18f
KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
by Xiaoyao Li
· 5 years ago
c9dfd3f
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
by wanpeng li
· 5 years ago
7455a83
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
by Miaohe Lin
· 5 years ago
b78a855
kvm/emulate: fix a -Werror=cast-function-type
by Qian Cai
· 5 years ago
147f1a1
KVM: x86: fix incorrect comparison in trace event
by Paolo Bonzini
· 5 years ago
463bfee
KVM: nVMX: Fix some obsolete comments and grammar error
by Miaohe Lin
· 5 years ago
d970a32
KVM: x86: fix missing prototypes
by Paolo Bonzini
· 5 years ago
ead68df
KVM: x86: enable -Werror
by Paolo Bonzini
· 5 years ago
120881b
docs: virt: guest-halt-polling.txt convert to ReST
by Mauro Carvalho Chehab
· 5 years ago
Next »