index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-25
KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUs
Nicholas Piggin
2
-3
/
+2
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
19
-92
/
+78
2021-12-19
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
13
-672
/
+1389
2021-12-15
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
3
-15
/
+13
2021-12-14
KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object
Sean Christopherson
1
-2
/
+3
2021-12-09
KVM: powerpc: Use Makefile.kvm for common files
David Woodhouse
1
-6
/
+2
2021-12-09
powerpc/64s: Make hash MMU support configurable
Nicholas Piggin
1
-0
/
+1
2021-12-08
Merge branch 'kvm-on-hv-msrbm-fix' into HEAD
Paolo Bonzini
1
-1
/
+4
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
4
-4
/
+4
2021-12-08
KVM: Force PPC to define its own rcuwait object
Sean Christopherson
1
-1
/
+2
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
4
-12
/
+13
2021-12-08
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
1
-0
/
+1
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: PPC: Avoid referencing userspace memory region in memslot updates
Sean Christopherson
5
-19
/
+7
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
5
-21
/
+27
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
10
-24
/
+27
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
1
-9
/
+1
2021-12-02
KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
Alexey Kardashevskiy
1
-1
/
+1
2021-12-02
KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
Alexey Kardashevskiy
1
-2
/
+6
2021-12-02
KVM: PPC: Book3S HV P9: Remove unused ri_set local variable
Nicholas Piggin
1
-10
/
+3
2021-11-29
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
1
-3
/
+2
2021-11-24
KVM: PPC: Book3S HV P9: Remove subcore HMI handling
Nicholas Piggin
4
-9
/
+66
2021-11-24
KVM: PPC: Book3S HV P9: Stop using vc->dpdes
Nicholas Piggin
3
-12
/
+22
2021-11-24
KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
Nicholas Piggin
1
-25
/
+35
2021-11-24
KVM: PPC: Book3S HV P9: Remove most of the vcore logic
Nicholas Piggin
1
-62
/
+85
2021-11-24
KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
Nicholas Piggin
1
-17
/
+22
2021-11-24
KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
Nicholas Piggin
1
-1
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
Nicholas Piggin
1
-27
/
+23
2021-11-24
KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
Nicholas Piggin
1
-4
/
+18
2021-11-24
KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
Nicholas Piggin
2
-39
/
+45
2021-11-24
KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
Nicholas Piggin
2
-5
/
+12
2021-11-24
KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
Nicholas Piggin
3
-37
/
+65
2021-11-24
KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing
Nicholas Piggin
2
-46
/
+69
2021-11-24
KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
Nicholas Piggin
2
-9
/
+24
2021-11-24
KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
Nicholas Piggin
1
-14
/
+20
2021-11-24
KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
Nicholas Piggin
3
-13
/
+42
2021-11-24
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
3
-51
/
+66
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault TM facility registers
Nicholas Piggin
2
-10
/
+31
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
Nicholas Piggin
2
-8
/
+36
2021-11-24
KVM: PPC: Book3S HV P9: More SPR speed improvements
Nicholas Piggin
1
-30
/
+43
2021-11-24
KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that r...
Nicholas Piggin
2
-3
/
+6
2021-11-24
KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
Nicholas Piggin
2
-8
/
+4
2021-11-24
KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
Nicholas Piggin
1
-4
/
+23
2021-11-24
KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
Nicholas Piggin
2
-66
/
+109
2021-11-24
KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
Nicholas Piggin
1
-58
/
+67
2021-11-24
KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
Nicholas Piggin
3
-378
/
+399
2021-11-24
KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
Nicholas Piggin
1
-24
/
+41
2021-11-24
KVM: PPC: Book3S HV P9: Juggle SPR switching around
Nicholas Piggin
1
-4
/
+4
2021-11-24
KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
Nicholas Piggin
1
-20
/
+31
2021-11-24
KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
Nicholas Piggin
2
-12
/
+15
[next]