aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_hv_rm_mmu.c
AgeCommit message (Expand)Author
2013-04-26KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Don't give the guest RW access to RO pagesPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Make a HPTE removal function availablePaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Fix bug causing loss of page dirty statePaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall
2012-10-05KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras
2012-10-05KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras
2012-08-27KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras
2012-05-16KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updatesPaul Mackerras
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras
2012-03-05KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras
2012-03-05KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras
2012-03-05KVM: PPC: Book3S HV: Keep HPTE locked when invalidatingPaul Mackerras
2012-03-05KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras
2012-03-05KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras
2012-03-05KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras
2012-03-05KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfnPaul Mackerras
2012-03-05KVM: PPC: Allow I/O mappings in memory slotsPaul Mackerras
2012-03-05KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras
2012-03-05KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras
2012-03-05KVM: PPC: Make the H_ENTER hcall more reliablePaul Mackerras
2012-03-05KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras
2012-03-05KVM: PPC: Keep a record of HV guest view of hashed page table entriesPaul Mackerras
2011-09-25KVM: PPC: move compute_tlbie_rb to book3s common headerAlexander Graf
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras