Age | Commit message (Expand) | Author | Files | Lines |
2019-08-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -10/+5 |
2019-08-09 | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 6 | -59/+29 |
2019-08-05 | KVM: remove kvm_arch_has_vcpu_debugfs() | Paolo Bonzini | 1 | -10/+0 |
2019-08-05 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li | 1 | -0/+5 |
2019-07-29 | powerpc/kvm: Fall through switch case explicitly | Santosh Sivaraj | 1 | -0/+1 |
2019-07-24 | Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 3 | -5/+16 |
2019-07-19 | KVM: PPC: Book3S HV: XIVE: fix rollback when kvmppc_xive_create fails | Cédric Le Goater | 2 | -5/+3 |
2019-07-16 | mm: add account_locked_vm utility function | Daniel Jordan | 1 | -40/+4 |
2019-07-15 | KVM: PPC: Book3S HV: Save and restore guest visible PSSCR bits on pseries | Suraj Jitindar Singh | 1 | -0/+11 |
2019-07-15 | KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nesting | Suraj Jitindar Singh | 1 | -0/+2 |
2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 5 | -19/+25 |
2019-07-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+2 |
2019-07-12 | scripts/spelling.txt: drop "sepc" from the misspelling list | Paul Walmsley | 1 | -1/+1 |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 54 | -445/+68 |
2019-07-05 | powerpc/book3s: Use config independent helpers for page table walk | Aneesh Kumar K.V | 1 | -9/+3 |
2019-07-04 | powerpc/Kconfig: Clean up formatting | Enrico Weigelt, metux IT consult | 1 | -3/+3 |
2019-07-03 | KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation | Michael Neuling | 1 | -3/+3 |
2019-07-03 | powerpc: Fix compile issue with force DAWR | Michael Neuling | 1 | -0/+1 |
2019-07-03 | powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates | Nicholas Piggin | 1 | -2/+4 |
2019-07-03 | powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT | Nicholas Piggin | 1 | -1/+1 |
2019-07-01 | Merge branch 'fixes' into next | Michael Ellerman | 2 | -2/+14 |
2019-06-22 | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -2/+14 |
2019-06-20 | KVM: PPC: Book3S HV: Clear pending decrementer exceptions on nested guest entry | Suraj Jitindar Singh | 1 | -2/+9 |
2019-06-20 | KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decre... | Suraj Jitindar Singh | 1 | -0/+2 |
2019-06-20 | KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries | Suraj Jitindar Singh | 1 | -0/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 24 | -93/+24 |
2019-06-18 | KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_set_dawr in real mode | Suraj Jitindar Singh | 1 | -1/+10 |
2019-06-18 | KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr() | Michael Neuling | 1 | -1/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner | 27 | -327/+27 |
2019-06-04 | KVM: Directly return result from kvm_arch_check_processor_compat() | Sean Christopherson | 1 | -2/+2 |
2019-06-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 8 | -115/+143 |
2019-06-01 | Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 1 | -0/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2 | -17/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-05-30 | KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry() | Suraj Jitindar Singh | 1 | -0/+1 |
2019-05-30 | KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9 | Paul Mackerras | 1 | -2/+5 |
2019-05-30 | KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pages | Cédric Le Goater | 1 | -1/+2 |
2019-05-30 | KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslots | Cédric Le Goater | 1 | -0/+8 |
2019-05-30 | KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts | Cédric Le Goater | 1 | -2/+2 |
2019-05-30 | KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device | Cédric Le Goater | 3 | -17/+22 |
2019-05-29 | KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifier | Cédric Le Goater | 1 | -1/+1 |
2019-05-29 | KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resetting | Cédric Le Goater | 1 | -18/+18 |
2019-05-29 | KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is released | Cédric Le Goater | 1 | -0/+8 |
2019-05-29 | KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu | Paul Mackerras | 1 | -8/+1 |
2019-05-29 | KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list | Paul Mackerras | 2 | -8/+7 |
2019-05-29 | KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup | Paul Mackerras | 2 | -26/+41 |
2019-05-29 | KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions | Paul Mackerras | 2 | -32/+24 |
2019-05-28 | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID | Thomas Huth | 1 | -0/+3 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114 | Thomas Gleixner | 1 | -13/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98 | Thomas Gleixner | 1 | -6/+1 |