summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
...
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-173-18/+131
|\
| * kvm: fix compilation on aarch64Paolo Bonzini2019-05-171-1/+1
| * Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-151-6/+34
| |\
| | * arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-0/+2
| | * arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-241-6/+8
| | * KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-241-0/+2
| | * KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin2019-04-181-1/+1
| | * KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin2019-03-291-0/+18
| | * KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin2019-03-291-0/+4
| * | Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-05-151-0/+18
| |\ \
| | * | KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM deviceCédric Le Goater2019-05-141-6/+0Star
| | * | KVM: Introduce a 'release' method for KVM devicesCédric Le Goater2019-04-301-0/+13
| | * | KVM: Introduce a 'mmap' method for KVM devicesCédric Le Goater2019-04-301-0/+11
| * | | KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu2019-05-081-2/+2
| * | | KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)onePeter Xu2019-05-081-2/+2
| * | | KVM: Fix the bitmap range to copy during clear dirtyPeter Xu2019-05-081-1/+1
| * | | KVM: Introduce a new guest mapping APIKarimAllah Ahmed2019-04-301-0/+64
| * | | kvm_main: fix some commentsJiang Biao2019-04-301-2/+3
| * | | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-3/+4
| * | | Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-302-1/+4
| |\ \ \
| | * | | KVM: polling: add architecture backend to disable pollingChristian Borntraeger2019-04-262-1/+4
| | |/ /
| * | | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-162-3/+2Star
* | | | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-141-1/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-071-1/+1
|\ \ \ \
| * | | | KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual2019-04-091-1/+1
| | |/ / | |/| |
* | | | Merge tag 'kvmarm-fixes-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2019-04-306-11/+48
|\ \ \ \
| * | | | KVM: arm/arm64: Don't emulate virtual timers on userspace ioctlsChristoffer Dall2019-04-251-5/+8
| * | | | kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THPSuzuki K Poulose2019-04-251-1/+5
| * | | | KVM: arm/arm64: Ensure vcpu target is unset on reset failureAndrew Jones2019-04-251-3/+8
| * | | | KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIsMarc Zyngier2019-04-033-0/+25
| * | | | KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculationWei Huang2019-03-301-2/+2
* | | | | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-3/+4
| |_|/ / |/| | |
* | | | KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-162-4/+7
| |/ / |/| |
* | | Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-285-72/+106
|\| |
| * | KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu2019-03-281-14/+9Star
| * | KVM: arm/arm64: vgic-its: Make attribute accessors staticYueHaibing2019-03-201-5/+5
| * | KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose2019-03-201-16/+43
| * | KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose2019-03-191-22/+21Star
| * | KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-03-191-3/+10
| * | KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-192-6/+6
| * | arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-192-6/+12
| |/
* | kvm: don't redefine flags as something elseSebastian Andrzej Siewior2019-03-281-3/+3
* | KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-03-281-0/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-1511-295/+631
|\
| * Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-02-226-237/+566
| |\
| | * KVM: arm/arm64: Remove unused timer variableShaokun Zhang2019-02-221-2/+0Star
| | * KVM: arm/arm64: Remove unused gpa_end variableShaokun Zhang2019-02-201-2/+1Star
| | * KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"Colin Ian King2019-02-191-1/+1
| | * KVM: arm/arm64: Fix TRACE_INCLUDE_PATHMasahiro Yamada2019-02-191-1/+1