| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Remove CONFIG_PPC_BOOK3E_MMU | Christophe Leroy | 2022-09-26 | 1 | -4/+4 |
* | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} | Andreas Gruenbacher | 2021-10-18 | 1 | -1/+2 |
* | powerpc/kvm: Fix kvm_use_magic_page | Andreas Gruenbacher | 2021-10-18 | 1 | -1/+1 |
* | powerpc/kvm: Explicitly mark kvm guest code as __init | Michael Ellerman | 2019-09-13 | 1 | -17/+17 |
* | powerpc/kvm: Move kvm_tmp into .text, shrink to 64K | Michael Ellerman | 2019-09-13 | 1 | -19/+5 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
* | kmemleak: powerpc: skip scanning holes in the .bss section | Catalin Marinas | 2019-04-06 | 1 | -0/+7 |
* | powerpc/kvm: Prefer fault_in_pages_readable function | Mathieu Malaterre | 2018-05-17 | 1 | -2/+2 |
* | powerpc/64: Fix watchdog configuration regressions | Nicholas Piggin | 2017-08-31 | 1 | -7/+0 |
* | powerpc/64s: implement arch-specific hardlockup watchdog | Nicholas Piggin | 2017-07-13 | 1 | -0/+7 |
* | powerpc: Remove redundant breaks | Joe Perches | 2015-08-06 | 1 | -1/+0 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next | Linus Torvalds | 2014-06-04 | 1 | -1/+1 |
|\ |
|
| * | PPC: KVM: Make NX bit available with magic page | Alexander Graf | 2014-05-30 | 1 | -1/+1 |
* | | KVM guest: Make pv trampoline code executable | Alexander Graf | 2014-04-29 | 1 | -1/+1 |
|/ |
|
* | kvm/powerpc: rename kvm_hypercall() to epapr_hypercall() | Bharat Bhushan | 2014-01-09 | 1 | -39/+2 |
* | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-04 | 1 | -7/+2 |
* | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-04 | 1 | -1/+1 |
* | mm/ppc: use common help functions to free reserved pages | Jiang Liu | 2013-04-30 | 1 | -6/+1 |
* | KVM: PPC: use definitions in epapr header for hcalls | Stuart Yoder | 2012-10-05 | 1 | -1/+1 |
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-07-24 | 1 | -25/+3 |
|\ |
|
| * | KVM: PPC: Factor out guest epapr initialization | Liu Yu-B13201 | 2012-05-30 | 1 | -25/+3 |
* | | powerpc: Fix usage of register macros getting ready for %r0 change | Michael Neuling | 2012-07-10 | 1 | -1/+1 |
|/ |
|
* | KVM: PPC: Avoid patching paravirt template code | Liu Yu-B13201 | 2012-03-05 | 1 | -1/+10 |
* | KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn | Scott Wood | 2012-03-05 | 1 | -33/+171 |
* | KVM: PPC: booke: Paravirtualize wrtee | Scott Wood | 2012-03-05 | 1 | -12/+80 |
* | powerpc: Copy down exception vectors after feature fixups | Anton Blanchard | 2011-11-16 | 1 | -1/+0 |
* | powerpc: add export.h to files making use of EXPORT_SYMBOL | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | PPC: KVM: Book E doesn't have __end_interrupts. | Scott Wood | 2010-11-05 | 1 | -1/+1 |
* | KVM: PPC: Enable napping only for Book3s_64 | Alexander Graf | 2010-10-24 | 1 | -0/+2 |
* | KVM: PPC: Force enable nap on KVM | Alexander Graf | 2010-10-24 | 1 | -0/+3 |
* | KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31 | Alexander Graf | 2010-10-24 | 1 | -4/+17 |
* | KVM: PPC: Make PV mtmsr work with r30 and r31 | Alexander Graf | 2010-10-24 | 1 | -7/+32 |
* | KVM: PPC: Add mtsrin PV code | Alexander Graf | 2010-10-24 | 1 | -0/+60 |
* | KVM: PPC: Add feature bitmap for magic page | Alexander Graf | 2010-10-24 | 1 | -6/+15 |
* | KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM case | Alexander Graf | 2010-10-24 | 1 | -1/+0 |
* | KVM: PPC: PV wrteei | Alexander Graf | 2010-10-24 | 1 | -0/+50 |
* | KVM: PPC: PV mtmsrd L=0 and mtmsr | Alexander Graf | 2010-10-24 | 1 | -0/+51 |
* | KVM: PPC: PV mtmsrd L=1 | Alexander Graf | 2010-10-24 | 1 | -0/+45 |
* | KVM: PPC: Introduce branch patching helper | Alexander Graf | 2010-10-24 | 1 | -0/+14 |
* | KVM: PPC: Introduce kvm_tmp framework | Alexander Graf | 2010-10-24 | 1 | -2/+40 |
* | KVM: PPC: PV tlbsync to nop | Alexander Graf | 2010-10-24 | 1 | -0/+12 |
* | KVM: PPC: PV instructions to loads and stores | Alexander Graf | 2010-10-24 | 1 | -0/+109 |
* | KVM: PPC: KVM PV guest stubs | Alexander Graf | 2010-10-24 | 1 | -0/+95 |
* | KVM: PPC: Generic KVM PV guest support | Alexander Graf | 2010-10-24 | 1 | -0/+3 |
* | KVM: PPC: Implement hypervisor interface | Alexander Graf | 2010-10-24 | 1 | -0/+68 |