index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-11-24
KVM: PPC: Book3S HV P9: Optimise timebase reads
Nicholas Piggin
2
-57
/
+64
2021-11-24
KVM: PPC: Book3S HV P9: Move TB updates
Nicholas Piggin
1
-18
/
+18
2021-11-24
KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
Nicholas Piggin
4
-42
/
+42
2021-11-24
KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
Nicholas Piggin
1
-2
/
+9
2021-11-24
KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
Nicholas Piggin
1
-5
/
+18
2021-11-24
KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
Nicholas Piggin
2
-19
/
+41
2021-11-24
KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
Nicholas Piggin
1
-2
/
+2
2021-11-24
KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
Nicholas Piggin
2
-10
/
+7
2021-11-24
KVM: PPC: Book3S HV P9: Factor out yield_count increment
Nicholas Piggin
1
-12
/
+12
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
Nicholas Piggin
1
-33
/
+98
2021-11-24
KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
Nicholas Piggin
1
-33
/
+28
2021-11-24
KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
Nicholas Piggin
3
-69
/
+208
2021-11-24
powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
Nicholas Piggin
1
-0
/
+5
2021-11-24
KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
Nicholas Piggin
2
-2
/
+23
2021-11-24
powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
Nicholas Piggin
2
-4
/
+0
2021-11-24
KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
Nicholas Piggin
1
-4
/
+25
2021-11-24
powerpc/time: add API for KVM to re-arm the host timer/decrementer
Nicholas Piggin
1
-5
/
+2
2021-11-24
KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
Nicholas Piggin
2
-4
/
+5
2021-11-24
KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
Nicholas Piggin
1
-1
/
+2
2021-11-24
KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
Nicholas Piggin
1
-7
/
+7
2021-11-24
KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
Nicholas Piggin
1
-1
/
+1
2021-11-24
powerpc/64s: guard optional TIDR SPR with CPU ftr test
Nicholas Piggin
1
-4
/
+8
2021-11-24
KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
Nicholas Piggin
1
-1
/
+4
2021-11-21
Merge tag 'powerpc-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+2
2021-11-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2021-11-18
KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Vitaly Kuznetsov
1
-2
/
+2
2021-11-15
KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()
Michael Ellerman
1
-2
/
+2
2021-11-11
mm/migrate.c: remove MIGRATE_PFN_LOCKED
Alistair Popple
1
-2
/
+2
2021-11-05
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-5
/
+54
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+2
2021-11-01
Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+1
2021-10-29
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
3
-3
/
+52
2021-10-28
KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handling
Laurent Vivier
2
-3
/
+43
2021-10-20
KVM: PPC: Replace zero-length array with flexible array member
Len Baker
1
-2
/
+1
[next]