Age | Commit message (Expand) | Author | Files | Lines |
2023-09-14 | KVM: PPC: Book3S HV: Introduce low level MSR accessor | Jordan Niethe | 1 | -2/+3 |
2023-09-14 | KVM: PPC: Always use the GPR accessors | Jordan Niethe | 1 | -1/+5 |
2023-06-21 | powerpc: Mark writes registering ipi to host cpu through kvm and polling | Rohan McLure | 1 | -2/+2 |
2022-08-01 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 1 | -18/+0 |
2022-07-28 | powerpc/powernv/kvm: Use darn for H_RANDOM on Power9 | Jason A. Donenfeld | 1 | -3/+4 |
2022-07-20 | KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interrupt | Murilo Opsfelder Araujo | 1 | -18/+0 |
2022-05-18 | KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlers | Alexey Kardashevskiy | 1 | -64/+0 |
2022-03-08 | powerpc: Move C prototypes out of asm-prototypes.h | Christophe Leroy | 1 | -1/+0 |
2021-11-24 | KVM: PPC: Book3S HV P9: Stop using vc->dpdes | Nicholas Piggin | 1 | -0/+2 |
2021-11-24 | KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing | Nicholas Piggin | 1 | -45/+8 |
2021-11-24 | KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB | Nicholas Piggin | 1 | -1/+4 |
2021-08-10 | powerpc: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 1 | -5/+5 |
2021-06-21 | KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors | Suraj Jitindar Singh | 1 | -1/+1 |
2021-06-10 | KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation | Nicholas Piggin | 1 | -36/+8 |
2021-06-10 | KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers | Nicholas Piggin | 1 | -71/+20 |
2021-04-12 | KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR | Nicholas Piggin | 1 | -2/+2 |
2021-04-12 | KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR | Nicholas Piggin | 1 | -0/+3 |
2021-02-23 | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+1 |
2021-02-10 | KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without... | Nicholas Piggin | 1 | -107/+1 |
2021-02-08 | powerpc: convert interrupt handlers to use wrappers | Nicholas Piggin | 1 | -0/+1 |
2020-11-19 | powerpc/mm: Update tlbiel loop on POWER10 | Aneesh Kumar K.V | 1 | -1/+10 |
2020-10-14 | KVM: PPC: Book3S HV: simplify kvm_cma_reserve() | Mike Rapoport | 1 | -10/+2 |
2020-07-29 | powerpc/kvm/cma: Improve kernel log during boot | Aneesh Kumar K.V | 1 | -1/+1 |
2019-10-22 | KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interrupts | Nicholas Piggin | 1 | -0/+15 |
2019-10-22 | KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest delivery | Nicholas Piggin | 1 | -14/+53 |
2019-07-14 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -2/+4 |
2019-07-03 | powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates | Nicholas Piggin | 1 | -2/+4 |
2019-07-03 | powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT | Nicholas Piggin | 1 | -1/+1 |
2019-06-22 | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+1 |
2019-06-20 | KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries | Suraj Jitindar Singh | 1 | -0/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-04-30 | KVM: PPC: Book3S HV: Flush TLB on secondary radix threads | Paul Mackerras | 1 | -12/+40 |
2019-04-30 | KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C code | Paul Mackerras | 1 | -0/+29 |
2019-02-19 | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE | Paul Mackerras | 1 | -7/+7 |
2018-10-09 | KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor | Paul Mackerras | 1 | -8/+36 |
2018-10-09 | KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code | Paul Mackerras | 1 | -0/+48 |
2018-08-18 | mm/cma: remove unsupported gfp_mask parameter from cma_alloc() | Marek Szyprowski | 1 | -1/+1 |
2018-05-18 | KVM: PPC: Book3S HV: Send kvmppc_bad_interrupt NMIs to Linux handlers | Nicholas Piggin | 1 | -1/+14 |
2018-05-18 | KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it | Simon Guo | 1 | -3/+3 |
2018-03-30 | powerpc/64: Use array of paca pointers and allocate pacas individually | Nicholas Piggin | 1 | -1/+1 |
2017-11-01 | KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts | Paul Mackerras | 1 | -1/+98 |
2017-11-01 | KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled | Paul Mackerras | 1 | -0/+12 |
2017-10-14 | KVM: PPC: Book3S HV: Handle unexpected interrupts better | Paul Mackerras | 1 | -0/+6 |
2017-07-01 | KVM: PPC: Book3S HV: Simplify dynamic micro-threading code | Paul Mackerras | 1 | -1/+1 |
2017-05-12 | KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers | Paul Mackerras | 1 | -1/+8 |
2017-05-09 | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -0/+103 |
2017-05-06 | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2017-04-27 | KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller | Benjamin Herrenschmidt | 1 | -0/+103 |
2017-04-18 | cma: Store a name in the cma structure | Laura Abbott | 1 | -1/+2 |
2017-04-10 | powerpc: Consolidate variants of real-mode MMIOs | Benjamin Herrenschmidt | 1 | -13/+8 |