index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
KVM: PPC: Book3S HV P9: implement hash guest support
Nicholas Piggin
5
-37
/
+100
2021-06-10
KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR KVM
Nicholas Piggin
1
-6
/
+16
2021-06-10
KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
Nicholas Piggin
2
-9
/
+144
2021-06-10
KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
Nicholas Piggin
1
-14
/
+15
2021-06-10
KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
Nicholas Piggin
1
-1
/
+1
2021-06-10
KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
Nicholas Piggin
2
-51
/
+8
2021-06-10
KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
Nicholas Piggin
7
-129
/
+22
2021-06-10
KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
Nicholas Piggin
1
-100
/
+3
2021-06-10
KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
Nicholas Piggin
2
-24
/
+6
2021-06-10
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Nicholas Piggin
3
-44
/
+25
2021-06-10
KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
Nicholas Piggin
1
-20
/
+20
2021-06-10
KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
Nicholas Piggin
1
-55
/
+93
2021-06-10
KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
Nicholas Piggin
1
-14
/
+22
2021-06-10
KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
Nicholas Piggin
1
-4
/
+4
2021-06-10
KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
Nicholas Piggin
2
-5
/
+39
2021-06-10
KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
Nicholas Piggin
2
-190
/
+177
2021-06-10
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
Nicholas Piggin
5
-121
/
+475
2021-06-10
KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
Nicholas Piggin
4
-11
/
+143
2021-06-10
KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
Nicholas Piggin
1
-21
/
+41
2021-06-10
KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
Nicholas Piggin
1
-4
/
+3
2021-06-10
KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
Nicholas Piggin
1
-0
/
+15
2021-06-10
KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
Nicholas Piggin
1
-12
/
+7
2021-06-10
KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
Nicholas Piggin
3
-0
/
+38
2021-06-10
KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
Nicholas Piggin
1
-36
/
+25
2021-06-10
KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
Nicholas Piggin
3
-5
/
+6
2021-06-10
KVM: PPC: Book3S 64: Move interrupt early register setup to KVM
Nicholas Piggin
1
-2
/
+48
2021-06-10
KVM: PPC: Book3S 64: Move hcall early register setup to KVM
Nicholas Piggin
1
-0
/
+30
2021-06-10
KVM: PPC: Book3S 64: add hcall interrupt handler
Nicholas Piggin
1
-1
/
+5
2021-06-10
KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
Nicholas Piggin
1
-1
/
+58
2021-06-10
KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
Nicholas Piggin
3
-9
/
+39
2021-06-10
powerpc: Add missing linux/{of.h,irqdomain.h} include directives
Marc Zyngier
3
-0
/
+3
2021-06-06
Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-14
/
+9
2021-06-04
KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
Nicholas Piggin
2
-1
/
+7
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2021-05-28
KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
Nicholas Piggin
2
-1
/
+7
2021-05-28
powerpc: Fix reverse map real-mode address lookup with huge vmalloc
Nicholas Piggin
1
-13
/
+2
2021-05-27
KVM: PPC: exit halt polling on need_resched()
Wanpeng Li
1
-1
/
+1
2021-05-12
KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMU
Michael Ellerman
1
-1
/
+1
2021-05-07
KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
Nicholas Piggin
2
-16
/
+35
2021-05-06
KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
Nicholas Piggin
2
-16
/
+35
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-179
/
+84
2021-04-27
powerpc/kvm: Fix build error when PPC_MEM_KEYS/PPC_PSERIES=n
Michael Ellerman
1
-1
/
+1
2021-04-20
powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabled
Michael Ellerman
1
-0
/
+2
2021-04-17
KVM: PPC: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
7
-162
/
+84
2021-04-17
KVM: Move arm64's MMU notifier trace events to generic code
Sean Christopherson
2
-17
/
+0
2021-04-12
KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR
Nicholas Piggin
2
-4
/
+4
2021-04-12
KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
Nicholas Piggin
2
-1
/
+6
2021-04-12
KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
Nicholas Piggin
1
-0
/
+2
2021-04-12
KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
Nicholas Piggin
1
-2
/
+1
2021-04-12
KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
Nicholas Piggin
1
-1
/
+0
[prev]
[next]