index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_hv.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
KVM: PPC: Book3S HV: Make use of unused threads when running guests
Paul Mackerras
2015-08-22
1
-61
/
+272
|
*
KVM: PPC: Fix warnings from sparse
Thomas Huth
2015-08-22
1
-4
/
+4
*
|
sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()
Konstantin Khlebnikov
2015-08-03
1
-1
/
+1
|
/
*
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
2015-05-28
1
-1
/
+2
*
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
2015-05-26
1
-2
/
+2
*
KVM: use kvm_memslots whenever possible
Paolo Bonzini
2015-05-26
1
-2
/
+6
*
KVM: PPC: Book3S HV: Fix list traversal in error case
Paul Mackerras
2015-05-10
1
-2
/
+3
*
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Paul Mackerras
2015-04-21
1
-17
/
+34
*
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
Paul Mackerras
2015-04-21
1
-3
/
+2
*
KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
Paul Mackerras
2015-04-21
1
-20
/
+27
*
KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
Paul Mackerras
2015-04-21
1
-40
/
+52
*
KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
Paul Mackerras
2015-04-21
1
-26
/
+30
*
KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
Paul Mackerras
2015-04-21
1
-0
/
+150
*
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
2015-04-21
1
-0
/
+12
*
KVM: PPC: Book3S HV: Remove RMA-related variables from code
Aneesh Kumar K.V
2015-04-21
1
-5
/
+5
*
kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
David Gibson
2015-04-21
1
-0
/
+12
*
KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count
Paul Mackerras
2015-03-20
1
-1
/
+1
*
KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr()
Paul Mackerras
2015-03-20
1
-3
/
+3
*
KVM: PPC: Book3S HV: Improve H_CONFER implementation
Sam Bobroff
2014-12-17
1
-1
/
+40
*
KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR register
Paul Mackerras
2014-12-17
1
-0
/
+4
*
KVM: PPC: Book3S HV: Remove code for PPC970 processors
Paul Mackerras
2014-12-17
1
-264
/
+28
*
KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
Suresh E. Warrier
2014-12-17
1
-0
/
+19
*
KVM: PPC: Book3S HV: Simplify locking around stolen time calculations
Paul Mackerras
2014-12-17
1
-29
/
+31
*
KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_bl...
Suresh E. Warrier
2014-12-15
1
-0
/
+20
*
KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMI
Mahesh Salgaonkar
2014-12-15
1
-0
/
+2
*
powerpc/kvm: support to handle sw breakpoint
Madhavan Srinivasan
2014-09-22
1
-4
/
+37
*
KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
Paul Mackerras
2014-09-22
1
-1
/
+3
*
KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
Paul Mackerras
2014-09-22
1
-1
/
+1
*
KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
Aneesh Kumar K.V
2014-07-28
1
-6
/
+0
*
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: Fix LPCR one_reg interface
Alexey Kardashevskiy
2014-07-28
1
-2
/
+11
*
KVM: PPC: Book3S HV: Access guest VPA in BE
Alexander Graf
2014-07-28
1
-11
/
+11
*
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
1
-2
/
+29
*
KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
Paul Mackerras
2014-07-28
1
-0
/
+51
*
KVM: PPC: BOOK3S: PR: Emulate instruction counter
Aneesh Kumar K.V
2014-07-28
1
-6
/
+0
*
KVM: PPC: BOOK3S: PR: Emulate virtual timebase register
Aneesh Kumar K.V
2014-07-28
1
-6
/
+0
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-06-10
1
-14
/
+20
|
\
|
*
powerpc/kvm/book3s_hv: Use threads_per_subcore in KVM
Michael Ellerman
2014-05-28
1
-10
/
+16
|
*
powerpc/kvm/book3s_hv: Rework the secondary inhibit code
Michael Ellerman
2014-05-28
1
-4
/
+4
*
|
KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest
Aneesh Kumar K.V
2014-05-30
1
-0
/
+7
*
|
KVM: PPC: Book3S PR: Expose EBB registers
Alexander Graf
2014-05-30
1
-18
/
+0
*
|
KVM: PPC: Book3S PR: Expose TAR facility to guest
Alexander Graf
2014-05-30
1
-6
/
+0
*
|
KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR
Alexander Graf
2014-05-30
1
-6
/
+0
*
|
KVM: PPC: Make shared struct aka magic page guest endian
Alexander Graf
2014-05-30
1
-0
/
+11
|
/
*
KVM: PPC: Book3S HV: Return ENODEV error rather than EIO
Paul Mackerras
2014-03-29
1
-1
/
+1
*
KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state
Michael Neuling
2014-03-29
1
-22
/
+125
*
KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n
Anton Blanchard
2014-03-26
1
-3
/
+1
*
KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd write
Greg Kurz
2014-03-26
1
-3
/
+3
[prev]
[next]