messages from 2021-10-04 16:00:17 to 2021-10-28 06:05:35 UTC [more...]
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
2021-10-28 6:05 UTC (91+ messages)
` [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
` [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup
[PATCH] mm/migrate.c: Remove MIGRATE_PFN_LOCKED
2021-10-28 1:42 UTC (5+ messages)
[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
2021-10-27 21:21 UTC (40+ messages)
` [PATCH v8 01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v8 02/17] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH v8 03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v8 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v8 05/17] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v8 06/17] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v8 07/17] gfs2: Clean up function may_grant
` [PATCH v8 08/17] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v8 09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v8 10/17] gfs2: Eliminate ip->i_gh
` [PATCH v8 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v8 12/17] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v8 13/17] iomap: Support partial direct I/O on user copy failures
` [PATCH v8 14/17] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v8 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v8 16/17] iov_iter: Introduce nofault "
` [PATCH v8 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O
[PATCH] MAINTAINERS: Update powerpc KVM entry
2021-10-27 10:58 UTC (2+ messages)
[kvm-unit-tests PATCH] powerpc/emulator: Fix compilation with recent versions of GCC
2021-10-26 6:15 UTC
[PATCH] powerpc/idle: Don't corrupt back chain when going idle
2021-10-21 11:07 UTC (2+ messages)
[PATCH] KVM: PPC: Replace zero-length array with flexible array member
2021-10-20 23:28 UTC (3+ messages)
[PATCH v2] KVM: PPC: Defer vtime accounting 'til after IRQ handling
2021-10-20 9:35 UTC (7+ messages)
[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
2021-10-20 5:35 UTC (48+ messages)
` [PATCH v3 02/52] powerpc/64s: guard optional TIDR SPR with CPU ftr test
` [PATCH v3 10/52] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v3 17/52] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v3 18/52] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v3 19/52] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v3 20/52] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v3 21/52] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v3 22/52] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v3 23/52] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v3 24/52] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v3 25/52] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v3 26/52] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v3 27/52] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v3 28/52] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [PATCH v3 29/52] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v3 30/52] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v3 31/52] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v3 32/52] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v3 33/52] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v3 34/52] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require
` [PATCH v3 35/52] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v3 36/52] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v3 37/52] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v3 38/52] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v3 39/52] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v3 40/52] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v3 41/52] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v3 42/52] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v3 43/52] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v3 44/52] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v3 45/52] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v3 46/52] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
` [PATCH v3 47/52] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v3 48/52] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v3 49/52] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v3 50/52] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v3 51/52] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v3 52/52] KVM: PPC: Book3S HV P9: Remove subcore HMI handling
[PATCH 1/2] KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()
2021-10-17 12:28 UTC (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guest
[PATCH] KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value
2021-10-11 14:47 UTC (2+ messages)
[PATCH] powerpc: clean up UPD_CONSTR
2021-10-11 12:06 UTC (2+ messages)
[PATCH] KVM: PPC: Defer vtime accounting 'til after IRQ handling
2021-10-07 13:45 UTC (3+ messages)
[RFC PATCH] KVM: PPC: Book3S HV P9: Move H_CEDE logic mostly to one place
2021-10-04 16:10 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox