Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
4e72dbe13528394a413889d73e5025dbdf6cab70
/
arch
/
powerpc
/
kvm
/
powerpc.c
4e72dbe
KVM: PPC: Make wakeups work again for Book3S HV guests
by Paul Mackerras
· 13 years ago
ae21216
KVM: PPC: align vcpu_kick with x86
by Alexander Graf
· 13 years ago
dfd4d47
KVM: PPC: booke: Improve timer register emulation
by Scott Wood
· 13 years ago
b590497
KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
by Scott Wood
· 13 years ago
25051b5a
KVM: PPC: Move prepare_to_enter call site into subarch code
by Scott Wood
· 13 years ago
7e28e60e
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
by Scott Wood
· 13 years ago
dc83b8b
KVM: PPC: e500: MMU API
by Scott Wood
· 13 years ago
5b1c149
KVM: s390: ucontrol: export SIE control block to user
by Carsten Otte
· 13 years ago
e08b963
KVM: s390: add parameter for KVM_CREATE_VM
by Carsten Otte
· 13 years ago
bb75c62
Revert "KVM: PPC: Add support for explicit HIOR setting"
by Alexander Graf
· 13 years ago
ead53f2
powerpc: remove non-required uses of include <linux/module.h>
by Paul Gortmaker
· 13 years ago
19ccb76
KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
by Paul Mackerras
· 13 years ago
af8f38b
KVM: PPC: Add sanity checking to vcpu_run
by Alexander Graf
· 13 years ago
930b412
KVM: PPC: Enable the PAPR CAP for Book3S
by Alexander Graf
· 13 years ago
a15bd35
KVM: PPC: Add support for explicit HIOR setting
by Alexander Graf
· 13 years ago
9e368f2
KVM: PPC: book3s_hv: Add support for PPC970-family processors
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
371fefd
KVM: PPC: Allow book3s_hv guests to use SMT processor modes
by Paul Mackerras
· 14 years ago
54738c0
KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
by David Gibson
· 14 years ago
a8606e2
KVM: PPC: Handle some PAPR hcalls in the kernel
by Paul Mackerras
· 14 years ago
de56a94
KVM: PPC: Add support for Book3S processors in hypervisor mode
by Paul Mackerras
· 14 years ago
df6909e5
KVM: PPC: Move guest enter/exit down into subarch-specific code
by Paul Mackerras
· 14 years ago
f9e0554
KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
by Paul Mackerras
· 14 years ago
a4cd8b2
KVM: PPC: e500: enable magic page
by Scott Wood
· 14 years ago
5ce941e
KVM: PPC: booke: add sregs support
by Scott Wood
· 14 years ago
eab1767
KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
by Scott Wood
· 14 years ago
09000ad
KVM: PPC: Fix issue clearing exit timing counters
by Bharat Bhushan
· 14 years ago
d89f5ef
KVM: Clean up vm creation and release
by Jan Kiszka
· 14 years ago
d8cdddc
KVM: PPC: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
7b4203e
KVM: PPC: Expose level based interrupt cap
by Alexander Graf
· 14 years ago
df1bfa2
KVM: PPC: Put segment registers in shared page
by Alexander Graf
· 14 years ago
7508e16
KVM: PPC: Add feature bitmap for magic page
by Alexander Graf
· 14 years ago
15711e9
KVM: PPC: Add get_pvinfo interface to query hypercall instructions
by Alexander Graf
· 14 years ago
5fc8740
KVM: PPC: Expose magic page support to guest
by Alexander Graf
· 14 years ago
2a342ed
KVM: PPC: Implement hypervisor interface
by Alexander Graf
· 14 years ago
666e725
KVM: PPC: Convert MSR to shared page
by Alexander Graf
· 14 years ago
a1f4d395
KVM: Remove memory alias support
by Avi Kivity
· 15 years ago
69b6183
KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_run
by Denis Kirjanov
· 15 years ago
9373662
KVM: Consolidate arch specific vcpu ioctl locking
by Avi Kivity
· 15 years ago
19483d1
KVM: PPC: Centralize locking of arch specific vcpu ioctls
by Avi Kivity
· 15 years ago
2122ff5
KVM: move vcpu locking to dispatcher for generic vcpu ioctls
by Avi Kivity
· 15 years ago
c7f38f4
KVM: PPC: Improve indirect svcpu accessors
by Alexander Graf
· 15 years ago
287d561
KVM: PPC: Only use QPRs when available
by Alexander Graf
· 15 years ago
ad0a048
KVM: PPC: Add OSI hypercall interface
by Alexander Graf
· 15 years ago
71fbfd5
KVM: Add support for enabling capabilities per-vcpu
by Alexander Graf
· 15 years ago
1897876
KVM: PPC: Allow userspace to unset the IRQ line
by Alexander Graf
· 15 years ago
06056bf
KVM: PPC: Do not create debugfs if fail to create vcpu
by Wei Yongjun
· 15 years ago
a595405
KVM: PPC: Destory timer on vcpu destruction
by Alexander Graf
· 15 years ago
c10207f
KVM: PPC: Add capability for paired singles
by Alexander Graf
· 15 years ago
3587d53
KVM: PPC: Teach MMIO Signedness
by Alexander Graf
· 15 years ago
b104d06
KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs
by Alexander Graf
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
6474920
KVM: fix cleanup_srcu_struct on vm destruction
by Marcelo Tosatti
· 15 years ago
8e5b26b
KVM: PPC: Use accessor functions for GPR access
by Alexander Graf
· 15 years ago
f7784b8
KVM: split kvm_arch_set_memory_region into prepare and commit
by Marcelo Tosatti
· 15 years ago
bcd6acd
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 15 years ago
e15a113
powerpc/kvm: Sync guest visible MMU state
by Alexander Graf
· 15 years ago
10474ae
KVM: Activate Virtualization On Demand
by Alexander Graf
· 15 years ago
367e131
KVM: Return -ENOTTY on unrecognized ioctls
by Avi Kivity
· 15 years ago
544c676
Use hrtimers for the decrementer
by Alexander Graf
· 15 years ago
4e75575
Move dirty logging code to sub-arch
by Alexander Graf
· 15 years ago
a1b3710
KVM: Reduce runnability interface with arch support code
by Gleb Natapov
· 16 years ago
46f43c6
KVM: powerpc: convert marker probes to event trace
by Marcelo Tosatti
· 16 years ago
988a2ca
KVM: Use macro to iterate over vcpus.
by Gleb Natapov
· 16 years ago
7864612
KVM: Fix interrupt unhalting a vcpu when it shouldn't
by Gleb Natapov
· 16 years ago
f5d0906
KVM: ppc: remove debug support broken by KVM debug rewrite
by Hollis Blanchard
· 16 years ago
ecc0981
KVM: ppc: cosmetic changes to mmu hook names
by Hollis Blanchard
· 16 years ago
d0bfb94
KVM: New guest debug interface
by Jan Kiszka
· 16 years ago
ad8ba2c
KVM: Add kvm_arch_sync_events to sync with asynchronize events
by Sheng Yang
· 16 years ago
ca9edae
KVM: Consolidate userspace memory capability reporting into common code
by Avi Kivity
· 16 years ago
73e75b4
KVM: ppc: Implement in-kernel exit timing statistics
by Hollis Blanchard
· 16 years ago
5cf8ca2
KVM: ppc: adjust vcpu types to support 64-bit cores
by Hollis Blanchard
· 16 years ago
db93f57
KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
by Hollis Blanchard
· 16 years ago
9dd921c
KVM: ppc: Refactor powerpc.c to relocate 440-specific code
by Hollis Blanchard
· 16 years ago
fad7b9b
powerpc: Fix KVM build on ppc440
by Paul Mackerras
· 16 years ago
2a4aca11
powerpc/mm: Split low level tlb invalidate for nohash processors
by Benjamin Herrenschmidt
· 16 years ago
c30f8a6
KVM: ppc: stop leaking host memory on VM exit
by Hollis Blanchard
· 16 years ago
83aae4a
KVM: ppc: Write only modified shadow entries into the TLB on exit
by Hollis Blanchard
· 16 years ago
6a0ab73
KVM: ppc: guest breakpoint support
by Hollis Blanchard
· 16 years ago
34d4cb8
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
by Marcelo Tosatti
· 17 years ago
588968b
KVM: Add coalesced MMIO support (powerpc part)
by Laurent Vivier
· 17 years ago
7cc8883
KVM: Remove decache_vcpus_on_cpu() and related callbacks
by Avi Kivity
· 17 years ago
45c5eb6
KVM: ppc: Handle guest idle by emulating MSR[WE] writes
by Hollis Blanchard
· 17 years ago
bbf45ba
KVM: ppc: PowerPC 440 KVM implementation
by Hollis Blanchard
· 17 years ago