Lai Jiangshan ([email protected])

Number of posts: 1132 (0.35 per day)
First post: 2015-07-22 14:03:35
Last post: 2024-04-24 13:50:08

Date List Subject
2024-02-26 14:44:24 linux-kernel [RFC PATCH 22/73] KVM: x86/PVM: Handle some VM exits before enable interrupts
2024-02-26 14:43:56 linux-kernel [RFC PATCH 21/73] KVM: x86/PVM: Implement vcpu_run() callbacks
2024-02-26 14:43:34 linux-kernel [RFC PATCH 20/73] KVM: x86/PVM: Implement vcpu_load()/vcpu_put() related callbacks
2024-02-26 14:42:37 linux-kernel [RFC PATCH 16/73] KVM: x86/PVM: Implement host mmu initialization
2024-02-26 14:41:19 linux-kernel [RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area
2024-02-26 14:40:54 linux-kernel [RFC PATCH 06/73] KVM: x86: Move VMX interrupt/nmi handling into kvm.ko
2024-02-26 14:40:32 linux-kernel [RFC PATCH 13/73] KVM: x86/emulator: Reinject #GP if instruction emulation failed for PVM
2024-02-26 14:40:11 linux-kernel [RFC PATCH 12/73] KVM: x86: Add NR_VCPU_SREG in SREG enum
2024-02-26 14:39:51 linux-kernel [RFC PATCH 11/73] KVM: x86: Implement gpc refresh for guest usage
2024-02-26 14:39:38 linux-kernel [RFC PATCH 10/73] KVM: x86: Introduce vendor feature to expose vendor-specific CPUID
2024-02-26 14:39:20 linux-kernel [RFC PATCH 08/73] KVM: x86: Allow hypercall handling to not skip the instruction
2024-02-26 14:38:58 linux-kernel [RFC PATCH 05/73] KVM: x86: Set 'vcpu->arch.exception.injected' as true before vendor callback
2024-02-26 14:38:21 linux-kernel [RFC PATCH 07/73] KVM: x86/mmu: Adapt shadow MMU for PVM
2024-02-26 14:37:27 linux-kernel [RFC PATCH 01/73] KVM: Documentation: Add the specification for PVM
2024-02-26 14:37:02 linux-kernel [RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
2024-02-25 10:56:20 linux-kernel Re: [PATCHSET v2 wq/6.10] workqueue: Implement disable/enable_work()
2024-02-22 04:59:38 linux-kernel Re: [PATCHSET v2 wq/6.10] workqueue: Implement disable/enable_work()
2024-02-22 04:36:51 linux-kernel Re: [PATCH 6/7] workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
2024-02-22 04:35:55 linux-kernel Re: [PATCH 1/7] workqueue: Preserve OFFQ bits in cancel[_sync] paths
2024-02-22 04:35:17 linux-kernel Re: [PATCH 2/7] workqueue: Implement disable/enable for (delayed) work items
2024-02-22 03:33:43 linux-kernel Re: [PATCHSET v2 wq/6.10] workqueue: Implement disable/enable_work()
2024-02-21 02:55:39 linux-kernel Re: [PATCH 12/17] workqueue: Implement disable/enable for (delayed) work items
2024-02-21 02:43:06 linux-kernel Re: [PATCHSET wq/for-6.9,6.10] workqueue: Implement disable/enable_work()
2024-02-20 07:33:56 linux-kernel Re: [PATCH 16/17] workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
2024-02-20 07:24:13 linux-kernel Re: [PATCH 13/17] workqueue: Remove WORK_OFFQ_CANCELING
2024-02-20 07:22:48 linux-kernel Re: [PATCH 12/17] workqueue: Implement disable/enable for (delayed) work items
2024-02-04 02:22:15 linux-kernel Re: [PATCH v2 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
2024-02-01 11:03:58 linux-kernel Re: [PATCH 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
2024-01-29 16:09:11 linux-kernel Re: [PATCHSET v3 wq/for-6.9] workqueue: Implement system-wide max_active for unbound workqueues
2024-01-29 16:03:47 linux-kernel Re: [PATCH 08/10] workqueue: Introduce struct wq_node_nr_active
2024-01-29 16:02:02 linux-kernel Re: [PATCH 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-24 02:58:07 linux-kernel Re: [PATCH 9/9] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-19 07:56:11 linux-kernel Re: [PATCH 8/9] workqueue: Introduce struct wq_node_nr_active
2024-01-19 07:55:47 linux-kernel Re: [PATCH 9/9] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-17 03:57:36 linux-kernel Re: [RFC PATCH 4/4] kernel/workqueue: Let rescuers follow unbound wq cpumask changes
2024-01-10 09:08:54 linux-kernel Re: [PATCH v2] workqueue: Add rcu lock check after work execute end
2024-01-03 09:01:55 linux-kernel Re: [PATCH 2/7] workqueue: Share the same PWQ for the CPUs of a pod
2023-12-27 14:51:27 linux-kernel [PATCH 7/7] workqueue: Rename wq->saved_max_active to wq->max_active
2023-12-27 14:50:59 linux-kernel [PATCH 5/7] workqueue: Addjust pwq's max_active when CPU online/offine
2023-12-27 14:50:45 linux-kernel [PATCH 4/7] workqueue: Wrap common code into wq_adjust_pwqs_max_active()
2023-12-27 14:50:36 linux-kernel [PATCH 3/7] workqueue: Add pwq_calculate_max_active()
2023-12-27 14:50:18 linux-kernel [PATCH 2/7] workqueue: Share the same PWQ for the CPUs of a pod
2023-12-27 14:50:04 linux-kernel [PATCH 1/7] workqueue: Reuse the default PWQ as much as possible
2023-12-27 14:49:51 linux-kernel [PATCH 0/7] workqueue: Share the same PWQ for the CPUs of a pod and distribute max_active across pods
2023-12-26 09:14:38 linux-kernel Re: [PATCH 08/10] workqueue: Introduce struct wq_node_nr_active
2023-12-26 09:13:16 linux-kernel Re: [PATCH 04/10] workqueue: Move nr_active handling into helpers
2023-12-22 08:07:35 linux-kernel Re: [PATCHSET wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
2023-12-20 09:20:39 linux-kernel Re: [PATCHSET wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
2023-12-06 08:43:09 linux-kernel Re: [PATCH v6 42/45] mm: shrinker: make global slab shrink lockless
2023-12-06 08:23:49 linux-kernel Re: [PATCH v6 42/45] mm: shrinker: make global slab shrink lockless
2023-12-06 07:48:12 linux-kernel Re: [PATCH v6 42/45] mm: shrinker: make global slab shrink lockless