summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/kvm.c
AgeCommit message (Expand)AuthorLines
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher-1/+2
2021-10-18powerpc/kvm: Fix kvm_use_magic_pageAndreas Gruenbacher-1/+1
2019-09-14powerpc/kvm: Explicitly mark kvm guest code as __initMichael Ellerman-17/+17
2019-09-14powerpc/kvm: Move kvm_tmp into .text, shrink to 64KMichael Ellerman-19/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner-13/+1
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas-0/+7
2018-05-17powerpc/kvm: Prefer fault_in_pages_readable functionMathieu Malaterre-2/+2
2017-08-31powerpc/64: Fix watchdog configuration regressionsNicholas Piggin-7/+0
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin-0/+7
2015-08-06powerpc: Remove redundant breaksJoe Perches-1/+0
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds-1/+1
2014-05-30PPC: KVM: Make NX bit available with magic pageAlexander Graf-1/+1
2014-04-29KVM guest: Make pv trampoline code executableAlexander Graf-1/+1
2014-01-09kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()Bharat Bhushan-39/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu-7/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+1
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu-6/+1
2012-10-05KVM: PPC: use definitions in epapr header for hcallsStuart Yoder-1/+1
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-25/+3
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling-1/+1
2012-05-30KVM: PPC: Factor out guest epapr initializationLiu Yu-B13201-25/+3
2012-03-05KVM: PPC: Avoid patching paravirt template codeLiu Yu-B13201-1/+10
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood-33/+171
2012-03-05KVM: PPC: booke: Paravirtualize wrteeScott Wood-12/+80
2011-11-16powerpc: Copy down exception vectors after feature fixupsAnton Blanchard-1/+0
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker-0/+1
2010-11-05PPC: KVM: Book E doesn't have __end_interrupts.Scott Wood-1/+1
2010-10-24KVM: PPC: Enable napping only for Book3s_64Alexander Graf-0/+2
2010-10-24KVM: PPC: Force enable nap on KVMAlexander Graf-0/+3
2010-10-24KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31Alexander Graf-4/+17
2010-10-24KVM: PPC: Make PV mtmsr work with r30 and r31Alexander Graf-7/+32
2010-10-24KVM: PPC: Add mtsrin PV codeAlexander Graf-0/+60
2010-10-24KVM: PPC: Add feature bitmap for magic pageAlexander Graf-6/+15
2010-10-24KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf-1/+0
2010-10-24KVM: PPC: PV wrteeiAlexander Graf-0/+50
2010-10-24KVM: PPC: PV mtmsrd L=0 and mtmsrAlexander Graf-0/+51
2010-10-24KVM: PPC: PV mtmsrd L=1Alexander Graf-0/+45
2010-10-24KVM: PPC: Introduce branch patching helperAlexander Graf-0/+14
2010-10-24KVM: PPC: Introduce kvm_tmp frameworkAlexander Graf-2/+40
2010-10-24KVM: PPC: PV tlbsync to nopAlexander Graf-0/+12
2010-10-24KVM: PPC: PV instructions to loads and storesAlexander Graf-0/+109
2010-10-24KVM: PPC: KVM PV guest stubsAlexander Graf-0/+95
2010-10-24KVM: PPC: Generic KVM PV guest supportAlexander Graf-0/+3
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf-0/+68