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
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-03
powerpc/kvm/cma: Fix panic introduces by signed shift operation
Laurent Dufour
1
-2
/
+2
2014-08-19
PC, KVM, CMA: Fix regression caused by wrong get_order() use
Alexey Kardashevskiy
1
-3
/
+3
2014-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
37
-1857
/
+1604
2014-08-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+6
2014-08-06
mm, CMA: change cma_declare_contiguous() to obey coding convention
Joonsoo Kim
1
-2
/
+2
2014-08-06
PPC, KVM, CMA: use general CMA reserved area management framework
Joonsoo Kim
5
-277
/
+14
2014-08-05
KVM: PPC: Enable IRQFD support for the XICS interrupt controller
Paul Mackerras
4
-9
/
+55
2014-08-05
KVM: Give IRQFD its own separate enabling Kconfig option
Paul Mackerras
1
-0
/
+1
2014-08-05
KVM: irqchip: Provide and use accessors for irq routing table
Paul Mackerras
1
-3
/
+1
2014-08-05
KVM: PPC: drop duplicate tracepoint
Paolo Bonzini
2
-20
/
+2
2014-08-05
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
Paolo Bonzini
34
-1845
/
+1565
2014-08-05
powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
Mahesh Salgaonkar
1
-0
/
+6
2014-07-31
KVM: PPC: PR: Handle FSCR feature deselects
Alexander Graf
2
-3
/
+12
2014-07-30
KVM: PPC: HV: Remove generic instruction emulation
Alexander Graf
2
-1
/
+21
2014-07-28
KVM: PPC: Remove DCR handling
Alexander Graf
4
-19
/
+0
2014-07-28
KVM: PPC: Expose helper functions for data/inst faults
Alexander Graf
2
-6
/
+27
2014-07-28
KVM: PPC: Separate loadstore emulation from priv emulation
Alexander Graf
4
-193
/
+277
2014-07-28
KVM: PPC: Handle magic page in kvmppc_ld/st
Alexander Graf
1
-0
/
+22
2014-07-28
KVM: PPC: Use kvm_read_guest in kvmppc_ld
Alexander Graf
1
-25
/
+2
2014-07-28
KVM: PPC: Remove kvmppc_bad_hva()
Alexander Graf
1
-6
/
+1
2014-07-28
KVM: PPC: Move kvmppc_ld/st to common code
Alexander Graf
2
-81
/
+81
2014-07-28
KVM: PPC: Implement kvmppc_xlate for all targets
Alexander Graf
2
-4
/
+59
2014-07-28
KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
Aneesh Kumar K.V
1
-6
/
+0
2014-07-28
KVM: PPC: Book3S: Provide different CAPs based on HV or PR mode
Alexander Graf
1
-3
/
+9
2014-07-28
KVM: Rename and add argument to check_extension
Alexander Graf
1
-1
/
+1
2014-07-28
Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8
Stewart Smith
1
-1
/
+56
2014-07-28
Split out struct kvmppc_vcore creation to separate function
Stewart Smith
1
-10
/
+21
2014-07-28
KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indication
Paul Mackerras
1
-13
/
+12
2014-07-28
KVM: PPC: Book3S PR: Take SRCU read lock around RTAS kvm_read_guest() call
Paul Mackerras
1
-2
/
+7
2014-07-28
KVM: PPC: Book3S: Fix LPCR one_reg interface
Alexey Kardashevskiy
2
-2
/
+13
2014-07-28
KVM: PPC: Remove 440 support
Alexander Graf
10
-1086
/
+1
2014-07-28
KVM: PPC: Booke-hv: Add one reg interface for SPRG9
Bharat Bhushan
1
-2
/
+20
2014-07-28
kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exit
Bharat Bhushan
1
-0
/
+4
2014-07-28
KVM: PPC: Bookehv: Get vcpu's last instruction for emulation
Mihai Caraman
3
-28
/
+145
2014-07-28
KVM: PPC: Allow kvmppc_get_last_inst() to fail
Mihai Caraman
8
-46
/
+109
2014-07-28
KVM: PPC: Book3s: Remove kvmppc_read_inst() function
Mihai Caraman
1
-51
/
+34
2014-07-28
KVM: PPC: e500mc: Revert "add load inst fixup"
Mihai Caraman
1
-25
/
+1
2014-07-28
kvm: ppc: Add SPRN_EPR get helper function
Bharat Bhushan
1
-10
/
+1
2014-07-28
kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7
Bharat Bhushan
2
-20
/
+20
2014-07-28
kvm: ppc: booke: Add shared struct helpers of SPRN_ESR
Bharat Bhushan
1
-21
/
+3
2014-07-28
kvm: ppc: booke: Use the shared struct helpers of SPRN_DEAR
Bharat Bhushan
1
-21
/
+3
2014-07-28
kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1
Bharat Bhushan
1
-11
/
+6
2014-07-28
KVM: PPC: Book3S: Make magic page properly 4k mappable
Alexander Graf
5
-19
/
+37
2014-07-28
KVM: PPC: Book3S: Add hack for split real mode
Alexander Graf
2
-0
/
+67
2014-07-28
KVM: PPC: Book3S: Stop PTE lookup on write errors
Alexander Graf
1
-1
/
+1
2014-07-28
KVM: PPC: Deflect page write faults properly in kvmppc_st
Alexander Graf
1
-2
/
+4
2014-07-28
KVM: PPC: e500: Emulate power management control SPR
Mihai Caraman
1
-0
/
+12
2014-07-28
KVM: PPC: Book3S HV: Enable for little endian hosts
Alexander Graf
1
-1
/
+0
2014-07-28
KVM: PPC: Book3S HV: Fix ABIv2 on LE
Alexander Graf
1
-8
/
+8
2014-07-28
KVM: PPC: Book3S HV: Access XICS in BE
Alexander Graf
1
-4
/
+14
[next]