summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: PPC: Book3S HV: Fix build failure without IOMMU supportJordan Niethe2019-02-222-0/+12
| | * | KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-192-1/+17
| | * | KVM: PPC: Release all hardware TCE tables attached to a groupAlexey Kardashevskiy2019-02-191-1/+0Star
| | * | KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUSSuraj Jitindar Singh2019-02-191-0/+18
| | * | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-196-26/+33
| | * | KVM: PPC: Remove -I. header search pathsMasahiro Yamada2019-02-191-5/+0Star
| | * | KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_nodewangbo2019-02-191-3/+1Star
| | * | KVM: PPC: Book3S PR: Add emulation for slbfee. instructionPaul Mackerras2019-02-193-0/+33
| * | | KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner2019-02-201-3/+2Star
| * | | KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-201-2/+1Star
| * | | KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsNir Weiner2019-02-201-1/+4
| |/ /
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-03-021-9/+17
|\ \ \ | | |/ | |/|
| * | powerpc/kvm: Save and restore host AMR/IAMR/UAMORMichael Ellerman2019-02-221-9/+17
* | | powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy2019-02-231-0/+1
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-02-214-85/+45Star
|\| |
| * | powerpc/64s: Better printing of machine check info for guest MCEsPaul Mackerras2019-02-211-2/+2
| * | KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras2019-02-214-83/+40Star
| * | KVM: PPC: Book3S HV: Context switch AMR on Power9Michael Ellerman2019-02-211-1/+4
| |/
* / KVM: powerpc: remove -I. header search pathsMasahiro Yamada2019-01-141-5/+0Star
|/
* Merge branch 'master' into fixesMichael Ellerman2019-01-042-3/+3
|\
| * Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
| * Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
| |\
| | * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-211-1/+1
* | | KVM: PPC: Book3S HV: radix: Fix uninitialized var build errorMichael Ellerman2018-12-301-1/+1
|/ /
* | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-274-9/+22
|\ \
| * | powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy2018-12-211-8/+10
| * | powerpc/fsl: Flush branch predictor when entering KVMDiana Craciun2018-12-201-0/+4
| * | powerpc/fsl: Emulate SPRN_BUCSR registerDiana Craciun2018-12-201-0/+7
| * | powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-041-1/+1
* | | Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-12-212-12/+88
|\ \ \
| * | | KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with hostSuraj Jitindar Singh2018-12-211-4/+18
| * | | KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()Suraj Jitindar Singh2018-12-212-2/+53
| * | | KVM: PPC: Book3S HV: Apply combination of host and l1 pte rc for nested guestSuraj Jitindar Singh2018-12-211-0/+3
| * | | KVM: PPC: Book3S HV: Align gfn to L1 page size when inserting nest-rmap entrySuraj Jitindar Singh2018-12-211-0/+2
| * | | KVM: PPC: Book3S HV: Hold kvm->mmu_lock across updating nested pte rc bitsSuraj Jitindar Singh2018-12-211-6/+12
* | | | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-212-2/+4
* | | | Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-12-2011-60/+368
|\| | |
| * | | KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guestSuraj Jitindar Singh2018-12-172-10/+4Star
| * | | KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...Suraj Jitindar Singh2018-12-173-4/+84
| * | | KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh2018-12-173-10/+53
| * | | KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrantsSuraj Jitindar Singh2018-12-171-2/+16
| * | | KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops structSuraj Jitindar Singh2018-12-171-0/+40
| * | | KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+97
| * | | KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()Suraj Jitindar Singh2018-12-171-0/+1
| * | | KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machinesSuraj Jitindar Singh2018-12-171-1/+4
| * | | KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/offPaul Mackerras2018-12-173-4/+42
| * | | KVM: PPC: Book3S HV: Cleanups - constify memslots, fix commentsPaul Mackerras2018-12-173-6/+7
| * | | KVM: PPC: Book3S HV: Map single pages when doing dirty page loggingPaul Mackerras2018-12-171-2/+6
| * | | KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-175-6/+10
| * | | KVM: PPC: Book3S PR: Set hflag to indicate that POWER9 supports 1T segmentsSuraj Jitindar Singh2018-12-141-0/+1