index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_hv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-11
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-0
/
+37
2016-07-01
KVM: remove kvm_guest_enter/exit wrappers
Paolo Bonzini
1
-2
/
+2
2016-06-20
KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interrupt
Mahesh Salgaonkar
1
-0
/
+37
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+6
2016-05-11
KVM: PPC: Book3S HV: Fix build error in book3s_hv.c
Gavin Shan
1
-0
/
+1
2016-05-01
powerpc/mm/hash: Add support for Power9 Hash
Aneesh Kumar K.V
1
-0
/
+6
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+191
2016-02-29
KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection
Suresh E. Warrier
1
-0
/
+11
2016-02-29
KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
Suresh Warrier
1
-0
/
+2
2016-02-29
KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUs
Suresh Warrier
1
-0
/
+39
2016-02-29
KVM: PPC: Book3S HV: Manage core host state
Suresh Warrier
1
-0
/
+44
2016-02-29
KVM: PPC: Book3S HV: Host-side RM data structures
Suresh Warrier
1
-0
/
+70
2016-02-25
KVM: Use simple waitqueue for vcpu->wq
Marcelo Tosatti
1
-12
/
+11
2016-02-16
KVM: PPC: Add support for multiple-TCE hcalls
Alexey Kardashevskiy
1
-1
/
+25
2016-01-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+18
2016-01-26
Merge tag 'kvm-s390-master-4.5-1' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
1
-0
/
+6
2016-01-15
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-3
/
+2
2016-01-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+2
2015-12-10
KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR
Paul Mackerras
1
-0
/
+6
2015-12-09
KVM: PPC: Book3S HV: Handle unexpected traps in guest entry/exit code better
Paul Mackerras
1
-0
/
+18
2015-12-02
powerpc: create flush_all_to_thread()
Anton Blanchard
1
-3
/
+2
2015-11-30
KVM: Use common function for VCPU lookup by id
David Hildenbrand
1
-8
/
+2
2015-11-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2015-11-06
KVM: PPC: Book3S HV: Don't dynamically split core when already split
Paul Mackerras
1
-1
/
+1
2015-10-21
powerpc: Revert "Use the POWER8 Micro Partition Prefetch Engine in KVM HV on ...
Paul Mackerras
1
-54
/
+1
2015-09-21
KVM: PPC: Book3S HV: Fix handling of interrupted VCPUs
Paul Mackerras
1
-1
/
+5
2015-09-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-82
/
+582
2015-09-03
KVM: PPC: Book3S HV: Fix race in starting secondary threads
Gautham R. Shenoy
1
-1
/
+9
2015-08-22
KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation
Paul Mackerras
1
-2
/
+7
2015-08-22
KVM: PPC: Book3S HV: Fix preempted vcore list locking
Paul Mackerras
1
-1
/
+2
2015-08-22
KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
Paul Mackerras
1
-46
/
+321
2015-08-22
KVM: PPC: Book3S HV: Make use of unused threads when running guests
Paul Mackerras
1
-61
/
+272
2015-08-22
KVM: PPC: Fix warnings from sparse
Thomas Huth
1
-4
/
+4
2015-08-03
sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()
Konstantin Khlebnikov
1
-1
/
+1
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
1
-1
/
+2
2015-05-26
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
1
-2
/
+2
2015-05-26
KVM: use kvm_memslots whenever possible
Paolo Bonzini
1
-2
/
+6
2015-05-10
KVM: PPC: Book3S HV: Fix list traversal in error case
Paul Mackerras
1
-2
/
+3
2015-04-21
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Paul Mackerras
1
-17
/
+34
2015-04-21
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
Paul Mackerras
1
-3
/
+2
2015-04-21
KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
Paul Mackerras
1
-20
/
+27
2015-04-21
KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
Paul Mackerras
1
-40
/
+52
2015-04-21
KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
Paul Mackerras
1
-26
/
+30
2015-04-21
KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
Paul Mackerras
1
-0
/
+150
2015-04-21
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
1
-0
/
+12
2015-04-21
KVM: PPC: Book3S HV: Remove RMA-related variables from code
Aneesh Kumar K.V
1
-5
/
+5
2015-04-21
kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
David Gibson
1
-0
/
+12
2015-03-20
KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count
Paul Mackerras
1
-1
/
+1
2015-03-20
KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr()
Paul Mackerras
1
-3
/
+3
2014-12-17
KVM: PPC: Book3S HV: Improve H_CONFER implementation
Sam Bobroff
1
-1
/
+40
[next]