index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
2021-06-24
2
-58
/
+0
*
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
2021-06-24
2
-0
/
+83
*
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
2021-06-24
2
-0
/
+34
*
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
2021-06-24
1
-1
/
+1
*
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2021-06-24
6
-28
/
+23
*
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2021-06-23
51
-1603
/
+2229
|
\
|
*
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
2021-06-23
1
-1
/
+2
|
*
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
2021-06-22
2
-7
/
+32
|
*
KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
Bharata B Rao
2021-06-22
1
-0
/
+3
|
*
KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
Bharata B Rao
2021-06-22
5
-7
/
+170
|
*
KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
Bharata B Rao
2021-06-21
3
-0
/
+222
|
*
powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
Bharata B Rao
2021-06-21
2
-0
/
+6
|
*
KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
Aneesh Kumar K.V
2021-06-21
1
-2
/
+2
|
*
KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
Suraj Jitindar Singh
2021-06-21
4
-8
/
+39
|
*
KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path
Nicholas Piggin
2021-06-10
4
-501
/
+43
|
*
KVM: PPC: Book3S HV P9: implement hash host / hash guest support
Nicholas Piggin
2021-06-10
4
-13
/
+44
|
*
KVM: PPC: Book3S HV P9: implement hash guest support
Nicholas Piggin
2021-06-10
6
-38
/
+101
|
*
KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR...
Nicholas Piggin
2021-06-10
1
-6
/
+16
|
*
KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
Nicholas Piggin
2021-06-10
2
-9
/
+144
|
*
KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
Nicholas Piggin
2021-06-10
1
-14
/
+15
|
*
KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
Nicholas Piggin
2021-06-10
1
-1
/
+1
|
*
KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
Nicholas Piggin
2021-06-10
2
-51
/
+8
|
*
KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
Nicholas Piggin
2021-06-10
8
-138
/
+23
|
*
KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
Nicholas Piggin
2021-06-10
2
-101
/
+3
|
*
KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
Nicholas Piggin
2021-06-10
4
-26
/
+7
|
*
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Nicholas Piggin
2021-06-10
7
-118
/
+34
|
*
KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
Nicholas Piggin
2021-06-10
1
-20
/
+20
|
*
KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
Nicholas Piggin
2021-06-10
1
-55
/
+93
|
*
KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
Nicholas Piggin
2021-06-10
1
-14
/
+22
|
*
KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
Nicholas Piggin
2021-06-10
1
-4
/
+4
|
*
KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
Nicholas Piggin
2021-06-10
2
-5
/
+39
|
*
KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_en...
Nicholas Piggin
2021-06-10
3
-191
/
+178
|
*
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
Nicholas Piggin
2021-06-10
10
-124
/
+496
|
*
KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
Nicholas Piggin
2021-06-10
5
-11
/
+149
|
*
KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
Nicholas Piggin
2021-06-10
1
-21
/
+41
|
*
KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest...
Nicholas Piggin
2021-06-10
1
-4
/
+3
|
*
KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
Nicholas Piggin
2021-06-10
3
-10
/
+27
|
*
KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
Nicholas Piggin
2021-06-10
1
-12
/
+7
|
*
KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
Nicholas Piggin
2021-06-10
4
-0
/
+40
|
*
KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
Nicholas Piggin
2021-06-10
2
-37
/
+45
|
*
KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
Nicholas Piggin
2021-06-10
3
-5
/
+6
|
*
KVM: PPC: Book3S 64: Move interrupt early register setup to KVM
Nicholas Piggin
2021-06-10
2
-110
/
+71
|
*
KVM: PPC: Book3S 64: Move hcall early register setup to KVM
Nicholas Piggin
2021-06-10
3
-41
/
+44
|
*
KVM: PPC: Book3S 64: add hcall interrupt handler
Nicholas Piggin
2021-06-10
2
-4
/
+8
|
*
KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
Nicholas Piggin
2021-06-10
2
-61
/
+58
|
*
KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
Nicholas Piggin
2021-06-10
4
-16
/
+40
|
*
KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
Nicholas Piggin
2021-06-04
2
-1
/
+7
|
*
powerpc/64e/interrupt: Fix nvgprs being clobbered
Nicholas Piggin
2021-05-14
1
-14
/
+24
|
*
powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabled
Nicholas Piggin
2021-05-14
1
-0
/
+7
|
*
powerpc/64s: Fix stf mitigation patching w/strict RWX & hash
Michael Ellerman
2021-05-14
1
-10
/
+10
[next]