index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2020-03-16
KVM: x86: Allocate new rmap and large page tracking when moving memslot
Sean Christopherson
-0
/
+11
2020-03-16
KVM: x86: Move gpa_val and gpa_available into the emulator context
Sean Christopherson
-11
/
+10
2020-03-16
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
Sean Christopherson
-17
/
+30
2020-03-16
KVM: apic: remove unused function apic_lvt_vector()
Miaohe Lin
-5
/
+0
2020-03-16
KVM: VMX: Add 'else' to split mutually exclusive case
Miaohe Lin
-5
/
+3
2020-03-16
KVM: x86: eliminate some unreachable code
Miaohe Lin
-4
/
+0
2020-03-16
KVM: x86: Fix print format and coding style
Miaohe Lin
-4
/
+3
2020-03-16
KVM: vmx: rewrite the comment in vmx_get_mt_mask
Chia-I Wu
-10
/
+17
2020-03-16
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
-13
/
+13
2020-03-16
KVM: selftests: Rework debug message printing
Andrew Jones
-44
/
+54
2020-03-16
KVM: selftests: Time guest demand paging
Ben Gardon
-1
/
+72
2020-03-16
KVM: selftests: Support multiple vCPUs in demand paging test
Ben Gardon
-82
/
+171
2020-03-16
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
Ben Gardon
-0
/
+71
2020-03-16
KVM: selftests: Pass args to vCPU in global vCPU args struct
Ben Gardon
-11
/
+27
2020-03-16
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon
-22
/
+90
2020-03-16
KVM: selftests: Add configurable demand paging delay
Ben Gardon
-7
/
+25
2020-03-16
KVM: selftests: Add demand paging content to the demand paging test
Ben Gardon
-4
/
+209
2020-02-24
KVM: selftests: Create a demand paging test
Ben Gardon
-0
/
+287
2020-02-24
KVM: selftests: Introduce num-pages conversion utilities
Andrew Jones
-7
/
+51
2020-02-24
KVM: selftests: Introduce vm_guest_mode_params
Andrew Jones
-27
/
+25
2020-02-24
KVM: selftests: Rename vm_guest_mode_params
Andrew Jones
-17
/
+17
2020-02-24
KVM: selftests: aarch64: Remove unnecessary ifdefs
Andrew Jones
-12
/
+9
2020-02-24
KVM: selftests: Remove unnecessary defines
Andrew Jones
-11
/
+0
2020-02-24
KVM: selftests: aarch64: Use stream when given
Andrew Jones
-2
/
+2
2020-02-24
KVM: s390: rstify new ioctls in api.rst
Christian Borntraeger
-15
/
+18
2020-02-23
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
-7
/
+52
2020-02-23
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
-14
/
+27
2020-02-23
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
-1
/
+1
2020-02-23
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
-2
/
+83
2020-02-23
KVM: fix error handling in svm_hardware_setup
Li RongQing
-21
/
+20
2020-02-21
KVM: SVM: Fix potential memory leak in svm_cpu_init()
Miaohe Lin
-7
/
+6
2020-02-21
KVM: apic: avoid calculating pending eoi from an uninitialized val
Miaohe Lin
-1
/
+3
2020-02-21
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...
Vitaly Kuznetsov
-11
/
+8
2020-02-21
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
Vitaly Kuznetsov
-10
/
+17
2020-02-21
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
Suravee Suthikulpanit
-0
/
+3
2020-02-21
KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
Xiaoyao Li
-1
/
+2
2020-02-21
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
wanpeng li
-2
/
+9
2020-02-21
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
Miaohe Lin
-1
/
+1
2020-02-20
kvm/emulate: fix a -Werror=cast-function-type
Qian Cai
-23
/
+26
2020-02-20
KVM: x86: fix incorrect comparison in trace event
Paolo Bonzini
-1
/
+1
2020-02-17
KVM: nVMX: Fix some obsolete comments and grammar error
Miaohe Lin
-5
/
+5
2020-02-17
KVM: x86: fix missing prototypes
Paolo Bonzini
-0
/
+2
2020-02-12
KVM: x86: enable -Werror
Paolo Bonzini
-0
/
+1
2020-02-12
docs: virt: guest-halt-polling.txt convert to ReST
Mauro Carvalho Chehab
-3
/
+10
2020-02-12
docs: kvm: review-checklist.txt: rename to ReST
Mauro Carvalho Chehab
-0
/
+5
2020-02-12
docs: kvm: Convert timekeeping.txt to ReST format
Mauro Carvalho Chehab
-95
/
+129
2020-02-12
docs: kvm: Convert s390-diag.txt to ReST format
Mauro Carvalho Chehab
-5
/
+9
2020-02-12
docs: kvm: Convert ppc-pv.txt to ReST format
Mauro Carvalho Chehab
-8
/
+19
2020-02-12
docs: kvm: Convert nested-vmx.txt to ReST format
Mauro Carvalho Chehab
-16
/
+22
2020-02-12
docs: kvm: Convert mmu.txt to ReST format
Mauro Carvalho Chehab
-14
/
+49
[next]