summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_radix.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng2020-09-221-1/+1
* Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-08-091-0/+4
|\
| * KVM: PPC: Protect kvm_vcpu_read_guest with srcu locksAlexey Kardashevskiy2020-07-211-0/+4
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUALAneesh Kumar K.V2020-06-221-1/+2
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-8/+28
|\
| * KVM: PPC: Book3S HV: Close race with page faults around memslot flushesPaul Mackerras2020-05-281-0/+5
| * KVM: PPC: Book3S HV: Remove user-triggerable WARN_ONPaul Mackerras2020-05-281-4/+7
| * KVM: PPC: Book3S HV: Ignore kmemleak false positivesQian Cai2020-05-271-2/+14
| * KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-271-2/+2
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-1/+1
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-24/+47
|\ \
| * | powerpc/book3s64/kvm: Fix secondary page table walk warning during migrationAneesh Kumar K.V2020-05-291-6/+29
| * | powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_pageAneesh Kumar K.V2020-05-051-4/+4
| * | powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V2020-05-051-9/+9
| * | powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V2020-05-051-6/+6
| * | Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvmMichael Ellerman2020-05-051-4/+5
| |\ \
* | | | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-13/+19
| |_|/ |/| |
* | | Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-04-211-4/+5
|\ \ \ | |/ / |/| / | |/
| * KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras2020-04-211-4/+5
* | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-3/+2
|\ \ | |/ |/|
| * powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-3/+2
* | KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU codeMichael Ellerman2020-03-191-1/+1
|/
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-041-4/+2
|\
| * powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-261-4/+2
* | KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu2020-01-171-1/+1
|/
* KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao2019-11-281-0/+3
* KVM: PPC: Book3S HV: Radix changes for secure guestBharata B Rao2019-11-281-0/+22
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-9/+3
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-9/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-3/+1
|/
* KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-191-1/+14
* KVM: PPC: Book3S HV: radix: Fix uninitialized var build errorMichael Ellerman2018-12-301-1/+1
* 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-211-2/+2
* KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guestSuraj Jitindar Singh2018-12-171-5/+4
* KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...Suraj Jitindar Singh2018-12-171-3/+4
* KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+97
* KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/offPaul Mackerras2018-12-171-0/+20
* KVM: PPC: Book3S HV: Cleanups - constify memslots, fix commentsPaul Mackerras2018-12-171-4/+5
* KVM: PPC: Book3S HV: Map single pages when doing dirty page loggingPaul Mackerras2018-12-171-2/+6
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-182/+536
|\
| * KVM: PPC: Book3S HV: Add nested shadow page tables to debugfsPaul Mackerras2018-10-091-3/+36
| * KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nestedPaul Mackerras2018-10-091-2/+28
| * KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappingsSuraj Jitindar Singh2018-10-091-13/+31
| * KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-091-83/+111
| * KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()Paul Mackerras2018-10-091-20/+13