Sign in
android-kvm
/
linux
/
57589f82762e40bdaa975d840fa2bc5157b5be95
/
arch
/
powerpc
/
kvm
/
book3s_hv_rm_xics.c
c325712
powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()
by Cédric Le Goater
· 3 years, 8 months ago
2ce008c
KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
by Nicholas Piggin
· 3 years, 9 months ago
cf59eb1
KVM: PPC: Book3S: Fix symbol undeclared warnings
by Wang Wensheng
· 4 years, 5 months ago
65fddcf
mm: reorder includes after introduction of linux/pgtable.h
by Mike Rapoport
· 4 years, 9 months ago
ca5999f
mm: introduce include/linux/pgtable.h
by Mike Rapoport
· 4 years, 9 months ago
3a83f67
KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flag
by Michael Roth
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
0034d39
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
by Aneesh Kumar K.V
· 6 years ago
03f9533
KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE
by Paul Mackerras
· 6 years ago
f3c18e9
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
by Paul Mackerras
· 6 years ago
d24ea8a
KVM: PPC: Book3S: Simplify external interrupt handling
by Paul Mackerras
· 6 years ago
1143a70
KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
by Simon Guo
· 7 years ago
4415b33
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 8 years ago
5af5099
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
by Benjamin Herrenschmidt
· 8 years ago
3c19d5a
Merge branch 'topic/xive' (early part) into next
by Michael Ellerman
· 8 years ago
3ae05fb
powerpc: Remove unnecessary includes of asm/debug.h
by Michael Ellerman
· 8 years ago
d381d7c
powerpc: Consolidate variants of real-mode MMIOs
by Benjamin Herrenschmidt
· 8 years ago
a4a741a
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 8 years ago
ab9bad0
powerpc/powernv: Remove separate entry for OPAL real mode calls
by Benjamin Herrenschmidt
· 8 years ago
167c76e
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 8 years ago
53af3ba
KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
by Paul Mackerras
· 8 years ago
21acd0e
KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
by Li Zhong
· 8 years ago
17d4861
KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
by Li Zhong
· 8 years ago
bf5a71d
KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
by Li Zhong
· 8 years ago
37451bc
KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
by Li Zhong
· 8 years ago
e34af78
KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
by Paul Mackerras
· 8 years ago
f725758
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
by Paul Mackerras
· 8 years ago
ebe4535
KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
by Daniel Axtens
· 8 years ago
62623d5
KVM: PPC: Book3S HV: Fix build error when SMP=n
by Michael Ellerman
· 8 years ago
65e7026
KVM: PPC: Book3S HV: Counters for passthrough IRQ stats
by Suresh Warrier
· 9 years ago
5d37519
KVM: PPC: Book3S HV: Set server for passed-through interrupts
by Paul Mackerras
· 9 years ago
366274f
KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
by Suresh Warrier
· 9 years ago
644abbb
KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
by Suresh Warrier
· 9 years ago
f7af520
KVM: PPC: Book3S HV: Complete passthrough interrupt in host
by Suresh Warrier
· 9 years ago
e3c13e5
KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
by Suresh Warrier
· 9 years ago
520fe9c
KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection
by Suresh E. Warrier
· 9 years ago
e17769e
KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
by Suresh E. Warrier
· 9 years ago
0c2a660
KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
by Suresh Warrier
· 9 years ago
ec25716
KVM: PPC: Book3S HV: Make use of unused threads when running guests
by Paul Mackerras
· 10 years ago
eddb60f
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
by Paul Mackerras
· 10 years ago
6e0365b
KVM: PPC: Book3S HV: Add ICP real mode counters
by Suresh Warrier
· 10 years ago
b022155
KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode
by Suresh Warrier
· 10 years ago
5ee0761
ppc/kvm: Replace ACCESS_ONCE with READ_ONCE
by Christian Borntraeger
· 10 years ago
5b88cda
KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPI
by Suresh E. Warrier
· 10 years ago
25a2150b
KVM: PPC: Enable IRQFD support for the XICS interrupt controller
by Paul Mackerras
· 11 years ago
e7d26f2
KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
by Benjamin Herrenschmidt
· 12 years ago