index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
powerpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: add stubs for arch specific debugfs support
Luiz Capitulino
2016-09-16
1
-0
/
+10
*
KVM: PPC: select IRQ_BYPASS_MANAGER
Suresh Warrier
2016-09-09
1
-0
/
+38
*
KVM: PPC: Implement kvm_arch_intc_initialized() for PPC
Paul Mackerras
2016-08-19
1
-0
/
+13
*
KVM: PPC: Introduce KVM_CAP_PPC_HTM
Sam Bobroff
2016-08-01
1
-0
/
+4
*
KVM: remove kvm_guest_enter/exit wrappers
Paolo Bonzini
2016-07-01
1
-1
/
+1
*
KVM: PPC: Fix emulated MMIO sign-extension
Paul Mackerras
2016-05-11
1
-10
/
+12
*
KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()
Lan Tianyu
2016-03-22
1
-0
/
+3
*
KVM: PPC: Add support for 64bit TCE windows
Alexey Kardashevskiy
2016-03-02
1
-1
/
+24
*
KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
Suresh E. Warrier
2016-02-29
1
-0
/
+10
*
KVM: PPC: Add support for multiple-TCE hcalls
Alexey Kardashevskiy
2016-02-16
1
-0
/
+3
*
KVM: PPC: Fix ONE_REG AltiVec support
Greg Kurz
2016-01-14
1
-10
/
+10
*
KVM: PPC: Implement extension to report number of memslots
Nikunj A Dadhania
2015-10-21
1
-0
/
+3
*
KVM: PPC: Fix warnings from sparse
Thomas Huth
2015-08-22
1
-1
/
+1
*
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
2015-05-28
1
-1
/
+2
*
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
2015-05-26
1
-2
/
+2
*
KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}
Christian Borntraeger
2015-05-07
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-04-26
1
-0
/
+3
|
\
|
*
KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.
Michael Ellerman
2015-04-21
1
-0
/
+3
*
|
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-16
1
-20
/
+18
|
\
\
|
|
/
|
/
|
|
*
powerpc: Cleanup KVM emulated load/store endian handling
David Gibson
2015-03-24
1
-20
/
+18
*
|
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
Nikolay Nikolaev
2015-03-26
1
-2
/
+2
|
/
*
KVM: remove unneeded return value of vcpu_postcreate
Dominik Dingel
2015-01-23
1
-2
/
+1
*
KVM: PPC: Book3S HV: Remove code for PPC970 processors
Paul Mackerras
2014-12-17
1
-8
/
+2
*
KVM: PPC: Pass enum to kvmppc_get_last_inst
Alexander Graf
2014-09-22
1
-1
/
+1
*
KVM: PPC: Remove the tasklet used by the hrtimer
Mihai Caraman
2014-09-22
1
-7
/
+1
*
KVM: PPC: Move ONE_REG AltiVec support to powerpc
Mihai Caraman
2014-09-22
1
-0
/
+42
*
KVM: PPC: Make ONE_REG powerpc generic
Mihai Caraman
2014-09-22
1
-0
/
+55
*
KVM: remove garbage arg to *hardware_{en,dis}able
Radim Krčmář
2014-08-29
1
-1
/
+1
*
KVM: static inline empty kvm_arch functions
Radim Krčmář
2014-08-29
1
-29
/
+0
*
KVM: add kvm_arch_sched_in
Radim Krčmář
2014-08-21
1
-0
/
+4
*
KVM: PPC: drop duplicate tracepoint
Paolo Bonzini
2014-08-05
1
-0
/
+2
*
KVM: PPC: Remove DCR handling
Alexander Graf
2014-07-28
1
-10
/
+0
*
KVM: PPC: Separate loadstore emulation from priv emulation
Alexander Graf
2014-07-28
1
-1
/
+1
*
KVM: PPC: Handle magic page in kvmppc_ld/st
Alexander Graf
2014-07-28
1
-0
/
+22
*
KVM: PPC: Use kvm_read_guest in kvmppc_ld
Alexander Graf
2014-07-28
1
-25
/
+2
*
KVM: PPC: Remove kvmppc_bad_hva()
Alexander Graf
2014-07-28
1
-6
/
+1
*
KVM: PPC: Move kvmppc_ld/st to common code
Alexander Graf
2014-07-28
1
-0
/
+81
*
KVM: PPC: Book3S: Provide different CAPs based on HV or PR mode
Alexander Graf
2014-07-28
1
-3
/
+9
*
KVM: Rename and add argument to check_extension
Alexander Graf
2014-07-28
1
-1
/
+1
*
KVM: PPC: Remove 440 support
Alexander Graf
2014-07-28
1
-1
/
+0
*
KVM: PPC: Allow kvmppc_get_last_inst() to fail
Mihai Caraman
2014-07-28
1
-2
/
+9
*
KVM: PPC: Book3S: Make magic page properly 4k mappable
Alexander Graf
2014-07-28
1
-0
/
+19
*
KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
Paul Mackerras
2014-07-28
1
-0
/
+2
*
KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
Paul Mackerras
2014-07-28
1
-0
/
+45
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-06-10
1
-1
/
+1
|
\
|
*
powerpc/kvm/book3s_hv: Use threads_per_subcore in KVM
Michael Ellerman
2014-05-28
1
-1
/
+1
*
|
KVM: PPC: Add CAP to indicate hcall fixes
Alexander Graf
2014-05-30
1
-0
/
+1
*
|
KVM: PPC: Disable NX for old magic page using guests
Alexander Graf
2014-05-30
1
-2
/
+12
*
|
KVM: PPC: Make shared struct aka magic page guest endian
Alexander Graf
2014-05-30
1
-1
/
+32
*
|
KVM: PPC: PR: Fill pvinfo hcall instructions in big endian
Alexander Graf
2014-05-30
1
-8
/
+8
|
/
[next]