index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
powerpc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
2012-03-08
1
-0
/
+10
*
KVM: PPC: Rename MMIO register identifiers
Alexander Graf
2012-03-05
1
-9
/
+9
*
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
Paul Mackerras
2012-03-05
1
-38
/
+0
*
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2012-03-05
1
-0
/
+13
*
KVM: PPC: Add generic single register ioctls
Alexander Graf
2012-03-05
1
-0
/
+41
*
KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
Matt Evans
2012-03-05
1
-0
/
+16
*
KVM: PPC: Fix vcpu_create dereference before validity check.
Matt Evans
2012-03-05
1
-2
/
+3
*
KVM: PPC: Implement MMU notifiers for Book3S HV guests
Paul Mackerras
2012-03-05
1
-0
/
+3
*
KVM: PPC: Make wakeups work again for Book3S HV guests
Paul Mackerras
2012-03-05
1
-1
/
+1
*
KVM: PPC: align vcpu_kick with x86
Alexander Graf
2012-03-05
1
-1
/
+6
*
KVM: PPC: booke: Improve timer register emulation
Scott Wood
2012-03-05
1
-20
/
+13
*
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
Scott Wood
2012-03-05
1
-1
/
+1
*
KVM: PPC: Move prepare_to_enter call site into subarch code
Scott Wood
2012-03-05
1
-2
/
+0
*
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
Scott Wood
2012-03-05
1
-1
/
+1
*
KVM: PPC: e500: MMU API
Scott Wood
2012-03-05
1
-0
/
+28
*
KVM: s390: ucontrol: export SIE control block to user
Carsten Otte
2012-03-05
1
-0
/
+5
*
KVM: s390: add parameter for KVM_CREATE_VM
Carsten Otte
2012-03-05
1
-1
/
+4
*
Revert "KVM: PPC: Add support for explicit HIOR setting"
Alexander Graf
2011-11-17
1
-1
/
+0
*
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
2011-11-01
1
-1
/
+0
*
KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
Paul Mackerras
2011-09-25
1
-11
/
+10
*
KVM: PPC: Add sanity checking to vcpu_run
Alexander Graf
2011-09-25
1
-0
/
+28
*
KVM: PPC: Enable the PAPR CAP for Book3S
Alexander Graf
2011-09-25
1
-0
/
+5
*
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2011-09-25
1
-0
/
+1
*
KVM: PPC: book3s_hv: Add support for PPC970-family processors
Paul Mackerras
2011-07-12
1
-0
/
+3
*
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
Paul Mackerras
2011-07-12
1
-0
/
+13
*
KVM: PPC: Allow book3s_hv guests to use SMT processor modes
Paul Mackerras
2011-07-12
1
-0
/
+4
*
KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
David Gibson
2011-07-12
1
-0
/
+18
*
KVM: PPC: Handle some PAPR hcalls in the kernel
Paul Mackerras
2011-07-12
1
-1
/
+1
*
KVM: PPC: Add support for Book3S processors in hypervisor mode
Paul Mackerras
2011-07-12
1
-1
/
+21
*
KVM: PPC: Move guest enter/exit down into subarch-specific code
Paul Mackerras
2011-07-12
1
-5
/
+1
*
KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
Paul Mackerras
2011-07-12
1
-3
/
+6
*
KVM: PPC: e500: enable magic page
Scott Wood
2011-07-12
1
-1
/
+2
*
KVM: PPC: booke: add sregs support
Scott Wood
2011-05-22
1
-0
/
+4
*
KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
Scott Wood
2011-05-22
1
-0
/
+13
*
KVM: PPC: Fix issue clearing exit timing counters
Bharat Bhushan
2011-05-11
1
-0
/
+4
*
KVM: Clean up vm creation and release
Jan Kiszka
2011-01-12
1
-17
/
+3
*
KVM: PPC: fix information leak to userland
Vasiliy Kulikov
2010-11-05
1
-0
/
+1
*
KVM: PPC: Expose level based interrupt cap
Alexander Graf
2010-10-24
1
-0
/
+1
*
KVM: PPC: Put segment registers in shared page
Alexander Graf
2010-10-24
1
-1
/
+1
*
KVM: PPC: Add feature bitmap for magic page
Alexander Graf
2010-10-24
1
-1
/
+4
*
KVM: PPC: Add get_pvinfo interface to query hypercall instructions
Alexander Graf
2010-10-24
1
-0
/
+38
*
KVM: PPC: Expose magic page support to guest
Alexander Graf
2010-10-24
1
-0
/
+11
*
KVM: PPC: Implement hypervisor interface
Alexander Graf
2010-10-24
1
-0
/
+32
*
KVM: PPC: Convert MSR to shared page
Alexander Graf
2010-10-24
1
-1
/
+2
*
KVM: Remove memory alias support
Avi Kivity
2010-08-01
1
-5
/
+0
*
KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_run
Denis Kirjanov
2010-08-01
1
-1
/
+1
*
KVM: Consolidate arch specific vcpu ioctl locking
Avi Kivity
2010-08-01
1
-7
/
+4
*
KVM: PPC: Centralize locking of arch specific vcpu ioctls
Avi Kivity
2010-08-01
1
-4
/
+8
*
KVM: move vcpu locking to dispatcher for generic vcpu ioctls
Avi Kivity
2010-08-01
1
-4
/
+0
*
KVM: PPC: Improve indirect svcpu accessors
Alexander Graf
2010-05-17
1
-1
/
+1
[next]