index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_hv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqs
Nicholas Piggin
2022-09-27
1
-3
/
+3
*
KVM: PPC: Book3S HV: Fix decrementer migration
Fabiano Rosas
2022-09-27
1
-2
/
+16
*
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-08-07
1
-3
/
+25
|
\
|
*
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-07-25
1
-1
/
+1
|
*
KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry path
Fabiano Rosas
2022-06-29
1
-5
/
+18
|
*
KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry path
Fabiano Rosas
2022-06-29
1
-2
/
+11
*
|
random: handle archrandom with multiple longs
Jason A. Donenfeld
2022-07-25
1
-1
/
+1
|
/
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2022-05-19
1
-14
/
+59
|
\
|
*
KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint
Fabiano Rosas
2022-05-18
1
-4
/
+4
|
*
KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
Alexey Kardashevskiy
2022-05-18
1
-0
/
+6
|
*
KVM: PPC: Book3S HV: Initialize AMOR in nested entry
Fabiano Rosas
2022-05-18
1
-0
/
+1
|
*
KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES setting
Nicholas Piggin
2022-05-13
1
-0
/
+4
|
*
KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive context
Nicholas Piggin
2022-05-13
1
-6
/
+20
|
*
KVM: PPC: Book3S HV P9: Split !nested case out from guest entry
Nicholas Piggin
2022-05-13
1
-4
/
+13
|
*
KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearming
Nicholas Piggin
2022-05-13
1
-2
/
+8
|
*
KVM: PPC: Book3S HV P9: Inject pending xive interrupts at guest entry
Nicholas Piggin
2022-05-13
1
-2
/
+7
|
*
KVM: PPC: Book3S HV: HFSCR[PREFIX] does not exist
Nicholas Piggin
2022-05-13
1
-1
/
+1
*
|
powerpc: Add missing headers
Christophe Leroy
2022-05-08
1
-0
/
+1
|
/
*
KVM: PPC: Book3S HV P9: Fix "lost kick" race
Nicholas Piggin
2022-03-07
1
-8
/
+33
*
KVM: PPC: Book3S HV: Free allocated memory if module init fails
Fabiano Rosas
2022-02-03
1
-4
/
+11
*
KVM: PPC: Book3S HV: Delay setting of kvm ops
Fabiano Rosas
2022-02-03
1
-5
/
+7
*
KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
Fabiano Rosas
2022-02-03
1
-1
/
+4
*
KVM: PPC: Merge powerpc's debugfs entry content into generic entry
Alexey Kardashevskiy
2022-02-02
1
-19
/
+12
*
KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUs
Nicholas Piggin
2022-01-25
1
-2
/
+1
*
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2021-12-19
1
-409
/
+451
|
\
|
*
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 warnings when allocating too big memory slots
Alexey Kardashevskiy
2021-12-02
1
-2
/
+6
|
*
KVM: PPC: Book3S HV P9: Remove subcore HMI handling
Nicholas Piggin
2021-11-24
1
-7
/
+5
|
*
KVM: PPC: Book3S HV P9: Stop using vc->dpdes
Nicholas Piggin
2021-11-24
1
-8
/
+10
|
*
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
1
-17
/
+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: Improve mfmsr performance on entry
Nicholas Piggin
2021-11-24
1
-15
/
+3
|
*
KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
Nicholas Piggin
2021-11-24
1
-0
/
+12
|
*
KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
Nicholas Piggin
2021-11-24
1
-10
/
+38
|
*
KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
Nicholas Piggin
2021-11-24
1
-2
/
+5
|
*
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
2021-11-24
1
-20
/
+1
|
*
KVM: PPC: Book3S HV P9: Demand fault TM facility registers
Nicholas Piggin
2021-11-24
1
-6
/
+20
|
*
KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
Nicholas Piggin
2021-11-24
1
-2
/
+14
|
*
KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that r...
Nicholas Piggin
2021-11-24
1
-1
/
+2
|
*
KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
Nicholas Piggin
2021-11-24
1
-4
/
+2
|
*
KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
Nicholas Piggin
2021-11-24
1
-43
/
+36
|
*
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
1
-378
/
+1
|
*
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
1
-4
/
+4
|
*
KVM: PPC: Book3S HV P9: Optimise timebase reads
Nicholas Piggin
2021-11-24
1
-42
/
+46
[next]