messages from 2021-10-09 02:12:36 to 2021-11-04 00:25:17 UTC [more...]
[PATCH v5.5 00/30] KVM: Scalable memslots implementation
2021-11-04 0:25 UTC (17+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long"
` [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long
` [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller
` [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
` [PATCH v5.5 10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates
` [PATCH v5.5 11/30] KVM: s390: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 12/30] KVM: x86: "
` [PATCH v5.5 13/30] KVM: RISC-V: "
` [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
` [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
` [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
[GIT PULL] gfs2: Fix mmap + page fault deadlocks
2021-11-02 19:52 UTC (2+ messages)
KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
2021-11-02 15:48 UTC (2+ messages)
[PATCH v9 00/17] gfs2: Fix mmap + page fault deadlocks
2021-11-02 12:29 UTC (18+ messages)
` [PATCH v9 01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v9 02/17] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH v9 03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v9 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v9 05/17] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v9 06/17] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v9 07/17] gfs2: Clean up function may_grant
` [PATCH v9 08/17] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v9 09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v9 10/17] gfs2: Eliminate ip->i_gh
` [PATCH v9 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v9 12/17] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v9 13/17] iomap: Support partial direct I/O on user copy failures
` [PATCH v9 14/17] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v9 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v9 16/17] iov_iter: Introduce nofault "
` [PATCH v9 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O
[PATCH] MAINTAINERS: Update powerpc KVM entry
2021-11-02 10:12 UTC (3+ messages)
[PATCH] KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value
2021-11-02 10:11 UTC (3+ messages)
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
2021-11-01 17:41 UTC (118+ messages)
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [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 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 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 v8 00/17] gfs2: Fix mmap + page fault deadlocks
2021-10-29 18:47 UTC (47+ 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] mm/migrate.c: Remove MIGRATE_PFN_LOCKED
2021-10-29 6:38 UTC (7+ 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 (6+ messages)
[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
2021-10-20 5:35 UTC (15+ 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 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] powerpc: clean up UPD_CONSTR
2021-10-11 12:06 UTC (2+ messages)
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