| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 2018-05-15 | 1 | -5/+31 |
|\ |
|
| * | powerpc/kvm: Switch kvm pmd allocator to custom allocator | Aneesh Kumar K.V | 2018-05-15 | 1 | -5/+31 |
* | | powerpc64/ftrace: Disable ftrace during kvm entry/exit | Naveen N. Rao | 2018-05-03 | 2 | -0/+7 |
|/ |
|
* | powerpc/kvm/booke: Fix altivec related build break | Laurentiu Tudor | 2018-04-27 | 1 | -0/+7 |
* | Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-04-15 | 1 | -4/+0 |
|\ |
|
| * | KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode | Nicholas Piggin | 2018-04-11 | 1 | -4/+0 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-04-09 | 9 | -169/+210 |
|\ \
| |/
|/| |
|
| * | KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot() in page fault handler | Paul Mackerras | 2018-03-28 | 1 | -60/+88 |
| * | KVM: PPC: Book3S HV: Handle 1GB pages in radix page fault handler | Paul Mackerras | 2018-03-19 | 1 | -36/+93 |
| * | KVM: PPC: Book3S HV: Streamline setting of reference and change bits | Paul Mackerras | 2018-03-19 | 1 | -33/+19 |
| * | KVM: PPC: Book3S HV: Radix page fault handler optimizations | Paul Mackerras | 2018-03-19 | 1 | -15/+27 |
| * | KVM: PPC: Remove unused kvm_unmap_hva callback | Paul Mackerras | 2018-03-19 | 8 | -44/+2 |
* | | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-04-07 | 9 | -35/+555 |
|\ \ |
|
| * | | KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile error | Nicholas Piggin | 2018-04-03 | 1 | -0/+1 |
| * | | powerpc/64s: Remove POWER4 support | Nicholas Piggin | 2018-04-01 | 1 | -6/+0 |
| * | | powerpc/kvm: Fix guest boot failure on Power9 since DAWR changes | Aneesh Kumar K.V | 2018-04-01 | 1 | -1/+1 |
| * | | Merge branch 'topic/paca' into next | Michael Ellerman | 2018-03-31 | 4 | -19/+23 |
| |\ \ |
|
| | * | | powerpc/64s: Allocate LPPACAs individually | Nicholas Piggin | 2018-03-30 | 1 | -1/+2 |
| | * | | powerpc/64: Use array of paca pointers and allocate pacas individually | Nicholas Piggin | 2018-03-30 | 2 | -14/+19 |
| | * | | powerpc/64s: Do not allocate lppaca if we are not virtualized | Nicholas Piggin | 2018-03-30 | 2 | -4/+2 |
| * | | | Merge branch 'fixes' into next | Michael Ellerman | 2018-03-28 | 2 | -0/+14 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 2018-03-27 | 2 | -1/+19 |
| |\ \ \ \ |
|
| | * | | | | KVM: PPC: Book3S HV: Handle migration with POWER9 disabled DAWR | Michael Neuling | 2018-03-27 | 1 | -0/+10 |
| | * | | | | KVM: PPC: Book3S HV: Return error from h_set_dabr() on POWER9 | Michael Neuling | 2018-03-27 | 1 | -1/+7 |
| | * | | | | KVM: PPC: Book3S HV: Return error from h_set_mode(SET_DAWR) on POWER9 | Michael Neuling | 2018-03-27 | 1 | -0/+2 |
| * | | | | | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 2018-03-24 | 6 | -9/+512 |
| |\| | | | |
|
| | * | | | | KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state | Paul Mackerras | 2018-03-24 | 1 | -7/+10 |
| | * | | | | KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode | Suraj Jitindar Singh | 2018-03-24 | 1 | -4/+20 |
| | * | | | | KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 | Paul Mackerras | 2018-03-24 | 6 | -7/+491 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge two commits from 'kvm-ppc-fixes' into next | Michael Ellerman | 2018-03-13 | 1 | -1/+3 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-03-30 | 1 | -17/+18 |
|\ \ \ \ \ \ |
|
| * | | | | | | KVM: PPC: Book3S HV: Fix duplication of host SLB entries | Paul Mackerras | 2018-03-23 | 1 | -17/+18 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag 'powerpc-4.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-03-28 | 2 | -0/+14 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | powerpc/mm: Fixup tlbie vs store ordering issue on POWER9 | Aneesh Kumar K.V | 2018-03-23 | 2 | -0/+14 |
| | |_|/
| |/| | |
|
* | | | | KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry | Paul Mackerras | 2018-03-14 | 1 | -5/+5 |
* | | | | Merge tag 'kvm-ppc-fixes-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 2018-03-06 | 3 | -35/+55 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN | Laurent Vivier | 2018-03-03 | 1 | -3/+2 |
| * | | | KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing | Paul Mackerras | 2018-03-02 | 1 | -5/+7 |
| * | | | KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler | Paul Mackerras | 2018-03-02 | 1 | -26/+43 |
| | |/
| |/| |
|
| * | | KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions | Paul Mackerras | 2018-02-13 | 1 | -1/+1 |
| * | | KVM: PPC: Fix compile error that occurs when CONFIG_ALTIVEC=n | Paul Mackerras | 2018-02-13 | 1 | -0/+2 |
| |/ |
|
* / | treewide/trivial: Remove ';;$' typo noise | Ingo Molnar | 2018-02-22 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-02-10 | 14 | -196/+610 |
|\ |
|
| * | Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Radim Krčmář | 2018-02-09 | 8 | -35/+237 |
| |\ |
|
| | * | KVM: PPC: Book3S: Add MMIO emulation for VMX instructions | Jose Ricardo Ziviani | 2018-02-09 | 2 | -0/+186 |
| | * | KVM: PPC: Book3S HV: Branch inside feature section | Alexander Graf | 2018-02-09 | 1 | -1/+2 |
| | * | KVM: PPC: Book3S HV: Make HPT resizing work on POWER9 | David Gibson | 2018-02-09 | 2 | -9/+24 |
| | * | KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code | Paul Mackerras | 2018-02-09 | 1 | -6/+2 |
| | * | KVM: PPC: Book3S PR: Fix broken select due to misspelling | Ulf Magnusson | 2018-02-08 | 1 | -1/+1 |
| | * | KVM: PPC: Book3S PR: Fix svcpu copying with preemption enabled | Alexander Graf | 2018-02-01 | 2 | -14/+10 |