Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
22c73795b101597051924556dce019385a1e2fa0
/
arch
/
powerpc
/
kvm
/
book3s_64_mmu_hv.c
3a167bea
kvm: powerpc: Add kvmppc_ops callback
by Aneesh Kumar K.V
· 11 years ago
93b159b
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
by Paul Mackerras
· 11 years ago
a0144e2
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
by Paul Mackerras
· 11 years ago
a9f6cf9
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queue
by Gleb Natapov
· 11 years ago
bf550fc
Merge remote-tracking branch 'origin/next' into kvm-ppc-next
by Alexander Graf
· 11 years ago
2f84d5e
ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flag
by Yann Droneaud
· 11 years ago
990978e
powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation.
by Aneesh Kumar K.V
· 12 years ago
fa61a4e3
powerpc/kvm: Contiguous memory allocator based hash page table allocation
by Aneesh Kumar K.V
· 12 years ago
db7cb5b
powerpc/kvm: Handle transparent hugepage in KVM
by Aneesh Kumar K.V
· 12 years ago
01227a8
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
c35635e
KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map
by Paul Mackerras
· 12 years ago
a1b4a0f
KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changes
by Paul Mackerras
· 12 years ago
75ef9de
constify a bunch of struct file_operations instances
by Al Viro
· 12 years ago
1b400ba
KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
by Paul Mackerras
· 12 years ago
05dd85f
KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT
by Paul Mackerras
· 12 years ago
a64fd70
KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT
by Paul Mackerras
· 12 years ago
a293292
KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT
by Paul Mackerras
· 12 years ago
7ed661b
KVM: PPC: Book3S HV: Restructure HPT entry creation code
by Paul Mackerras
· 12 years ago
8ca40a7
KVM: Take kvm instead of vcpu to mmu_notifier_retry
by Christoffer Dall
· 12 years ago
70bddfe
KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation
by Paul Mackerras
· 12 years ago
dfe49db
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
by Paul Mackerras
· 12 years ago
a66b48c
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
by Paul Mackerras
· 12 years ago
2c9097e
KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
by Paul Mackerras
· 12 years ago
d89cc61
KVM: Push rmap into kvm_arch_memory_slot
by Takuya Yoshikawa
· 12 years ago
b3ae209
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
by Takuya Yoshikawa
· 13 years ago
84504ef
KVM: MMU: Make kvm_handle_hva() handle range of addresses
by Takuya Yoshikawa
· 13 years ago
d19a748
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
by Takuya Yoshikawa
· 13 years ago
32fad28
KVM: PPC: Book3S HV: Make the guest hash table size configurable
by Paul Mackerras
· 13 years ago
07acfc2
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
de6c0b0
KVM: PPC: Book3S HV: Fix refcounting of hugepages
by David Gibson
· 13 years ago
6020c0f
KVM: PPC: Pass EA to updating emulation ops
by Alexander Graf
· 13 years ago
043cc4d
KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
by Scott Wood
· 13 years ago
d2a1b48
KVM: PPC: Add HPT preallocator
by Alexander Graf
· 13 years ago
82ed361
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
by Paul Mackerras
· 13 years ago
5551489
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
by Paul Mackerras
· 13 years ago
bad3b50
KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
by Paul Mackerras
· 13 years ago
4cf302b
KVM: PPC: Allow for read-only pages backing a Book3S HV guest
by Paul Mackerras
· 13 years ago
342d3db
KVM: PPC: Implement MMU notifiers for Book3S HV guests
by Paul Mackerras
· 13 years ago
697d389
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
by Paul Mackerras
· 13 years ago
9d0ef5ea
KVM: PPC: Allow I/O mappings in memory slots
by Paul Mackerras
· 13 years ago
da9d1d7
KVM: PPC: Allow use of small pages to back Book3S HV guests
by Paul Mackerras
· 13 years ago
c77162d
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
by Paul Mackerras
· 13 years ago
93e6024
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
by Paul Mackerras
· 13 years ago
b2b2f16
KVM: PPC: Keep page physical addresses in per-slot arrays
by Paul Mackerras
· 13 years ago
8936dda
KVM: PPC: Keep a record of HV guest view of hashed page table entries
by Paul Mackerras
· 13 years ago
9e368f2
KVM: PPC: book3s_hv: Add support for PPC970-family processors
by Paul Mackerras
· 14 years ago
969391c
powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits
by Paul Mackerras
· 14 years ago
aa04b4c
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
by Paul Mackerras
· 14 years ago
de56a94
KVM: PPC: Add support for Book3S processors in hypervisor mode
by Paul Mackerras
· 14 years ago