index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
KVM: PPC: Implement kvmppc_xlate for all targets
Alexander Graf
2014-07-28
2
-4
/
+59
|
|
*
KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
Aneesh Kumar K.V
2014-07-28
1
-6
/
+0
|
|
*
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
|
|
*
Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8
Stewart Smith
2014-07-28
1
-1
/
+56
|
|
*
Split out struct kvmppc_vcore creation to separate function
Stewart Smith
2014-07-28
1
-10
/
+21
|
|
*
KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indication
Paul Mackerras
2014-07-28
1
-13
/
+12
|
|
*
KVM: PPC: Book3S PR: Take SRCU read lock around RTAS kvm_read_guest() call
Paul Mackerras
2014-07-28
1
-2
/
+7
|
|
*
KVM: PPC: Book3S: Fix LPCR one_reg interface
Alexey Kardashevskiy
2014-07-28
2
-2
/
+13
|
|
*
KVM: PPC: Remove 440 support
Alexander Graf
2014-07-28
10
-1086
/
+1
|
|
*
KVM: PPC: Booke-hv: Add one reg interface for SPRG9
Bharat Bhushan
2014-07-28
1
-2
/
+20
|
|
*
kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exit
Bharat Bhushan
2014-07-28
1
-0
/
+4
|
|
*
KVM: PPC: Bookehv: Get vcpu's last instruction for emulation
Mihai Caraman
2014-07-28
3
-28
/
+145
|
|
*
KVM: PPC: Allow kvmppc_get_last_inst() to fail
Mihai Caraman
2014-07-28
8
-46
/
+109
|
|
*
KVM: PPC: Book3s: Remove kvmppc_read_inst() function
Mihai Caraman
2014-07-28
1
-51
/
+34
|
|
*
KVM: PPC: e500mc: Revert "add load inst fixup"
Mihai Caraman
2014-07-28
1
-25
/
+1
|
|
*
kvm: ppc: Add SPRN_EPR get helper function
Bharat Bhushan
2014-07-28
1
-10
/
+1
|
|
*
kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7
Bharat Bhushan
2014-07-28
2
-20
/
+20
|
|
*
kvm: ppc: booke: Add shared struct helpers of SPRN_ESR
Bharat Bhushan
2014-07-28
1
-21
/
+3
|
|
*
kvm: ppc: booke: Use the shared struct helpers of SPRN_DEAR
Bharat Bhushan
2014-07-28
1
-21
/
+3
|
|
*
kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1
Bharat Bhushan
2014-07-28
1
-11
/
+6
|
|
*
KVM: PPC: Book3S: Make magic page properly 4k mappable
Alexander Graf
2014-07-28
5
-19
/
+37
|
|
*
KVM: PPC: Book3S: Add hack for split real mode
Alexander Graf
2014-07-28
2
-0
/
+67
|
|
*
KVM: PPC: Book3S: Stop PTE lookup on write errors
Alexander Graf
2014-07-28
1
-1
/
+1
|
|
*
KVM: PPC: Deflect page write faults properly in kvmppc_st
Alexander Graf
2014-07-28
1
-2
/
+4
|
|
*
KVM: PPC: e500: Emulate power management control SPR
Mihai Caraman
2014-07-28
1
-0
/
+12
|
|
*
KVM: PPC: Book3S HV: Enable for little endian hosts
Alexander Graf
2014-07-28
1
-1
/
+0
|
|
*
KVM: PPC: Book3S HV: Fix ABIv2 on LE
Alexander Graf
2014-07-28
1
-8
/
+8
|
|
*
KVM: PPC: Book3S HV: Access XICS in BE
Alexander Graf
2014-07-28
1
-4
/
+14
|
|
*
KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE
Alexander Graf
2014-07-28
1
-10
/
+10
|
|
*
KVM: PPC: Book3S HV: Access guest VPA in BE
Alexander Graf
2014-07-28
2
-14
/
+14
|
|
*
KVM: PPC: Book3S HV: Make HTAB code LE host aware
Alexander Graf
2014-07-28
2
-124
/
+150
|
|
*
KVM: PPC: e500: Fix default tlb for victim hint
Mihai Caraman
2014-07-28
1
-0
/
+4
|
|
*
KVM: PPC: Book3S HV: Add H_SET_MODE hcall handling
Michael Neuling
2014-07-28
1
-1
/
+51
|
|
*
KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
Paul Mackerras
2014-07-28
7
-4
/
+80
|
|
*
KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
Paul Mackerras
2014-07-28
5
-0
/
+149
|
|
*
KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
Mihai Caraman
2014-07-28
1
-3
/
+3
|
|
*
KVM: PPC: Book3S PR: Fix sparse endian checks
Alexander Graf
2014-07-28
1
-10
/
+11
|
|
*
KVM: PPC: Book3S PR: Fix ABIv2 on LE
Alexander Graf
2014-07-28
2
-0
/
+8
|
|
*
KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()
Anton Blanchard
2014-07-28
2
-2
/
+2
|
|
*
KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
Anton Blanchard
2014-07-28
1
-2
/
+2
|
|
*
KVM: PPC: Book3S PR: Handle hyp doorbell exits
Alexander Graf
2014-07-28
1
-0
/
+1
|
|
*
KVM: PPC: Book3s PR: Disable AIL mode with OPAL
Alexander Graf
2014-07-28
1
-0
/
+12
|
|
*
KVM: PPC: BOOK3S: PR: Emulate instruction counter
Aneesh Kumar K.V
2014-07-28
4
-6
/
+13
|
|
*
KVM: PPC: BOOK3S: PR: Emulate virtual timebase register
Aneesh Kumar K.V
2014-07-28
4
-7
/
+11
|
|
*
KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation
Aneesh Kumar K.V
2014-07-06
2
-8
/
+19
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-08-07
1
-0
/
+6
|
\
\
\
|
*
|
|
powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
Mahesh Salgaonkar
2014-08-05
1
-0
/
+6
*
|
|
|
mm, CMA: change cma_declare_contiguous() to obey coding convention
Joonsoo Kim
2014-08-06
1
-2
/
+2
*
|
|
|
PPC, KVM, CMA: use general CMA reserved area management framework
Joonsoo Kim
2014-08-06
5
-277
/
+14
|
|
/
/
|
/
|
|
[prev]
[next]