summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-1/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-204-5/+17
|\
| * KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for nowPaul Mackerras2017-02-182-1/+8
| * KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug messageThomas Huth2017-02-171-2/+2
| * KVM: PPC: Book3S PR: Ratelimit copy data failure error messagesVipin K Parashar2017-02-172-2/+4
| * KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit pathDavid Gibson2017-02-161-0/+3
* | KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+5
|/
* KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun2017-02-091-0/+1
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-02-082-30/+14
|\
| * powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt2017-02-072-30/+14
* | KVM: PPC: Book3S HV: Advertise availablity of HPT resizing on KVM HVDavid Gibson2017-01-311-0/+3
* | KVM: PPC: Book3S HV: KVM-HV HPT resizing implementationDavid Gibson2017-01-311-1/+187
* | KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementationDavid Gibson2017-01-312-0/+216
* | KVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()David Gibson2017-01-311-33/+44
* | KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson2017-01-312-17/+17
* | KVM: PPC: Book3S HV: Split HPT allocation from activationDavid Gibson2017-01-312-53/+61
* | KVM: PPC: Book3S HV: Don't store values derivable from HPT orderDavid Gibson2017-01-312-24/+22
* | KVM: PPC: Book3S HV: Gather HPT related variables into sub-structureDavid Gibson2017-01-313-78/+78
* | KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarityDavid Gibson2017-01-312-8/+8
* | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-01-3111-121/+1203
|\|
| * KVM: PPC: Book3S HV: Enable radix guest supportPaul Mackerras2017-01-314-27/+109
| * KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1Paul Mackerras2017-01-311-0/+6
| * KVM: PPC: Book3S HV: Allow guest exit path to have MMU onPaul Mackerras2017-01-313-17/+58
| * KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movementPaul Mackerras2017-01-313-14/+80
| * KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix modePaul Mackerras2017-01-311-0/+14
| * KVM: PPC: Book3S HV: Implement dirty page logging for radix guestsPaul Mackerras2017-01-313-32/+138
| * KVM: PPC: Book3S HV: MMU notifier callbacks for radix guestsPaul Mackerras2017-01-312-21/+97
| * KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras2017-01-314-3/+407
| * KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guestsPaul Mackerras2017-01-311-11/+46
| * KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras2017-01-313-3/+149
| * KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9Paul Mackerras2017-01-311-0/+8
| * KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9Paul Mackerras2017-01-312-5/+32
| * KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMUPaul Mackerras2017-01-312-0/+45
| * KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interruptsNicholas Piggin2017-01-312-3/+16
| * KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HVNicholas Piggin2017-01-272-14/+27
* | KVM: PPC: Book3S PR: Refactor program interrupt related code into separate fu...Thomas Huth2017-01-271-65/+65
* | KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpuPaul Mackerras2017-01-271-8/+5
* | KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resendLi Zhong2017-01-272-51/+48
* | KVM: PPC: Book 3S: XICS: Implement ICS P/Q statesLi Zhong2017-01-273-71/+159
* | KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resendsLi Zhong2017-01-272-0/+7
* | KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counterLi Zhong2017-01-271-3/+2
* | KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECTLi Zhong2017-01-272-11/+3
* | KVM: PPC: Book3S HV: Don't try to signal cpu -1Paul Mackerras2017-01-271-1/+2
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-249-9/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-1310-189/+606
|\
| * KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.hPaul Mackerras2016-12-015-5/+1
| * KVM: PPC: Book3S HV: Comment style and print format fixupsSuraj Jitindar Singh2016-11-282-2/+3
| * KVM: PPC: Book3S HV: Add check for module parameter halt_poll_nsSuraj Jitindar Singh2016-11-281-3/+2