index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3S PR: Add guard code to prevent returning to guest with PR=0 a...
Simon Guo
2018-06-01
3
-2
/
+19
*
KVM: PPC: Book3S PR: Add emulation for tabort. in privileged state
Simon Guo
2018-06-01
1
-0
/
+68
*
KVM: PPC: Book3S PR: Add emulation for trechkpt.
Simon Guo
2018-06-01
3
-1
/
+64
*
KVM: PPC: Book3S PR: Add emulation for treclaim.
Simon Guo
2018-06-01
1
-0
/
+76
*
KVM: PPC: Book3S PR: Restore NV regs after emulating mfspr from TM SPRs
Simon Guo
2018-06-01
1
-2
/
+13
*
KVM: PPC: Book3S PR: Always fail transactions in guest privileged state
Simon Guo
2018-06-01
3
-1
/
+52
*
KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRs
Simon Guo
2018-06-01
3
-11
/
+50
*
KVM: PPC: Book3S PR: Add math support for PR KVM HTM
Simon Guo
2018-06-01
1
-0
/
+35
*
KVM: PPC: Book3S PR: Add transaction memory save/restore skeleton
Simon Guo
2018-06-01
3
-1
/
+36
*
KVM: PPC: Book3S PR: Add kvmppc_save/restore_tm_sprs() APIs
Simon Guo
2018-06-01
1
-0
/
+22
*
KVM: PPC: Book3S PR: Add new kvmppc_copyto/from_vcpu_tm APIs
Simon Guo
2018-06-01
1
-0
/
+41
*
KVM: PPC: Book3S PR: Avoid changing TS bits when exiting guest
Simon Guo
2018-06-01
1
-0
/
+13
*
KVM: PPC: Book3S PR: Implement RFID TM behavior to suppress change from S0 to N0
Simon Guo
2018-06-01
1
-2
/
+19
*
KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
Simon Guo
2018-06-01
1
-23
/
+50
*
KVM: PPC: Book3S PR: Pass through MSR TM and TS bits to shadow_msr
Simon Guo
2018-06-01
1
-0
/
+5
*
KVM: PPC: Book3S PR: Transition to Suspended state when injecting interrupt
Simon Guo
2018-06-01
1
-1
/
+10
*
KVM: PPC: Book3S PR: Add C function wrapper for _kvmppc_save/restore_tm()
Simon Guo
2018-06-01
3
-5
/
+101
*
KVM: PPC: Book3S PR: Turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
Simon Guo
2018-06-01
1
-0
/
+2
*
KVM: PPC: Book3S PR: Add guest MSR parameter for kvmppc_save_tm()/kvmppc_rest...
Simon Guo
2018-06-01
2
-47
/
+57
*
KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
Simon Guo
2018-05-31
3
-231
/
+282
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2018-05-31
7
-10
/
+44
|
\
|
*
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs
Simon Guo
2018-05-24
4
-2
/
+16
|
*
powerpc/reg: Add TEXASR related macros
Simon Guo
2018-05-24
2
-8
/
+27
|
*
powerpc: Export msr_check_and_set() to modules
Simon Guo
2018-05-24
1
-0
/
+1
*
|
KVM: PPC: Book3S HV: Factor fake-suspend handling out of kvmppc_save/restore_tm
Paul Mackerras
2018-05-31
1
-69
/
+126
*
|
KVM: PPC: Book3S PR: Allow KVM_PPC_CONFIGURE_V3_MMU to succeed
Paul Mackerras
2018-05-31
1
-0
/
+12
*
|
KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...
Simon Guo
2018-05-22
4
-92
/
+302
*
|
KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element types
Simon Guo
2018-05-22
3
-14
/
+19
*
|
KVM: PPC: Reimplement LOAD_VSX/STORE_VSX instruction mmio emulation with anal...
Simon Guo
2018-05-22
1
-136
/
+91
*
|
KVM: PPC: Reimplement LOAD_FP/STORE_FP instruction mmio emulation with analys...
Simon Guo
2018-05-22
1
-157
/
+44
*
|
KVM: PPC: Add giveup_ext() hook to PPC KVM ops
Simon Guo
2018-05-22
3
-0
/
+11
*
|
KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...
Simon Guo
2018-05-22
4
-238
/
+51
*
|
KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
Simon Guo
2018-05-22
2
-0
/
+24
*
|
KVM: PPC: Book3S PR: Enable use on POWER9 inside HPT-mode guests
Paul Mackerras
2018-05-18
1
-2
/
+9
*
|
KVM: PPC: Book3S HV: Send kvmppc_bad_interrupt NMIs to Linux handlers
Nicholas Piggin
2018-05-18
1
-1
/
+14
*
|
KVM: PPC: Book3S HV: Fix kvmppc_bad_host_intr for real mode interrupts
Nicholas Piggin
2018-05-18
1
-0
/
+2
*
|
KVM: PPC: Book3S HV: radix: Do not clear partition PTE when RC or write bits ...
Nicholas Piggin
2018-05-18
1
-21
/
+47
*
|
KVM: PPC: Book3S HV: radix: Refine IO region partition scope attributes
Nicholas Piggin
2018-05-18
1
-3
/
+7
*
|
KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with r...
Nicholas Piggin
2018-05-18
2
-7
/
+32
*
|
KVM: PPC: Book3S HV: Make radix use the Linux translation flush functions for...
Nicholas Piggin
2018-05-18
1
-28
/
+8
*
|
KVM: PPC: Book3S HV: Recursively unmap all page table entries when unmapping
Nicholas Piggin
2018-05-18
1
-54
/
+138
*
|
KVM: PPC: Book3S HV: Use a helper to unmap ptes in the radix fault path
Nicholas Piggin
2018-05-18
1
-23
/
+23
*
|
KVM: PPC: Book3S HV: Lockless tlbie for HPT hcalls
Nicholas Piggin
2018-05-18
3
-22
/
+3
*
|
KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issue
Simon Guo
2018-05-18
2
-1
/
+2
*
|
KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
Simon Guo
2018-05-18
14
-80
/
+79
*
|
KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
Simon Guo
2018-05-18
12
-54
/
+55
*
|
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2018-05-18
4
-7
/
+247
|
\
|
|
*
powerpc/kvm: Prefer fault_in_pages_readable function
Mathieu Malaterre
2018-05-17
1
-2
/
+2
|
*
powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
Nicholas Piggin
2018-05-17
2
-0
/
+214
|
*
powerpc/kvm: Switch kvm pmd allocator to custom allocator
Aneesh Kumar K.V
2018-05-15
1
-5
/
+31
[next]