index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Move setting of memslot into helper routine
Sean Christopherson
2020-03-16
1
-43
/
+63
*
KVM: Refactor error handling for setting memory region
Sean Christopherson
2020-03-16
1
-22
/
+18
*
KVM: Explicitly free allocated-but-unused dirty bitmap
Sean Christopherson
2020-03-16
1
-3
/
+4
*
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
2020-03-16
7
-46
/
+7
*
KVM: x86: Allocate memslot resources during prepare_memory_region()
Sean Christopherson
2020-03-16
1
-4
/
+9
*
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
Sean Christopherson
2020-03-16
6
-45
/
+25
*
KVM: Don't free new memslot if allocation of said memslot fails
Sean Christopherson
2020-03-16
1
-1
/
+1
*
KVM: Reinstall old memslots if arch preparation fails
Sean Christopherson
2020-03-16
1
-11
/
+12
*
KVM: x86: Allocate new rmap and large page tracking when moving memslot
Sean Christopherson
2020-03-16
1
-0
/
+11
*
KVM: x86: Move gpa_val and gpa_available into the emulator context
Sean Christopherson
2020-03-16
3
-11
/
+10
*
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
Sean Christopherson
2020-03-16
3
-17
/
+30
*
KVM: apic: remove unused function apic_lvt_vector()
Miaohe Lin
2020-03-16
1
-5
/
+0
*
KVM: VMX: Add 'else' to split mutually exclusive case
Miaohe Lin
2020-03-16
1
-5
/
+3
*
KVM: x86: eliminate some unreachable code
Miaohe Lin
2020-03-16
2
-4
/
+0
*
KVM: x86: Fix print format and coding style
Miaohe Lin
2020-03-16
3
-4
/
+3
*
KVM: vmx: rewrite the comment in vmx_get_mt_mask
Chia-I Wu
2020-03-16
1
-10
/
+17
*
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
2020-03-16
7
-13
/
+13
*
KVM: selftests: Rework debug message printing
Andrew Jones
2020-03-16
6
-44
/
+54
*
KVM: selftests: Time guest demand paging
Ben Gardon
2020-03-16
3
-1
/
+72
*
KVM: selftests: Support multiple vCPUs in demand paging test
Ben Gardon
2020-03-16
1
-82
/
+171
*
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
Ben Gardon
2020-03-16
2
-0
/
+71
*
KVM: selftests: Pass args to vCPU in global vCPU args struct
Ben Gardon
2020-03-16
1
-11
/
+27
*
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon
2020-03-16
4
-22
/
+90
*
KVM: selftests: Add configurable demand paging delay
Ben Gardon
2020-03-16
1
-7
/
+25
*
KVM: selftests: Add demand paging content to the demand paging test
Ben Gardon
2020-03-16
2
-4
/
+209
*
KVM: selftests: Create a demand paging test
Ben Gardon
2020-02-24
3
-0
/
+287
*
KVM: selftests: Introduce num-pages conversion utilities
Andrew Jones
2020-02-24
3
-7
/
+51
*
KVM: selftests: Introduce vm_guest_mode_params
Andrew Jones
2020-02-24
1
-27
/
+25
*
KVM: selftests: Rename vm_guest_mode_params
Andrew Jones
2020-02-24
1
-17
/
+17
*
KVM: selftests: aarch64: Remove unnecessary ifdefs
Andrew Jones
2020-02-24
1
-12
/
+9
*
KVM: selftests: Remove unnecessary defines
Andrew Jones
2020-02-24
1
-11
/
+0
*
KVM: selftests: aarch64: Use stream when given
Andrew Jones
2020-02-24
1
-2
/
+2
*
KVM: s390: rstify new ioctls in api.rst
Christian Borntraeger
2020-02-24
1
-15
/
+18
*
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
2020-02-23
2
-7
/
+52
*
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
2020-02-23
2
-14
/
+27
*
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
2020-02-23
1
-1
/
+1
*
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
2020-02-23
8
-2
/
+83
*
KVM: fix error handling in svm_hardware_setup
Li RongQing
2020-02-23
1
-21
/
+20
*
KVM: SVM: Fix potential memory leak in svm_cpu_init()
Miaohe Lin
2020-02-21
1
-7
/
+6
*
KVM: apic: avoid calculating pending eoi from an uninitialized val
Miaohe Lin
2020-02-21
1
-1
/
+3
*
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...
Vitaly Kuznetsov
2020-02-21
4
-11
/
+8
*
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
Vitaly Kuznetsov
2020-02-21
4
-10
/
+17
*
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
Suravee Suthikulpanit
2020-02-21
1
-0
/
+3
*
KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
Xiaoyao Li
2020-02-21
2
-1
/
+2
*
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
wanpeng li
2020-02-21
1
-2
/
+9
*
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
Miaohe Lin
2020-02-21
1
-1
/
+1
*
kvm/emulate: fix a -Werror=cast-function-type
Qian Cai
2020-02-20
2
-23
/
+26
*
KVM: x86: fix incorrect comparison in trace event
Paolo Bonzini
2020-02-20
1
-1
/
+1
*
KVM: nVMX: Fix some obsolete comments and grammar error
Miaohe Lin
2020-02-17
1
-5
/
+5
*
KVM: x86: fix missing prototypes
Paolo Bonzini
2020-02-17
1
-0
/
+2
[next]