Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
20674818c4a32ad1bfb1ea798e8c1fbed338ad71
/
arch
/
powerpc
/
kvm
/
book3s_64_mmu_hv.c
f64e808
powerpc/mm: Move hash related mmu-*.h headers to book3s/
by Aneesh Kumar K.V
· 9 years ago
2f4bf52
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
572abd5
KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl
by Paul Mackerras
· 9 years ago
891121e
powerpc/mm: Differentiate between hugetlb and THP during page walk
by Aneesh Kumar K.V
· 9 years ago
08fe1e7
KVM: PPC: Book3S HV: Fix bug in dirty page tracking
by Paul Mackerras
· 9 years ago
9f6b802
KVM: use kvm_memslots whenever possible
by Paolo Bonzini
· 10 years ago
63905bb
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
e23a808
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
by Paul Mackerras
· 10 years ago
a4bd6eb
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
by Aneesh Kumar K.V
· 10 years ago
31037ec
KVM: PPC: Book3S HV: Remove RMA-related variables from code
by Aneesh Kumar K.V
· 10 years ago
7d6e7f7
powerpc/mm/thp: Return pte address if we find trans_splitting.
by Aneesh Kumar K.V
· 10 years ago
691e95f
powerpc/mm/thp: Make page table walk safe against thp split/collapse
by Aneesh Kumar K.V
· 10 years ago
c17b98c
KVM: PPC: Book3S HV: Remove code for PPC970 processors
by Paul Mackerras
· 10 years ago
3c78f78
KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
by Suresh E. Warrier
· 10 years ago
ffada01
KVM: PPC: Book3S HV: ptes are big endian
by Cédric Le Goater
· 10 years ago
f6fb9e8
KVM: PPC: Book3S HV: Add missing HPTE unlock
by Aneesh Kumar K.V
· 10 years ago
e4e6567
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
5712846
kvm: Fix page ageing bugs
by Andres Lagar-Cavilla
· 10 years ago
02a68d0
powerpc/kvm/cma: Fix panic introduces by signed shift operation
by Laurent Dufour
· 10 years ago
66bb0aa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
fc95ca7
PPC, KVM, CMA: use general CMA reserved area management framework
by Joonsoo Kim
· 10 years ago
cc568ea
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
by Paolo Bonzini
· 10 years ago
51f0472
KVM: PPC: Allow kvmppc_get_last_inst() to fail
by Mihai Caraman
· 10 years ago
6f22bd3
KVM: PPC: Book3S HV: Make HTAB code LE host aware
by Alexander Graf
· 10 years ago
341acbb3
KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
by Aneesh Kumar K.V
· 10 years ago
6c576e7
KVM: PPC: Book3S HV: Make sure we don't miss dirty pages
by Paul Mackerras
· 11 years ago
687414b
KVM: PPC: Book3S HV: Fix dirty map for hugepages
by Alexey Kardashevskiy
· 11 years ago
1066f77
KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base address
by Paul Mackerras
· 11 years ago
792fc49
KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocation
by Aneesh Kumar K.V
· 11 years ago
e4e3812
KVM: PPC: Book3S HV: Add transactional memory support
by Michael Neuling
· 11 years ago
b73117c
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue
by Paolo Bonzini
· 11 years ago
d682916
KVM: PPC: Book3S HV: Basic little-endian guest support
by Anton Blanchard
· 11 years ago
7360177
KVM: PPC: Book3S: MMIO emulation support for little endian guests
by Cédric Le Goater
· 11 years ago
91648ec
powerpc: kvm: fix rare but potential deadlock scene
by pingfan liu
· 11 years ago
caaa4c80
KVM: PPC: Book3S HV: Fix physical address calculations
by Paul Mackerras
· 11 years ago
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
· 11 years ago
fa61a4e3
powerpc/kvm: Contiguous memory allocator based hash page table allocation
by Aneesh Kumar K.V
· 11 years ago
db7cb5b
powerpc/kvm: Handle transparent hugepage in KVM
by Aneesh Kumar K.V
· 11 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
· 12 years ago
84504ef
KVM: MMU: Make kvm_handle_hva() handle range of addresses
by Takuya Yoshikawa
· 12 years ago
d19a748
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
by Takuya Yoshikawa
· 12 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
· 13 years ago
969391c
powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits
by Paul Mackerras
· 13 years ago
aa04b4c
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
by Paul Mackerras
· 13 years ago
de56a94
KVM: PPC: Add support for Book3S processors in hypervisor mode
by Paul Mackerras
· 13 years ago