index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
kvm_host.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
Aneesh Kumar K.V
2013-10-17
1
-0
/
+1
*
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
2013-10-17
1
-5
/
+5
*
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
2013-10-17
1
-1
/
+1
*
KVM: PPC: E500: Add userspace debug stub support
Bharat Bhushan
2013-10-17
1
-0
/
+3
*
KVM: PPC: E500: Using "struct debug_reg"
Bharat Bhushan
2013-10-17
1
-12
/
+1
*
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
2013-10-17
1
-1
/
+2
*
KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
Paul Mackerras
2013-10-17
1
-0
/
+7
*
KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
Paul Mackerras
2013-10-17
1
-0
/
+3
*
KVM: PPC: Book3S PR: Allow guest to use 64k pages
Paul Mackerras
2013-10-17
1
-0
/
+4
*
KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
Paul Mackerras
2013-10-17
1
-0
/
+1
*
KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
Paul Mackerras
2013-10-17
1
-0
/
+2
*
KVM: PPC: Book3S HV: Add support for guest Program Priority Register
Paul Mackerras
2013-10-17
1
-0
/
+1
*
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
Paul Mackerras
2013-10-17
1
-0
/
+1
*
KVM: PPC: Book3S HV: Implement timebase offset for guests
Paul Mackerras
2013-10-17
1
-0
/
+1
*
KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
Paul Mackerras
2013-10-17
1
-0
/
+2
*
KVM: PPC: Get rid of KVM_HPAGE defines
Christoffer Dall
2013-10-14
1
-5
/
+0
*
powerpc/kvm: Contiguous memory allocator based RMA allocation
Aneesh Kumar K.V
2013-07-08
1
-8
/
+4
*
powerpc/kvm: Contiguous memory allocator based hash page table allocation
Aneesh Kumar K.V
2013-07-08
1
-1
/
+1
*
KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
Benjamin Herrenschmidt
2013-04-26
1
-0
/
+11
*
KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
Michael Ellerman
2013-04-26
1
-0
/
+1
*
KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
Alexander Graf
2013-04-26
1
-0
/
+7
*
kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
Scott Wood
2013-04-26
1
-0
/
+9
*
kvm/ppc/mpic: in-kernel MPIC emulation
Scott Wood
2013-04-26
1
-1
/
+7
*
KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map
Paul Mackerras
2013-04-26
1
-0
/
+2
*
KVM: PPC: e500: Add support for EPTCFG register
Mihai Caraman
2013-04-26
1
-0
/
+1
*
KVM: PPC: e500: Add support for TLBnPS registers
Mihai Caraman
2013-04-26
1
-0
/
+1
*
KVM: PPC: booke: Added debug handler
Bharat Bhushan
2013-03-22
1
-0
/
+1
*
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-02-24
1
-4
/
+4
|
\
|
*
KVM: PPC: BookE: Implement EPR exit
Alexander Graf
2013-01-10
1
-0
/
+2
|
*
KVM: Make KVM_PRIVATE_MEM_SLOTS optional
Alex Williamson
2012-12-14
1
-3
/
+1
|
*
KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS
Alex Williamson
2012-12-14
1
-2
/
+2
*
|
powerpc/kvm/book3s_hv: Preserve guest CFAR register value
Paul Mackerras
2013-02-15
1
-0
/
+1
|
/
*
KVM: PPC: Make EPCR a valid field for booke64 and bookehv
Alexander Graf
2012-12-06
1
-1
/
+6
*
KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
Paul Mackerras
2012-12-06
1
-2
/
+3
*
KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
Paul Mackerras
2012-12-06
1
-0
/
+1
*
KVM: PPC: Book3S HV: Fix accounting of stolen time
Paul Mackerras
2012-10-30
1
-0
/
+5
*
KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
Paul Mackerras
2012-10-30
1
-3
/
+2
*
KVM: PPC: Book3S HV: Fixes for late-joining threads
Paul Mackerras
2012-10-30
1
-3
/
+4
*
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
Paul Mackerras
2012-10-05
1
-4
/
+5
*
booke: Added ONE_REG interface for IAC/DAC debug registers
Bharat Bhushan
2012-10-05
1
-2
/
+22
*
KVM: PPC: booke: Add watchdog emulation
Bharat Bhushan
2012-10-05
1
-0
/
+3
*
KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
Alexander Graf
2012-10-05
1
-2
/
+1
*
KVM: PPC: E500: Implement MMU notifiers
Alexander Graf
2012-10-05
1
-1
/
+2
*
Merge remote-tracking branch 'upstream/master' into queue
Marcelo Tosatti
2012-08-26
1
-0
/
+1
|
\
|
*
KVM: PPC: Add cache flush on page map
Alexander Graf
2012-08-16
1
-0
/
+1
*
|
KVM: Push rmap into kvm_arch_memory_slot
Takuya Yoshikawa
2012-08-06
1
-0
/
+1
*
|
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...
Takuya Yoshikawa
2012-07-18
1
-0
/
+2
|
/
*
KVM: PPC: booke: Added DECAR support
Bharat Bhushan
2012-05-30
1
-0
/
+2
*
KVM: PPC: Book3S HV: Make the guest hash table size configurable
Paul Mackerras
2012-05-30
1
-0
/
+4
*
kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
Benjamin Herrenschmidt
2012-05-06
1
-1
/
+3
[next]