index
:
linux-stable.git
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.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: Don't take kvm->lock around kvm_for_each_vcpu
Paul Mackerras
2019-06-22
1
-8
/
+1
*
KVM: PPC: Book3S HV: Add of_node_put() in success path
Nicholas Mc Guire
2018-09-26
1
-0
/
+2
*
KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
Paul Mackerras
2018-05-16
1
-5
/
+7
*
KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
Laurent Vivier
2018-05-16
1
-3
/
+2
*
KVM: PPC: Book3S HV: Enable migration of decrementer register
Paul Mackerras
2018-04-26
1
-0
/
+8
*
KVM: PPC: Book3S HV: Drop locks before reading guest memory
Paul Mackerras
2018-02-16
1
-4
/
+12
*
KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
Paul Mackerras
2017-11-08
1
-10
/
+19
*
kvm,powerpc: Serialize wq active checks in ops->vcpu_kick
Davidlohr Bueso
2017-09-15
1
-1
/
+1
*
KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcr
Paul Mackerras
2017-09-12
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2017-08-31
1
-1
/
+12
|
\
|
*
KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
Nicholas Piggin
2017-08-29
1
-1
/
+12
*
|
KVM: PPC: Book3S HV: Report storage key support to userspace
Paul Mackerras
2017-08-31
1
-0
/
+8
*
|
KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validation
Nicholas Piggin
2017-08-31
1
-1
/
+7
*
|
KVM: PPC: Book3S HV: Enable TM before accessing TM registers
Paul Mackerras
2017-07-24
1
-0
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-07-06
1
-112
/
+399
|
\
|
*
KVM: PPC: Book3S HV: Close race with testing for signals on guest entry
Paul Mackerras
2017-07-01
1
-30
/
+110
|
*
KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
Paul Mackerras
2017-07-01
1
-51
/
+37
|
*
KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabled
Aravinda Prasad
2017-06-22
1
-9
/
+14
|
*
KVM: PPC: Book3S HV: Don't sleep if XIVE interrupt pending on POWER9
Paul Mackerras
2017-06-20
1
-1
/
+16
|
*
KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9
Paul Mackerras
2017-06-19
1
-8
/
+125
|
*
KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode
Paul Mackerras
2017-06-19
1
-11
/
+60
|
*
KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9
Paul Mackerras
2017-06-19
1
-0
/
+10
|
*
KVM: PPC: Book3S HV: Don't let VCPU sleep if it has a doorbell pending
Paul Mackerras
2017-06-19
1
-3
/
+22
|
*
KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9
Paul Mackerras
2017-06-19
1
-0
/
+6
*
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-03
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()
Sebastian Andrzej Siewior
2017-05-26
1
-7
/
+7
*
|
KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
Paul Mackerras
2017-06-16
1
-0
/
+8
*
|
KVM: PPC: Book3S HV: Preserve userspace HTM state properly
Paul Mackerras
2017-06-15
1
-0
/
+21
*
|
KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
Paul Mackerras
2017-06-15
1
-2
/
+9
*
|
KVM: PPC: Book3S HV: Context-switch EBB registers properly
Paul Mackerras
2017-06-13
1
-0
/
+15
|
/
*
Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next
Paul Mackerras
2017-04-28
1
-21
/
+48
|
\
|
*
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
2017-04-27
1
-12
/
+39
|
*
powerpc/kvm: Massage order of #include
Benjamin Herrenschmidt
2017-04-10
1
-9
/
+9
*
|
KVM: PPC: Book3S HV: Avoid preemptibility warning in module initialization
Denis Kirjanov
2017-04-28
1
-1
/
+1
*
|
KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()
Markus Elfring
2017-04-20
1
-5
/
+3
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation
David Gibson
2017-01-31
1
-0
/
+25
*
KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
David Gibson
2017-01-31
1
-4
/
+1
*
KVM: PPC: Book3S HV: Split HPT allocation from activation
David Gibson
2017-01-31
1
-3
/
+14
*
KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure
David Gibson
2017-01-31
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2017-01-31
1
-24
/
+181
|
\
|
*
KVM: PPC: Book3S HV: Enable radix guest support
Paul Mackerras
2017-01-31
1
-25
/
+63
|
*
KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
Paul Mackerras
2017-01-31
1
-0
/
+45
|
*
KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
Paul Mackerras
2017-01-31
1
-6
/
+25
|
*
KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
Paul Mackerras
2017-01-31
1
-1
/
+16
|
*
KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
Paul Mackerras
2017-01-31
1
-4
/
+31
|
*
KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
Paul Mackerras
2017-01-31
1
-0
/
+13
*
|
KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
Paul Mackerras
2017-01-27
1
-8
/
+5
*
|
KVM: PPC: Book3S HV: Don't try to signal cpu -1
Paul Mackerras
2017-01-27
1
-1
/
+2
|
/
[next]