Age | Commit message (Expand) | Author |
2020-11-11 | KVM: s390: remove diag318 reset code | Collin Walling |
2020-11-11 | KVM: s390: pv: Mark mm as protected after the set secure parameters and impro... | Janosch Frank |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport |
2020-08-03 | Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2020-07-10 | KVM: s390: clean up redundant 'kvm_run' parameters | Tianjia Zhang |
2020-07-08 | KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t... | Vitaly Kuznetsov |
2020-06-23 | s390/kvm: diagnose 0x318 sync and reset | Collin Walling |
2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-06-11 | KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ... | Vitaly Kuznetsov |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-08 | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2020-06-01 | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_... | Vitaly Kuznetsov |
2020-05-28 | s390: remove critical section cleanup from entry.S | Sven Schnelle |
2020-05-27 | Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2020-05-20 | Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/... | Paolo Bonzini |
2020-05-15 | kvm: add halt-polling cpu usage stats | David Matlack |
2020-05-13 | Merge branch 'kvm-amd-fixes' into HEAD | Paolo Bonzini |
2020-05-07 | KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly | Peter Xu |
2020-05-06 | Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini |
2020-05-06 | KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly | Peter Xu |
2020-05-05 | KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction | Christian Borntraeger |
2020-04-21 | Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini |
2020-04-21 | KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run | Tianjia Zhang |
2020-04-21 | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place | Emanuele Giuseppe Esposito |
2020-04-20 | KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker() | Jason Yan |
2020-04-20 | KVM: s390: vsie: Move conditional reschedule | David Hildenbrand |
2020-04-20 | KVM: s390: Fix PV check in deliverable_irqs() | Eric Farman |
2020-04-14 | KVM: s390: Return last valid slot if approx index is out-of-bounds | Sean Christopherson |
2020-04-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-04-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-04-07 | KVM: s390: vsie: Fix delivery of addressing exceptions | David Hildenbrand |
2020-04-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-04-01 | vhost: refine vhost and vringh kconfig | Jason Wang |
2020-03-31 | KVM: Pass kvm_init()'s opaque param to additional arch funcs | Sean Christopherson |
2020-03-26 | Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2020-03-26 | KVM: Fix out of range accesses to memslots | Sean Christopherson |
2020-03-23 | KVM: s390: Use fallthrough; | Joe Perches |
2020-03-16 | Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2020-03-16 | KVM: Remove unnecessary asm/kvm_host.h includes | Peter Xu |
2020-03-16 | KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() | Sean Christopherson |
2020-03-16 | KVM: Provide common implementation for generic dirty log functions | Sean Christopherson |
2020-03-16 | KVM: Drop "const" attribute from old memslot in commit_memory_region() | Sean Christopherson |
2020-03-16 | KVM: Drop kvm_arch_create_memslot() | Sean Christopherson |
2020-03-11 | KVM: s390: Also reset registers in sync regs for initial cpu reset | Christian Borntraeger |