Linux KVM PPC
[Prev Page][Next Page]
- [PATCH] mm/migrate.c: Remove MIGRATE_PFN_LOCKED,
Alistair Popple
- [PATCH] powerpc/idle: Don't corrupt back chain when going idle,
Michael Ellerman
- [PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks,
Andreas Gruenbacher
- [PATCH v8 01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value, Andreas Gruenbacher
- [PATCH v8 02/17] powerpc/kvm: Fix kvm_use_magic_page, Andreas Gruenbacher
- [PATCH v8 03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}, Andreas Gruenbacher
- [PATCH v8 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable, Andreas Gruenbacher
- [PATCH v8 06/17] gfs2: Add wrapper for iomap_file_buffered_write, Andreas Gruenbacher
- [PATCH v8 05/17] iov_iter: Introduce fault_in_iov_iter_writeable, Andreas Gruenbacher
- [PATCH v8 07/17] gfs2: Clean up function may_grant, Andreas Gruenbacher
- [PATCH v8 08/17] gfs2: Introduce flag for glock holder auto-demotion, Andreas Gruenbacher
- [PATCH v8 09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write, Andreas Gruenbacher
- [PATCH v8 10/17] gfs2: Eliminate ip->i_gh, Andreas Gruenbacher
- [PATCH v8 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O, Andreas Gruenbacher
- [PATCH v8 12/17] iomap: Fix iomap_dio_rw return value for user copies, Andreas Gruenbacher
- [PATCH v8 13/17] iomap: Support partial direct I/O on user copy failures, Andreas Gruenbacher
- [PATCH v8 14/17] iomap: Add done_before argument to iomap_dio_rw, Andreas Gruenbacher
- [PATCH v8 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults, Andreas Gruenbacher
- [PATCH v8 16/17] iov_iter: Introduce nofault flag to disable page faults, Andreas Gruenbacher
- [PATCH v8 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O, Andreas Gruenbacher
- Re: [PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks, Linus Torvalds
- [PATCH 1/2] KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest(),
Michael Ellerman
- [PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul,
Sean Christopherson
- [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest, Sean Christopherson
- [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell, Sean Christopherson
- [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU, Sean Christopherson
- [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object, Sean Christopherson
- [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted, Sean Christopherson
- [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper, Sean Christopherson
- [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats, Sean Christopherson
- [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook, Sean Christopherson
- [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish(), Sean Christopherson
- [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook, Sean Christopherson
- [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful, Sean Christopherson
- [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt(), Sean Christopherson
- [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt(), Sean Christopherson
- [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt(), Sean Christopherson
- [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking, Sean Christopherson
- [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline, Sean Christopherson
- [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs, Sean Christopherson
- [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states, Sean Christopherson
- [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU, Sean Christopherson
- [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled, Sean Christopherson
- [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs, Sean Christopherson
- [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers, Sean Christopherson
- [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking, Sean Christopherson
- [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions, Sean Christopherson
- [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block, Sean Christopherson
- [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration, Sean Christopherson
- [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop, Sean Christopherson
- [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV, Sean Christopherson
- [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load, Sean Christopherson
- [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field, Sean Christopherson
- [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx, Sean Christopherson
- [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86, Sean Christopherson
- [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers, Sean Christopherson
- [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks, Sean Christopherson
- [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode, Sean Christopherson
- [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs, Sean Christopherson
- [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv), Sean Christopherson
- [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks, Sean Christopherson
- [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails", Sean Christopherson
- [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU, Sean Christopherson
- [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper, Sean Christopherson
- [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ, Sean Christopherson
- [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup, Sean Christopherson
- Re: [PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul, Paolo Bonzini
- Re: [PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul, Christian Borntraeger
- [PATCH v2] KVM: PPC: Defer vtime accounting 'til after IRQ handling,
Laurent Vivier
- [PATCH] KVM: PPC: Defer vtime accounting 'til after IRQ handling,
Laurent Vivier
- [RFC PATCH] KVM: PPC: Book3S HV P9: Move H_CEDE logic mostly to one place, Nicholas Piggin
- [PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations,
Nicholas Piggin
- [PATCH v3 01/52] powerpc/64s: Remove WORT SPR from POWER9/10 (take 2), Nicholas Piggin
- [PATCH v3 02/52] powerpc/64s: guard optional TIDR SPR with CPU ftr test, Nicholas Piggin
- [PATCH v3 03/52] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host, Nicholas Piggin
- [PATCH v3 04/52] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read, Nicholas Piggin
- [PATCH v3 05/52] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC, Nicholas Piggin
- [PATCH v3 06/52] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit, Nicholas Piggin
- [PATCH v3 07/52] powerpc/time: add API for KVM to re-arm the host timer/decrementer, Nicholas Piggin
- [PATCH v3 08/52] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests, Nicholas Piggin
- [PATCH v3 09/52] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime, Nicholas Piggin
- [PATCH v3 10/52] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting, Nicholas Piggin
- [PATCH v3 11/52] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use, Nicholas Piggin
- [PATCH v3 12/52] powerpc/64s: Implement PMU override command line option, Nicholas Piggin
- [PATCH v3 13/52] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C, Nicholas Piggin
- [PATCH v3 14/52] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions, Nicholas Piggin
- [PATCH v3 15/52] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse, Nicholas Piggin
- [PATCH v3 16/52] KVM: PPC: Book3S HV P9: Factor out yield_count increment, Nicholas Piggin
- [PATCH v3 17/52] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write, Nicholas Piggin
- [PATCH v3 18/52] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs, Nicholas Piggin
- [PATCH v3 19/52] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs, Nicholas Piggin
- [PATCH v3 20/52] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable, Nicholas Piggin
- [PATCH v3 21/52] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread, Nicholas Piggin
- [PATCH v3 22/52] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase, Nicholas Piggin
- [PATCH v3 23/52] KVM: PPC: Book3S HV P9: Move TB updates, Nicholas Piggin
- [PATCH v3 24/52] KVM: PPC: Book3S HV P9: Optimise timebase reads, Nicholas Piggin
- [PATCH v3 25/52] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls, Nicholas Piggin
- [PATCH v3 26/52] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed, Nicholas Piggin
- [PATCH v3 27/52] KVM: PPC: Book3S HV P9: Juggle SPR switching around, Nicholas Piggin
- [PATCH v3 28/52] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions, Nicholas Piggin
- [PATCH v3 30/52] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function, Nicholas Piggin
- [PATCH v3 29/52] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in, Nicholas Piggin
- [PATCH v3 31/52] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry, Nicholas Piggin
- [PATCH v3 32/52] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit, Nicholas Piggin
- [PATCH v3 33/52] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible, Nicholas Piggin
- [PATCH v3 34/52] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it, Nicholas Piggin
- [PATCH v3 35/52] KVM: PPC: Book3S HV P9: More SPR speed improvements, Nicholas Piggin
- [PATCH v3 36/52] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers, Nicholas Piggin
- [PATCH v3 37/52] KVM: PPC: Book3S HV P9: Demand fault TM facility registers, Nicholas Piggin
- [PATCH v3 38/52] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs, Nicholas Piggin
- [PATCH v3 39/52] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code, Nicholas Piggin
- [PATCH v3 40/52] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs, Nicholas Piggin
- [PATCH v3 41/52] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed, Nicholas Piggin
- [PATCH v3 42/52] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit, Nicholas Piggin
- [PATCH v3 43/52] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry, Nicholas Piggin
- [PATCH v3 44/52] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry, Nicholas Piggin
- [PATCH v3 45/52] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving, Nicholas Piggin
- [PATCH v3 46/52] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit, Nicholas Piggin
- [PATCH v3 47/52] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready, Nicholas Piggin
- [PATCH v3 48/52] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit, Nicholas Piggin
- [PATCH v3 49/52] KVM: PPC: Book3S HV P9: Remove most of the vcore logic, Nicholas Piggin
- [PATCH v3 50/52] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry, Nicholas Piggin
- [PATCH v3 51/52] KVM: PPC: Book3S HV P9: Stop using vc->dpdes, Nicholas Piggin
- [PATCH v3 52/52] KVM: PPC: Book3S HV P9: Remove subcore HMI handling, Nicholas Piggin
- [PATCH] KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value,
Nicholas Piggin
- [PATCH v8 0/2] Interface to represent PAPR firmware attributes,
Pratik R. Sampat
- [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat,
Sean Christopherson
- [PATCH 01/14] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU, Sean Christopherson
- [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted, Sean Christopherson
- [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper, Sean Christopherson
- [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats, Sean Christopherson
- [PATCH 05/14] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook, Sean Christopherson
- [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish(), Sean Christopherson
- [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful, Sean Christopherson
- [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt(), Sean Christopherson
- [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt(), Sean Christopherson
- [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt(), Sean Christopherson
- [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking, Sean Christopherson
- [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline, Sean Christopherson
- [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs, Sean Christopherson
- [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states, Sean Christopherson
- disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat), Christian Borntraeger
- [PATCH] KVM: PPC: Replace zero-length array with flexible array member,
Len Baker
- [PATCH] powerpc: clean up UPD_CONSTR,
Nick Desaulniers
- Re: [PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to, KVM_MAX_VCPU_IDS,
Christian Zigotzky
- [PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling,
Juergen Gross
- [PATCH AUTOSEL 5.14 71/99] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 4.4 10/14] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 4.9 11/17] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 4.14 12/19] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 4.19 17/25] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP, Sasha Levin
- [PATCH AUTOSEL 4.19 16/25] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 5.4 28/37] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation, Sasha Levin
- [PATCH AUTOSEL 5.4 27/37] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP, Sasha Levin
- [PATCH AUTOSEL 5.4 26/37] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 5.4 13/37] KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts, Sasha Levin
- [PATCH AUTOSEL 5.10 40/53] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation, Sasha Levin
- [PATCH AUTOSEL 5.10 39/53] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP, Sasha Levin
- [PATCH AUTOSEL 5.10 38/53] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 5.13 65/88] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation, Sasha Levin
- [PATCH AUTOSEL 5.13 64/88] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP, Sasha Levin
- [PATCH AUTOSEL 5.13 63/88] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Sasha Levin
- [PATCH AUTOSEL 5.13 32/88] KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts, Sasha Levin
- [PATCH AUTOSEL 5.14 73/99] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation, Sasha Levin
- [PATCH AUTOSEL 5.14 72/99] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP, Sasha Levin
- [PATCH AUTOSEL 5.14 38/99] KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts,
Sasha Levin
- [PATCH v1 1/2] powerpc/64s: system call rfscv workaround for TM bugs,
Nicholas Piggin
- [PATCH kernel v2] KVM: PPC: Merge powerpc's debugfs entry content into generic entry,
Alexey Kardashevskiy
- [PATCH kernel] KVM: PPC: Book3S: Merge powerpc's debugfs entry content into generic entry,
Alexey Kardashevskiy
- [PATCH 0/5] KVM: PPC: Book3S: Modules cleanup and unification,
Fabiano Rosas
- [PATCH kernel] KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST,
Alexey Kardashevskiy
- [PATCH kernel] KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots,
Alexey Kardashevskiy
- [PATCH v7 00/19] gfs2: Fix mmap + page fault deadlocks,
Andreas Gruenbacher
- QEMU-KVM offers OPAL firmware interface? OpenBSD guest support?, Joseph
- [PATCH kernel] KVM: PPC: Fix clearing never mapped TCEs in realmode,
Alexey Kardashevskiy
- [PATCH v6 00/19] gfs2: Fix mmap + page fault deadlocks,
Andreas Gruenbacher
- [PATCH v2 0/2] Kconfig symbol fixes on powerpc,
Lukas Bulwahn
- [PATCH 0/2] Kconfig symbol fixes on powerpc,
Lukas Bulwahn
- [PATCH v3] KVM: stats: Add VM stat for the cumulative number of dirtied pages,
Jing Zhang
- [PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer,
Hou Wenlong
- [PATCH v1] KVM: stats: Add VM stat for the cumulative number of dirtied pages,
Jing Zhang
- [PATCH v2 00/60] KVM: PPC: Book3S HV P9: entry/exit optimisations,
Nicholas Piggin
- [PATCH v2 01/60] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME, Nicholas Piggin
- [PATCH v2 02/60] KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path, Nicholas Piggin
- [PATCH v2 03/60] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP, Nicholas Piggin
- [PATCH v2 04/60] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation, Nicholas Piggin
- [PATCH v2 05/60] KVM: PPC: Book3S HV Nested: Sanitise vcpu registers, Nicholas Piggin
- [PATCH v2 06/60] KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible, Nicholas Piggin
- [PATCH v2 07/60] KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1, Nicholas Piggin
- [PATCH v2 08/60] KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argument, Nicholas Piggin
- [PATCH v2 09/60] KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live, Nicholas Piggin
- [PATCH v2 10/60] powerpc/64s: Remove WORT SPR from POWER9/10, Nicholas Piggin
- [PATCH v2 11/60] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host, Nicholas Piggin
- [PATCH v2 12/60] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read, Nicholas Piggin
- [PATCH v2 13/60] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC, Nicholas Piggin
- [PATCH v2 14/60] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit, Nicholas Piggin
- [PATCH v2 15/60] powerpc/time: add API for KVM to re-arm the host timer/decrementer, Nicholas Piggin
- [PATCH v2 16/60] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests, Nicholas Piggin
- [PATCH v2 17/60] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime, Nicholas Piggin
- [PATCH v2 18/60] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting, Nicholas Piggin
- [PATCH v2 19/60] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use, Nicholas Piggin
- [PATCH v2 20/60] powerpc/64s: Implement PMU override command line option, Nicholas Piggin
- [PATCH v2 21/60] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C, Nicholas Piggin
- [PATCH v2 22/60] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions, Nicholas Piggin
- [PATCH v2 23/60] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse, Nicholas Piggin
- [PATCH v2 24/60] KVM: PPC: Book3S HV P9: Factor out yield_count increment, Nicholas Piggin
- [PATCH v2 25/60] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write, Nicholas Piggin
- [PATCH v2 26/60] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs, Nicholas Piggin
- [PATCH v2 27/60] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs, Nicholas Piggin
- [PATCH v2 28/60] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable, Nicholas Piggin
- [PATCH v2 29/60] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread, Nicholas Piggin
- [PATCH v2 30/60] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase, Nicholas Piggin
- [PATCH v2 31/60] KVM: PPC: Book3S HV P9: Move TB updates, Nicholas Piggin
- [PATCH v2 32/60] KVM: PPC: Book3S HV P9: Optimise timebase reads, Nicholas Piggin
- [PATCH v2 33/60] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls, Nicholas Piggin
- [PATCH v2 34/60] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed, Nicholas Piggin
- [PATCH v2 35/60] KVM: PPC: Book3S HV P9: Juggle SPR switching around, Nicholas Piggin
- [PATCH v2 36/60] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions, Nicholas Piggin
- [PATCH v2 37/60] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in, Nicholas Piggin
- [PATCH v2 38/60] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function, Nicholas Piggin
- [PATCH v2 39/60] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry, Nicholas Piggin
- [PATCH v2 41/60] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible, Nicholas Piggin
- [PATCH v2 40/60] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit, Nicholas Piggin
- [PATCH v2 42/60] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it, Nicholas Piggin
- [PATCH v2 43/60] KVM: PPC: Book3S HV P9: More SPR speed improvements, Nicholas Piggin
- [PATCH v2 44/60] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers, Nicholas Piggin
- [PATCH v2 45/60] KVM: PPC: Book3S HV P9: Demand fault TM facility registers, Nicholas Piggin
- [PATCH v2 46/60] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs, Nicholas Piggin
- [PATCH v2 47/60] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code, Nicholas Piggin
- [PATCH v2 48/60] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs, Nicholas Piggin
- [PATCH v2 49/60] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed, Nicholas Piggin
- [PATCH v2 50/60] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit, Nicholas Piggin
- [PATCH v2 51/60] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry, Nicholas Piggin
- [PATCH v2 52/60] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry, Nicholas Piggin
- [PATCH v2 53/60] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving, Nicholas Piggin
- [PATCH v2 54/60] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit, Nicholas Piggin
- [PATCH v2 55/60] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready, Nicholas Piggin
- [PATCH v2 56/60] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit, Nicholas Piggin
- [PATCH v2 57/60] KVM: PPC: Book3S HV P9: Remove most of the vcore logic, Nicholas Piggin
- [PATCH v2 58/60] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry, Nicholas Piggin
- [PATCH v2 59/60] KVM: PPC: Book3S HV P9: Stop using vc->dpdes, Nicholas Piggin
- [PATCH v2 60/60] KVM: PPC: Book3S HV P9: Remove subcore HMI handling, Nicholas Piggin
- Re: [PATCH v2 00/60] KVM: PPC: Book3S HV P9: entry/exit optimisations, Athira Rajeev
- Re: (subset) [PATCH v2 00/60] KVM: PPC: Book3S HV P9: entry/exit optimisations, Michael Ellerman
- [PATCH] KVM: stats: Add VM dirty_pages stats for the number of dirty pages,
Jing Zhang
- [PATCH v6 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes,
Fabiano Rosas
- [PATCH v2 0/3] KVM: PPC: Book3S HV: kvmhv_copy_tofrom_guest_radix changes,
Fabiano Rosas
- Re: [PATCH v15 7/9] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX,
Laurent Vivier
- [PATCH kernel v2] KVM: PPC: Use arch_get_random_seed_long instead of powernv variant,
Alexey Kardashevskiy
- [RFC PATCH v0 0/5] PPC: KVM: pseries: Asynchronous page fault,
Bharata B Rao
- [PATCH v2 0/7] Improve gfn-to-memslot performance during page faults,
David Matlack
- [PATCH v5 00/12] gfs2: Fix mmap + page fault deadlocks,
Andreas Gruenbacher
- [PATCH 00/38] Replace deprecated CPU-hotplug,
Sebastian Andrzej Siewior
- [PATCH] KVM: PPC: Book3S HV: Fix kvmhv_copy_tofrom_guest_radix, Fabiano Rosas
- [PATCH v3 0/5] Linear and Logarithmic histogram statistics,
Jing Zhang
- [PATCH kernel] powerpc/powernv: Check if powernv_rng is initialized,
Alexey Kardashevskiy
- [PATCH v5 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes,
Fabiano Rosas
- [PATCH v1 00/55] KVM: PPC: Book3S HV P9: entry/exit optimisations,
Nicholas Piggin
- [PATCH v1 01/55] KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path, Nicholas Piggin
- [PATCH v1 02/55] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt, Nicholas Piggin
- [PATCH v1 03/55] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path, Nicholas Piggin
- [PATCH v1 04/55] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1, Nicholas Piggin
- [PATCH v1 05/55] KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live, Nicholas Piggin
- [PATCH v1 06/55] powerpc/64s: Remove WORT SPR from POWER9/10, Nicholas Piggin
- [PATCH v1 07/55] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host, Nicholas Piggin
- [PATCH v1 08/55] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read, Nicholas Piggin
- [PATCH v1 09/55] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC, Nicholas Piggin
- [PATCH v1 10/55] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit, Nicholas Piggin
- [PATCH v1 11/55] powerpc/time: add API for KVM to re-arm the host timer/decrementer, Nicholas Piggin
- [PATCH v1 12/55] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests, Nicholas Piggin
- [PATCH v1 14/55] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting, Nicholas Piggin
- [PATCH v1 15/55] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use, Nicholas Piggin
- [PATCH v1 13/55] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime, Nicholas Piggin
- [PATCH v1 16/55] powerpc/64s: Implement PMU override command line option, Nicholas Piggin
- [PATCH v1 17/55] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C, Nicholas Piggin
- [PATCH v1 18/55] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions, Nicholas Piggin
- [PATCH v1 19/55] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse, Nicholas Piggin
- [PATCH v1 20/55] KVM: PPC: Book3S HV P9: Factor out yield_count increment, Nicholas Piggin
- [PATCH v1 21/55] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write, Nicholas Piggin
- [PATCH v1 22/55] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs, Nicholas Piggin
- [PATCH v1 23/55] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs, Nicholas Piggin
- [PATCH v1 24/55] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable, Nicholas Piggin
- [PATCH v1 25/55] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread, Nicholas Piggin
- [PATCH v1 26/55] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase, Nicholas Piggin
- [PATCH v1 27/55] KVM: PPC: Book3S HV P9: Move TB updates, Nicholas Piggin
- [PATCH v1 28/55] KVM: PPC: Book3S HV P9: Optimise timebase reads, Nicholas Piggin
- [PATCH v1 29/55] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls, Nicholas Piggin
- [PATCH v1 30/55] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed, Nicholas Piggin
- [PATCH v1 31/55] KVM: PPC: Book3S HV P9: Juggle SPR switching around, Nicholas Piggin
- [PATCH v1 32/55] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions, Nicholas Piggin
- [PATCH v1 33/55] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in, Nicholas Piggin
- [PATCH v1 34/55] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function, Nicholas Piggin
- [PATCH v1 35/55] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry, Nicholas Piggin
- [PATCH v1 36/55] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit, Nicholas Piggin
- [PATCH v1 37/55] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible, Nicholas Piggin
- [PATCH v1 38/55] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it, Nicholas Piggin
- [PATCH v1 39/55] KVM: PPC: Book3S HV P9: More SPR speed improvements, Nicholas Piggin
- [PATCH v1 40/55] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers, Nicholas Piggin
- [PATCH v1 41/55] KVM: PPC: Book3S HV P9: Demand fault TM facility registers, Nicholas Piggin
- [PATCH v1 42/55] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs, Nicholas Piggin
- [PATCH v1 43/55] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code, Nicholas Piggin
- [PATCH v1 44/55] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs, Nicholas Piggin
- [PATCH v1 45/55] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed, Nicholas Piggin
- [PATCH v1 46/55] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit, Nicholas Piggin
- [PATCH v1 47/55] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry, Nicholas Piggin
- [PATCH v1 48/55] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry, Nicholas Piggin
- [PATCH v1 49/55] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving, Nicholas Piggin
- [PATCH v1 50/55] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready, Nicholas Piggin
- [PATCH v1 51/55] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit, Nicholas Piggin
- [PATCH v1 52/55] KVM: PPC: Book3S HV P9: Remove most of the vcore logic, Nicholas Piggin
- [PATCH v1 53/55] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry, Nicholas Piggin
- [PATCH v1 54/55] KVM: PPC: Book3S HV P9: Stop using vc->dpdes, Nicholas Piggin
- [PATCH v1 55/55] KVM: PPC: Book3S HV P9: Remove subcore HMI handling, Nicholas Piggin
- [PATCH v7 0/1] Interface to represent PAPR firmware attributes,
Pratik R. Sampat
- [PATCH v4 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes,
Fabiano Rosas
- [PATCH 0/2] KVM: PPC: Book3S HV: XIVE: Improve guest entries and exits,
Cédric Le Goater
[Index of Archives]
[KVM]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]