summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds3 days1-1/+1
|\
| * kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary2025-01-131-1/+1
* | KVM: e500: perform hugepage check after looking up the PFNPaolo Bonzini2025-01-121-109/+69
* | KVM: e500: map readonly host pages for readPaolo Bonzini2025-01-121-2/+3
* | KVM: e500: track host-writability of pagesPaolo Bonzini2025-01-122-4/+13
* | KVM: e500: use shadow TLB entry as witness for writabilityPaolo Bonzini2025-01-121-4/+3
* | KVM: e500: always restore irqsPaolo Bonzini2025-01-121-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-11-2411-101/+52
|\
| * Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-11-141-0/+12
| |\
| * \ Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini2024-11-131-3/+0
| |\ \
| | * | KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMAPaolo Bonzini2024-11-081-3/+0
| * | | KVM: PPC: Explicitly require struct page memory for Ultravisor sharingSean Christopherson2024-10-251-13/+12
| * | | KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructionsSean Christopherson2024-10-251-7/+6
| * | | KVM: PPC: Remove extra get_page() to fix page refcount leakSean Christopherson2024-10-251-1/+0
| * | | KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PRSean Christopherson2024-10-253-11/+13
| * | | KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTESean Christopherson2024-10-251-5/+5
| * | | KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()Sean Christopherson2024-10-252-7/+3
| * | | KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s RadixSean Christopherson2024-10-251-24/+5
| * | | KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HVSean Christopherson2024-10-251-21/+4
| * | | KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faultsSean Christopherson2024-10-251-5/+3
| * | | KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson2024-10-251-3/+1
| * | | KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()Sean Christopherson2024-10-251-7/+6
| * | | KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson2024-10-252-2/+2
| * | | KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson2024-10-252-2/+2
| * | | KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson2024-10-252-2/+2
| |/ /
* | | Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-235-47/+102
|\ \ \
| * | | powerpc/perf: Add per-task/process monitoring to vpa_pmu driverKajol Jain2024-11-191-0/+45
| * | | powerpc/kvm: Add vpa latency counters to kvm_vcpu_archKajol Jain2024-11-191-0/+3
| * | | powerpc/perf: Add perf interface to expose vpa countersKajol Jain2024-11-191-0/+19
| * | | KVM: PPC: Book3S HV: Fix kmv -> kvm typoKajol Jain2024-11-142-3/+3
| * | | KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbellsGautam Menghani2024-11-141-1/+0
| * | | KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guestsGautam Menghani2024-11-142-4/+19
| * | | Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"Gautam Menghani2024-11-141-29/+2
| * | | KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guestsAmit Machhiwal2024-11-053-3/+10
| * | | KVM: PPC: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-161-7/+1
| |/ /
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-182-33/+12
|\ \ \ | |_|/ |/| |
| * | fdget(), trivial conversionsAl Viro2024-11-032-33/+12
| |/
* / KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid ...Gautam Menghani2024-11-061-0/+12
|/
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-232-8/+8
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-132-8/+8
* | KVM: PPC: Book3S HV: remove unused varibleAlex Shi2024-08-161-2/+0
* | KVM: PPC: Book3S HV: Refactor HFSCR emulation for KVM guestsGautam Menghani2024-08-051-4/+12
|/
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-07-261-1/+3
|\
| * powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()Al Viro2024-05-311-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-201-1/+1
|\ \
| * \ Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-1/+1
| |\ \
| | * | KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-181-1/+1
| | |/
* | | Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-07-206-3/+161
|\ \ \ | |/ / |/| |
| * | KVM: PPC: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-043-0/+3
| * | KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHPKEYR in syncShivaprasad G Bhat2024-06-061-0/+6