index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2021-12-19
29
-730
/
+1558
|
\
|
*
KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object
Sean Christopherson
2021-12-14
1
-2
/
+3
|
*
KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
Alexey Kardashevskiy
2021-12-02
1
-1
/
+1
|
*
KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
Alexey Kardashevskiy
2021-12-02
1
-2
/
+6
|
*
KVM: PPC: Book3S HV P9: Remove unused ri_set local variable
Nicholas Piggin
2021-12-02
1
-10
/
+3
|
*
KVM: PPC: Book3S HV P9: Remove subcore HMI handling
Nicholas Piggin
2021-11-24
5
-9
/
+67
|
*
KVM: PPC: Book3S HV P9: Stop using vc->dpdes
Nicholas Piggin
2021-11-24
3
-12
/
+22
|
*
KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
Nicholas Piggin
2021-11-24
1
-25
/
+35
|
*
KVM: PPC: Book3S HV P9: Remove most of the vcore logic
Nicholas Piggin
2021-11-24
1
-62
/
+85
|
*
KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
Nicholas Piggin
2021-11-24
3
-19
/
+22
|
*
KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
Nicholas Piggin
2021-11-24
1
-1
/
+1
|
*
KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
Nicholas Piggin
2021-11-24
1
-27
/
+23
|
*
KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
Nicholas Piggin
2021-11-24
1
-4
/
+18
|
*
KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
Nicholas Piggin
2021-11-24
3
-39
/
+47
|
*
KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
Nicholas Piggin
2021-11-24
3
-5
/
+13
|
*
KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
Nicholas Piggin
2021-11-24
3
-37
/
+65
|
*
KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing
Nicholas Piggin
2021-11-24
3
-48
/
+70
|
*
KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
Nicholas Piggin
2021-11-24
2
-9
/
+24
|
*
KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
Nicholas Piggin
2021-11-24
1
-14
/
+20
|
*
KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
Nicholas Piggin
2021-11-24
3
-13
/
+42
|
*
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
2021-11-24
5
-51
/
+73
|
*
KVM: PPC: Book3S HV P9: Demand fault TM facility registers
Nicholas Piggin
2021-11-24
3
-10
/
+34
|
*
KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
Nicholas Piggin
2021-11-24
3
-8
/
+37
|
*
KVM: PPC: Book3S HV P9: More SPR speed improvements
Nicholas Piggin
2021-11-24
1
-30
/
+43
|
*
KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that r...
Nicholas Piggin
2021-11-24
2
-3
/
+6
|
*
KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
Nicholas Piggin
2021-11-24
2
-8
/
+4
|
*
KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
Nicholas Piggin
2021-11-24
1
-4
/
+23
|
*
KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
Nicholas Piggin
2021-11-24
2
-66
/
+109
|
*
KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
Nicholas Piggin
2021-11-24
1
-58
/
+67
|
*
KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
Nicholas Piggin
2021-11-24
3
-378
/
+399
|
*
KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
Nicholas Piggin
2021-11-24
1
-24
/
+41
|
*
KVM: PPC: Book3S HV P9: Juggle SPR switching around
Nicholas Piggin
2021-11-24
1
-4
/
+4
|
*
KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
Nicholas Piggin
2021-11-24
1
-20
/
+31
|
*
KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
Nicholas Piggin
2021-11-24
2
-12
/
+15
|
*
KVM: PPC: Book3S HV P9: Optimise timebase reads
Nicholas Piggin
2021-11-24
3
-58
/
+65
|
*
KVM: PPC: Book3S HV P9: Move TB updates
Nicholas Piggin
2021-11-24
1
-18
/
+18
|
*
KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
Nicholas Piggin
2021-11-24
6
-43
/
+49
|
*
KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
Nicholas Piggin
2021-11-24
1
-2
/
+9
|
*
KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
Nicholas Piggin
2021-11-24
1
-5
/
+18
|
*
KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
Nicholas Piggin
2021-11-24
4
-19
/
+71
|
*
KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
Nicholas Piggin
2021-11-24
1
-2
/
+2
|
*
KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
Nicholas Piggin
2021-11-24
2
-10
/
+7
|
*
KVM: PPC: Book3S HV P9: Factor out yield_count increment
Nicholas Piggin
2021-11-24
1
-12
/
+12
|
*
KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
Nicholas Piggin
2021-11-24
1
-33
/
+98
|
*
KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
Nicholas Piggin
2021-11-24
1
-33
/
+28
|
*
KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
Nicholas Piggin
2021-11-24
4
-74
/
+208
|
*
powerpc/64s: Implement PMU override command line option
Nicholas Piggin
2021-11-24
1
-0
/
+35
|
*
powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
Nicholas Piggin
2021-11-24
3
-5
/
+10
|
*
KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
Nicholas Piggin
2021-11-24
2
-2
/
+23
|
*
powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
Nicholas Piggin
2021-11-24
6
-24
/
+13
[next]