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.14.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: 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
*
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue
Paolo Bonzini
2014-01-29
1
-78
/
+241
|
\
|
*
KVM: PPC: Book3S HV: Add new state for transactional memory
Michael Neuling
2014-01-27
1
-0
/
+4
|
*
KVM: PPC: Book3S HV: Basic little-endian guest support
Anton Blanchard
2014-01-27
1
-0
/
+22
|
*
KVM: PPC: Book3S HV: Add support for DABRX register on POWER7
Paul Mackerras
2014-01-27
1
-0
/
+6
|
*
KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells
Paul Mackerras
2014-01-27
1
-0
/
+1
|
*
KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8
Paul Mackerras
2014-01-27
1
-0
/
+6
|
*
KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8
Paul Mackerras
2014-01-27
1
-1
/
+15
|
*
KVM: PPC: Book3S HV: Add handler for HV facility unavailable
Michael Ellerman
2014-01-27
1
-1
/
+10
|
*
KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs
Michael Neuling
2014-01-27
1
-2
/
+151
|
*
KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbers
Paul Mackerras
2014-01-27
1
-29
/
+17
|
*
KVM: PPC: Book3S HV: use xics_wake_cpu only when defined
Andreas Schwab
2014-01-27
1
-1
/
+6
|
*
KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures
Paul Mackerras
2014-01-09
1
-42
/
+0
|
*
KVM: PPC: Add devname:kvm aliases for modules
Alexander Graf
2014-01-09
1
-0
/
+3
|
*
powerpc: kvm: optimize "sc 1" as fast return
Liu Ping Fan
2013-11-21
1
-6
/
+4
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-01-22
1
-1
/
+1
|
\
\
|
*
|
KVM: Use cond_resched() directly and remove useless kvm_resched()
Takuya Yoshikawa
2013-12-13
1
-1
/
+1
|
|
/
*
|
KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call
Paul Mackerras
2013-11-18
1
-0
/
+2
*
|
KVM: PPC: Book3S HV: Make tbacct_lock irq-safe
Paul Mackerras
2013-11-18
1
-10
/
+12
|
/
*
kvm: powerpc: book3s: drop is_hv_enabled
Aneesh Kumar K.V
2013-10-17
1
-1
/
+0
*
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
Aneesh Kumar K.V
2013-10-17
1
-8
/
+10
*
kvm: powerpc: book3s: Support building HV and PR KVM as module
Aneesh Kumar K.V
2013-10-17
1
-0
/
+2
*
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
Aneesh Kumar K.V
2013-10-17
1
-0
/
+1
*
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
2013-10-17
1
-62
/
+158
*
kvm: powerpc: book3s hv: Fix vcore leak
Paul Mackerras
2013-10-17
1
-0
/
+10
*
KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt
Paul Mackerras
2013-10-17
1
-1
/
+1
*
KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
Paul Mackerras
2013-10-17
1
-0
/
+35
*
KVM: PPC: Book3S HV: Add support for guest Program Priority Register
Paul Mackerras
2013-10-17
1
-0
/
+6
*
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
Paul Mackerras
2013-10-17
1
-12
/
+61
*
KVM: PPC: Book3S HV: Implement H_CONFER
Paul Mackerras
2013-10-17
1
-0
/
+9
*
KVM: PPC: Book3S HV: Implement timebase offset for guests
Paul Mackerras
2013-10-17
1
-1
/
+9
*
KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
Paul Mackerras
2013-10-17
1
-0
/
+12
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-09-06
1
-1
/
+1
|
\
|
*
Merge branch 'merge' into next
Benjamin Herrenschmidt
2013-08-27
1
-2
/
+2
|
|
\
|
|
*
powerpc/kvm: Add signed type cast for comparation
Chen Gang
2013-08-09
1
-2
/
+2
[prev]
[next]