aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_hv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-18/+102
2013-04-26KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras1-9/+52
2013-04-26KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras1-9/+50
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras1-5/+2
2012-12-06KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPTPaul Mackerras1-1/+1
2012-12-06KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPTPaul Mackerras1-0/+24
2012-12-06KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras1-0/+344
2012-12-06KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras1-11/+25
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall1-1/+1
2012-10-05KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulationPaul Mackerras1-5/+4
2012-10-05KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras1-5/+28
2012-10-05KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras1-3/+3
2012-10-05KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslotsPaul Mackerras1-4/+13
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-3/+3
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()Takuya Yoshikawa1-0/+7
2012-07-18KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa1-8/+28
2012-07-18KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa1-3/+3
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras1-28/+95
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-18/+13
2012-05-08KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson1-9/+13
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf1-2/+3
2012-04-08KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood1-16/+10
2012-03-05KVM: PPC: Add HPT preallocatorAlexander Graf1-3/+16
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras1-0/+69
2012-03-05KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras1-11/+70
2012-03-05KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras1-18/+30
2012-03-05KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras1-3/+36
2012-03-05KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras1-24/+266
2012-03-05KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras1-10/+218
2012-03-05KVM: PPC: Allow I/O mappings in memory slotsPaul Mackerras1-21/+44
2012-03-05KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras1-39/+83
2012-03-05KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras1-24/+106
2012-03-05KVM: PPC: Add an interface for pinning guest pages in Book3s HV guestsPaul Mackerras1-0/+38
2012-03-05KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras1-9/+9
2012-03-05KVM: PPC: Keep a record of HV guest view of hashed page table entriesPaul Mackerras1-12/+32
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras1-8/+22
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bitsPaul Mackerras1-1/+2
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras1-95/+2
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras1-0/+258