aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_book3s_64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V1-2/+0
2017-01-31KVM: PPC: Book3S HV: Split HPT allocation from activationDavid Gibson1-0/+4
2017-01-31KVM: PPC: Book3S HV: Don't store values derivable from HPT orderDavid Gibson1-0/+12
2017-01-31KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras1-0/+6
2016-09-27KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbieBalbir Singh1-2/+1
2016-09-09powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras1-80/+7
2016-08-01powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V1-2/+1
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V1-17/+10
2016-05-01powerpc/mm: Add pte_xchg() helperMichael Ellerman1-4/+1
2016-02-16KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4KAlexey Kardashevskiy1-2/+0
2015-06-05KVM: implement multiple address spacesPaolo Bonzini1-1/+1
2015-04-26Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-11/+6
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+18
2015-04-21KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras1-0/+2
2015-04-21KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras1-0/+2
2015-04-21KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V1-0/+14
2015-04-17powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V1-10/+2
2015-04-17KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V1-1/+4
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman1-5/+7
2015-03-31powerpc: Use bool function return values of true/false not 1/0Joe Perches1-2/+2
2014-12-17KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras1-1/+0
2014-12-15KVM: PPC: Book3S HV: Fix computation of tlbie operandPaul Mackerras1-1/+1
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-11/+18
2014-07-28KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base pageAneesh Kumar K.V1-2/+4
2014-07-28KVM: PPC: Book3S HV: Make HTAB code LE host awareAlexander Graf1-3/+12
2014-07-28KVM: PPC: Book3s HV: Fix tlbie compile errorAlexander Graf1-6/+2
2014-06-25KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb valueAneesh Kumar K.V1-2/+17
2014-05-30KVM: PPC: BOOK3S: HV: Add mixed page-size support for guestAneesh Kumar K.V1-23/+123
2014-03-29KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras1-0/+12
2013-10-17kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V1-3/+3
2013-10-17kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V1-1/+1
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf1-24/+34
2013-07-10KVM: PPC: Book3S HV: Correct tlbie usagePaul Mackerras1-1/+1
2013-07-08powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V1-0/+1
2013-07-08powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V1-1/+0
2013-06-21powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V1-24/+34
2013-04-26KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras1-0/+13
2012-12-06KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras1-0/+22
2012-12-06KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras1-0/+9
2012-10-30KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()Paul Mackerras1-1/+1
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras1-5/+2
2012-03-05KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras1-2/+18
2012-03-05KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras1-0/+31
2012-03-05KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras1-0/+26
2012-03-05KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfnPaul Mackerras1-0/+18
2012-03-05KVM: PPC: Allow I/O mappings in memory slotsPaul Mackerras1-0/+26
2012-03-05KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras1-0/+10
2012-03-05KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras1-0/+12
2012-03-05KVM: PPC: Make the H_ENTER hcall more reliablePaul Mackerras1-0/+25