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
2018-06-14
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
29
-1173
/
+2224
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2018-06-13
KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulation
Simon Guo
1
-3
/
+3
2018-06-13
KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT mode
Paul Mackerras
1
-6
/
+2
2018-06-13
KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bit
Paul Mackerras
1
-0
/
+4
2018-06-13
KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulation
Paul Mackerras
1
-9
/
+11
2018-06-13
KVM: PPC: Book3S PR: Fix MSR setting when delivering interrupts
Paul Mackerras
2
-33
/
+22
2018-06-13
KVM: PPC: Book3S PR: Handle additional interrupt types
Cameron Kaiser
1
-0
/
+3
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+2
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-5
/
+38
2018-06-01
kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-2
/
+1
2018-06-01
kvm: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-06-01
KVM: PPC: Book3S PR: Enable kvmppc_get/set_one_reg_pr() for HTM registers
Simon Guo
1
-0
/
+133
2018-06-01
KVM: PPC: Book3S: Remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGS
Simon Guo
1
-6
/
+0
2018-06-01
KVM: PPC: Remove load/put vcpu for KVM_GET/SET_ONE_REG ioctl
Simon Guo
1
-2
/
+0
2018-06-01
KVM: PPC: Move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctl
Simon Guo
1
-3
/
+6
2018-06-01
KVM: PPC: Book3S PR: Enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl
Simon Guo
1
-3
/
+2
2018-06-01
KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM
Simon Guo
3
-7
/
+36
2018-06-01
KVM: PPC: Book3S PR: Add guard code to prevent returning to guest with PR=0 a...
Simon Guo
3
-2
/
+19
2018-06-01
KVM: PPC: Book3S PR: Add emulation for tabort. in privileged state
Simon Guo
1
-0
/
+68
2018-06-01
KVM: PPC: Book3S PR: Add emulation for trechkpt.
Simon Guo
2
-1
/
+62
2018-06-01
KVM: PPC: Book3S PR: Add emulation for treclaim.
Simon Guo
1
-0
/
+76
2018-06-01
KVM: PPC: Book3S PR: Restore NV regs after emulating mfspr from TM SPRs
Simon Guo
1
-2
/
+13
2018-06-01
KVM: PPC: Book3S PR: Always fail transactions in guest privileged state
Simon Guo
2
-1
/
+50
2018-06-01
KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRs
Simon Guo
2
-11
/
+49
2018-06-01
KVM: PPC: Book3S PR: Add math support for PR KVM HTM
Simon Guo
1
-0
/
+35
2018-06-01
KVM: PPC: Book3S PR: Add transaction memory save/restore skeleton
Simon Guo
1
-0
/
+27
2018-06-01
KVM: PPC: Book3S PR: Add kvmppc_save/restore_tm_sprs() APIs
Simon Guo
1
-0
/
+22
2018-06-01
KVM: PPC: Book3S PR: Add new kvmppc_copyto/from_vcpu_tm APIs
Simon Guo
1
-0
/
+41
2018-06-01
KVM: PPC: Book3S PR: Avoid changing TS bits when exiting guest
Simon Guo
1
-0
/
+13
2018-06-01
KVM: PPC: Book3S PR: Implement RFID TM behavior to suppress change from S0 to N0
Simon Guo
1
-2
/
+19
2018-06-01
KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
Simon Guo
1
-23
/
+50
2018-06-01
KVM: PPC: Book3S PR: Pass through MSR TM and TS bits to shadow_msr
Simon Guo
1
-0
/
+5
2018-06-01
KVM: PPC: Book3S PR: Transition to Suspended state when injecting interrupt
Simon Guo
1
-1
/
+10
2018-06-01
KVM: PPC: Book3S PR: Add C function wrapper for _kvmppc_save/restore_tm()
Simon Guo
2
-5
/
+95
2018-06-01
KVM: PPC: Book3S PR: Turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
Simon Guo
1
-0
/
+2
2018-06-01
KVM: PPC: Book3S PR: Add guest MSR parameter for kvmppc_save_tm()/kvmppc_rest...
Simon Guo
2
-47
/
+57
2018-05-31
KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
Simon Guo
3
-231
/
+282
2018-05-31
KVM: PPC: Book3S HV: Factor fake-suspend handling out of kvmppc_save/restore_tm
Paul Mackerras
1
-69
/
+126
2018-05-31
KVM: PPC: Book3S PR: Allow KVM_PPC_CONFIGURE_V3_MMU to succeed
Paul Mackerras
1
-0
/
+12
2018-05-22
KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...
Simon Guo
2
-88
/
+295
2018-05-22
KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element types
Simon Guo
2
-12
/
+12
2018-05-22
KVM: PPC: Reimplement LOAD_VSX/STORE_VSX instruction mmio emulation with anal...
Simon Guo
1
-136
/
+91
2018-05-22
KVM: PPC: Reimplement LOAD_FP/STORE_FP instruction mmio emulation with analys...
Simon Guo
1
-157
/
+44
2018-05-22
KVM: PPC: Add giveup_ext() hook to PPC KVM ops
Simon Guo
2
-0
/
+10
2018-05-22
KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...
Simon Guo
3
-235
/
+48
2018-05-22
KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
Simon Guo
1
-0
/
+23
2018-05-18
KVM: PPC: Book3S PR: Enable use on POWER9 inside HPT-mode guests
Paul Mackerras
1
-2
/
+9
[next]