aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-06-24KVM: stats: Add fd-based API to read binary stats dataGravatar Jing Zhang 1-1/+1
2021-06-10KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CGravatar Nicholas Piggin 1-0/+1
2021-06-10KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointGravatar Nicholas Piggin 1-0/+1
2019-11-28KVM: PPC: Book3S HV: Support for running secure guestsGravatar Bharata B Rao 1-0/+3
2019-04-30KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeGravatar Cédric Le Goater 1-1/+1
2019-01-14KVM: powerpc: remove -I. header search pathsGravatar Masahiro Yamada 1-5/+0
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+0
2018-10-19powerpc: Add -Werror at arch/powerpc levelGravatar Michael Ellerman 1-2/+0
2018-10-09KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualizationGravatar Paul Mackerras 1-1/+2
2018-05-31KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate fileGravatar Simon Guo 1-0/+3
2018-03-24KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Gravatar Paul Mackerras 1-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-12KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platformsGravatar Paul Mackerras 1-2/+2
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerGravatar Benjamin Herrenschmidt 1-1/+3
2017-01-31KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsGravatar Paul Mackerras 1-1/+2
2016-09-09Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-nextGravatar Paul Mackerras 1-0/+1
2016-09-09powerpc: move hmi.c to arch/powerpc/kvm/Gravatar Paolo Bonzini 1-0/+1
2016-08-25KVM: PPC: Always select KVM_VFIO, plus Makefile cleanupGravatar Paul Mackerras 1-11/+8
2016-07-18Kbuild: arch: look for generated headers in obtreeGravatar Arnd Bergmann 1-1/+1
2016-03-22KVM: PPC: do not compile in vfio.o unconditionallyGravatar Paolo Bonzini 1-1/+2
2016-02-15vfio: Enable VFIO device for powerpcGravatar David Gibson 1-1/+1
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-14/+4
2014-08-06PPC, KVM, CMA: use general CMA reserved area management frameworkGravatar Joonsoo Kim 1-1/+0
2014-07-30KVM: PPC: HV: Remove generic instruction emulationGravatar Alexander Graf 1-1/+1
2014-07-28KVM: PPC: Separate loadstore emulation from priv emulationGravatar Alexander Graf 1-1/+3
2014-07-28KVM: PPC: Remove 440 supportGravatar Alexander Graf 1-12/+0
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleGravatar Aneesh Kumar K.V 1-3/+8
2013-10-17kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEGravatar Aneesh Kumar K.V 1-4/+8
2013-10-17kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binaryGravatar Paul Mackerras 1-4/+8
2013-07-08powerpc/kvm: Contiguous memory allocator based hash page table allocationGravatar Aneesh Kumar K.V 1-0/+1
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesGravatar Marc Zyngier 1-6/+7
2013-04-26KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationGravatar Benjamin Herrenschmidt 1-1/+4
2013-04-26KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerGravatar Benjamin Herrenschmidt 1-0/+3
2013-04-26KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsGravatar Michael Ellerman 1-0/+1
2013-04-26KVM: PPC: Support irq routing and irqfd for in-kernel MPICGravatar Alexander Graf 1-0/+1
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationGravatar Scott Wood 1-0/+2
2013-01-24KVM: PPC: E500: Split host and guest MMU partsGravatar Alexander Graf 1-3/+6
2012-12-06KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Gravatar Paul Mackerras 1-0/+1
2012-12-06KVM: PPC: Support eventfdGravatar Alexander Graf 1-1/+3
2012-05-06kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMGravatar Benjamin Herrenschmidt 1-0/+2
2012-04-08KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2Gravatar Alexander Graf 1-2/+2
2012-04-08KVM: PPC: e500mc supportGravatar Scott Wood 1-0/+11
2011-09-25KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyGravatar Paul Mackerras 1-0/+3
2011-09-25KVM: PPC: Add PAPR hypercall code for PR modeGravatar Alexander Graf 1-0/+1
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsGravatar Paul Mackerras 1-1/+2
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeGravatar David Gibson 1-1/+2
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelGravatar Paul Mackerras 1-2/+6
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modeGravatar Paul Mackerras 1-3/+14
2011-07-12KVM: PPC: Split out code from book3s.c into book3s_pr.cGravatar Paul Mackerras 1-0/+2
2010-10-13powerpc/Makefiles: Change to new flag variablesGravatar matt mooney 1-1/+1