index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-25
KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
Paul Mackerras
1
-4
/
+15
2011-09-25
KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
Paul Mackerras
1
-8
/
+0
2011-09-25
KVM: PPC: Add sanity checking to vcpu_run
Alexander Graf
1
-0
/
+2
2011-09-25
KVM: PPC: Add papr_enabled flag
Alexander Graf
1
-0
/
+1
2011-07-12
KVM: PPC: book3s_hv: Add support for PPC970-family processors
Paul Mackerras
1
-1
/
+1
2011-07-12
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
Paul Mackerras
1
-1
/
+14
2011-07-12
KVM: PPC: Allow book3s_hv guests to use SMT processor modes
Paul Mackerras
1
-1
/
+45
2011-07-12
KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
David Gibson
1
-0
/
+9
2011-07-12
KVM: PPC: Handle some PAPR hcalls in the kernel
Paul Mackerras
1
-0
/
+11
2011-07-12
KVM: PPC: Add support for Book3S processors in hypervisor mode
Paul Mackerras
1
-5
/
+48
2011-07-12
KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
Paul Mackerras
1
-19
/
+15
2011-07-12
KVM: PPC: e500: Add shadow PID support
Liu Yu
1
-0
/
+1
2011-07-12
KVM: PPC: e500: Save/restore SPE state
Scott Wood
1
-0
/
+6
2011-07-12
KVM: PPC: booke: use shadow_msr
Scott Wood
1
-1
/
+1
2011-05-22
KVM: PPC: booke: add sregs support
Scott Wood
1
-0
/
+3
2011-05-22
KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
Scott Wood
1
-0
/
+1
2011-05-11
KVM: PPC: Fix issue clearing exit timing counters
Bharat Bhushan
1
-0
/
+1
2010-10-24
KVM: PPC: Add book3s_32 tlbie flush acceleration
Alexander Graf
1
-0
/
+4
2010-10-24
KVM: PPC: RCU'ify the Book3s MMU
Alexander Graf
1
-0
/
+2
2010-10-24
KVM: PPC: First magic page steps
Alexander Graf
1
-0
/
+2
2010-10-24
KVM: PPC: Make PAM a define
Alexander Graf
1
-0
/
+3
2010-10-24
KVM: PPC: Convert SPRG[0-4] to shared page
Alexander Graf
1
-4
/
+0
2010-10-24
KVM: PPC: Convert SRR0 and SRR1 to shared page
Alexander Graf
1
-2
/
+0
2010-10-24
KVM: PPC: Convert DAR to shared page.
Alexander Graf
1
-1
/
+0
2010-10-24
KVM: PPC: Convert MSR to shared page
Alexander Graf
1
-1
/
+0
2010-10-24
KVM: PPC: Introduce shared page
Alexander Graf
1
-0
/
+2
2010-08-01
KVM: Remove unnecessary divide operations
Joerg Roedel
1
-0
/
+1
2010-08-01
KVM: PPC: Make use of hash based Shadow MMU
Alexander Graf
1
-3
/
+14
2010-05-17
KVM: PPC: Convert u64 -> ulong
Alexander Graf
1
-3
/
+3
2010-05-17
KVM: PPC: Use now shadowed vcpu fields
Alexander Graf
1
-5
/
+3
2010-05-17
KVM: PPC: Use CONFIG_PPC_BOOK3S define
Alexander Graf
1
-4
/
+4
2010-05-17
KVM: PPC: Make bools bitfields
Alexander Graf
1
-3
/
+3
2010-05-17
KVM: PPC: Add OSI hypercall interface
Alexander Graf
1
-0
/
+2
2010-05-17
KVM: PPC: Make DSISR 32 bits wide
Alexander Graf
1
-1
/
+1
2010-04-25
KVM: PPC: Teach MMIO Signedness
Alexander Graf
1
-0
/
+1
2010-04-25
KVM: PPC: Make fpscr 64-bit
Alexander Graf
1
-1
/
+1
2010-04-25
KVM: PPC: Add QPR registers
Alexander Graf
1
-0
/
+5
2010-03-01
KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guest
Liu Yu
1
-0
/
+2
2010-03-01
KVM: PPC: Keep SRR1 flags around in shadow_msr
Alexander Graf
1
-0
/
+1
2010-03-01
KVM: PPC: Add support for FPU/Altivec/VSX
Alexander Graf
1
-1
/
+13
2010-03-01
KVM: PPC: Call SLB patching code in interrupt safe manner
Alexander Graf
1
-0
/
+1
2010-03-01
KVM: PPC: Use PACA backed shadow vcpu
Alexander Graf
1
-1
/
+4
2009-11-05
Use hrtimers for the decrementer
Alexander Graf
1
-2
/
+4
2009-11-05
Add Book3s fields to vcpu structs
Alexander Graf
1
-1
/
+72
2009-09-10
KVM: Prepare memslot data structures for multiple hugepage sizes
Joerg Roedel
1
-1
/
+2
2009-09-10
KVM: ppc: e500: Directly pass pvr to guest
Liu Yu
1
-1
/
+0
2009-08-05
KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpc
Stephen Rothwell
1
-1
/
+1
2009-03-24
KVM: ppc: remove debug support broken by KVM debug rewrite
Hollis Blanchard
1
-5
/
+0
2009-03-24
KVM: ppc: Add extra E500 exceptions
Hollis Blanchard
1
-1
/
+1
2009-03-24
KVM: ppc: Add dbsr in kvm_vcpu_arch
Hollis Blanchard
1
-0
/
+1
[next]