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
/
book3s_hv.c
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
1
-2
/
+1
2021-12-19
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-409
/
+451
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-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
1
-1
/
+2
2021-12-08
KVM: PPC: Avoid referencing userspace memory region in memslot updates
Sean Christopherson
1
-9
/
+3
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
1
-7
/
+10
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
1
-4
/
+4
2021-12-02
KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
Alexey Kardashevskiy
1
-2
/
+6
2021-11-24
KVM: PPC: Book3S HV P9: Remove subcore HMI handling
Nicholas Piggin
1
-7
/
+5
2021-11-24
KVM: PPC: Book3S HV P9: Stop using vc->dpdes
Nicholas Piggin
1
-8
/
+10
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: Improve mfmsr performance on entry
Nicholas Piggin
1
-15
/
+3
2021-11-24
KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
Nicholas Piggin
1
-0
/
+12
2021-11-24
KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
Nicholas Piggin
1
-10
/
+38
2021-11-24
KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
Nicholas Piggin
1
-2
/
+5
2021-11-24
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
1
-20
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault TM facility registers
Nicholas Piggin
1
-6
/
+20
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
Nicholas Piggin
1
-2
/
+14
2021-11-24
KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that r...
Nicholas Piggin
1
-1
/
+2
2021-11-24
KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
Nicholas Piggin
1
-4
/
+2
2021-11-24
KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
Nicholas Piggin
1
-43
/
+36
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
1
-378
/
+1
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
1
-4
/
+4
2021-11-24
KVM: PPC: Book3S HV P9: Optimise timebase reads
Nicholas Piggin
1
-42
/
+46
2021-11-24
KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
Nicholas Piggin
1
-28
/
+30
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
1
-19
/
+40
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
1
-1
/
+1
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
1
-26
/
+195
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
1
-2
/
+8
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
1
-2
/
+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-10-28
KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handling
Laurent Vivier
1
-2
/
+28
[next]