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