index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
kvm_book3s.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-31
KVM: PPC: PR: Handle FSCR feature deselects
Alexander Graf
1
-0
/
+1
2014-07-28
KVM: PPC: Handle magic page in kvmppc_ld/st
Alexander Graf
1
-0
/
+7
2014-07-28
KVM: PPC: Move kvmppc_ld/st to common code
Alexander Graf
1
-1
/
+1
2014-07-28
KVM: PPC: Allow kvmppc_get_last_inst() to fail
Mihai Caraman
1
-26
/
+0
2014-07-28
KVM: PPC: Book3S: Make magic page properly 4k mappable
Alexander Graf
1
-1
/
+1
2014-07-28
KVM: PPC: Book3S: Add hack for split real mode
Alexander Graf
1
-0
/
+3
2014-07-28
KVM: PPC: Book3S HV: Make HTAB code LE host aware
Alexander Graf
1
-2
/
+2
2014-07-28
KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
Paul Mackerras
1
-0
/
+3
2014-07-28
KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
Paul Mackerras
1
-0
/
+1
2014-07-06
KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation
Aneesh Kumar K.V
1
-2
/
+0
2014-05-30
KVM: PPC: Make shared struct aka magic page guest endian
Alexander Graf
1
-1
/
+2
2014-03-26
KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd write
Greg Kurz
1
-0
/
+5
2014-01-29
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue
Paolo Bonzini
1
-14
/
+13
2014-01-27
KVM: PPC: Book3S: MMIO emulation support for little endian guests
Cédric Le Goater
1
-1
/
+7
2014-01-09
KVM: PPC: Unify kvmppc_get_last_inst and sc
Alexander Graf
1
-11
/
+7
2014-01-09
KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
Paul Mackerras
1
-3
/
+0
2013-12-09
KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu
Alexander Graf
1
-0
/
+4
2013-10-17
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
Aneesh Kumar K.V
1
-53
/
+0
2013-10-17
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
1
-1
/
+0
2013-10-17
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
1
-2
/
+0
2013-10-17
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
1
-2
/
+2
2013-10-17
KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
Paul Mackerras
1
-0
/
+1
2013-10-17
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
1
-2
/
+5
2013-10-17
KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
Paul Mackerras
1
-3
/
+1
2013-10-17
KVM: PPC: Book3S PR: Use 64k host pages where possible
Paul Mackerras
1
-2
/
+4
2013-10-17
KVM: PPC: Book3S PR: Allow guest to use 64k pages
Paul Mackerras
1
-0
/
+6
2013-10-17
KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
Paul Mackerras
1
-185
/
+35
2013-10-17
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
Paul Mackerras
1
-0
/
+2
2013-08-28
KVM: PPC: Book3S PR: Make instruction fetch fallback work for system calls
Paul Mackerras
1
-0
/
+38
2013-06-30
KVM: PPC: Book3S PR: Allow guest to use 1TB segments
Paul Mackerras
1
-2
/
+4
2013-04-26
KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
Benjamin Herrenschmidt
1
-0
/
+2
2013-04-26
KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map
Paul Mackerras
1
-1
/
+2
2013-04-17
Added ONE_REG interface for debug instruction
Bharat Bhushan
1
-0
/
+2
2012-12-06
KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
Paul Mackerras
1
-0
/
+2
2012-12-06
KVM: PPC: Book3S HV: Make a HPTE removal function available
Paul Mackerras
1
-0
/
+3
2012-12-06
KVM: PPC: Book3S HV: Restructure HPT entry creation code
Paul Mackerras
1
-2
/
+3
2012-10-29
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
1
-1
/
+1
2012-10-05
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
Paul Mackerras
1
-1
/
+1
2012-09-17
powerpc/mm: Convert virtual address to vpn
Aneesh Kumar K.V
1
-1
/
+1
2012-05-24
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2012-05-16
powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM
Benjamin Herrenschmidt
1
-3
/
+4
2012-04-08
KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
Scott Wood
1
-0
/
+3
2012-03-05
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
1
-0
/
+2
2012-03-05
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
Paul Mackerras
1
-0
/
+2
2012-03-05
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
Paul Mackerras
1
-0
/
+2
2012-03-05
KVM: PPC: Implement MMU notifiers for Book3S HV guests
Paul Mackerras
1
-0
/
+4
2012-03-05
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
Paul Mackerras
1
-0
/
+5
2012-03-05
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
Paul Mackerras
1
-0
/
+4
2012-03-05
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
Paul Mackerras
1
-0
/
+3
2012-03-05
KVM: PPC: Use get/set for to_svcpu to help preemption
Alexander Graf
1
-17
/
+59
[prev]
[next]