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
2022-08-04 09:19:23 linux-kernel [RFC PATCH 0/8] workqueue: Fix for prematurely wakeups and cleanups
2022-08-04 09:18:04 linux-kernel [RFC PATCH 1/8] workqueue: Unconditionally set cpumask in worker_attach_to_pool()
2022-08-04 08:46:33 linux-kernel [RFC PATCH 6/8] workqueue: Simplify the starting of the newly created worker
2022-08-04 08:46:23 linux-kernel [RFC PATCH 4/8] workqueue: Set/Clear PF_WQ_WORKER while attaching/detaching
2022-08-04 08:46:23 linux-kernel [RFC PATCH 3/8] workqueue: Set PF_NO_SETAFFINITY instead of kthread_bind_mask()
2022-08-04 08:46:23 linux-kernel [RFC PATCH 5/8] workqueue: Use worker_set_flags() in worker_enter_idle()
2022-08-04 08:45:09 linux-kernel [RFC PATCH 2/8] workqueue: Make create_worker() safe against prematurely wakeups
2022-08-04 08:44:33 linux-kernel [RFC PATCH 8/8] workqueue: Move the locking out of maybe_create_worker()
2022-08-04 08:44:26 linux-kernel [RFC PATCH 7/8] workqueue: Remove the outer loop in maybe_create_worker()
2022-08-03 04:14:22 linux-kernel Re: [RFC PATCH v3 1/3] workqueue: Hold wq_pool_mutex while affining tasks to wq_unbound_cpumask
2022-08-01 08:54:02 linux-kernel Re: [PATCH] workqueue: Use active mask for new worker when pool is DISASSOCIATED
2022-08-01 04:03:38 linux-kernel Re: [PATCH] workqueue: Use active mask for new worker when pool is DISASSOCIATED
2022-07-29 10:19:32 linux-kernel [PATCH] workqueue: Avoid a false warning in unbind_workers()
2022-07-29 03:39:33 linux-kernel Re: [PATCH] workqueue: don't skip lockdep wq dependency in cancel_work_sync()
2022-07-29 02:53:58 linux-kernel Re: [PATCH] workqueue: don't skip lockdep wq dependency in cancel_work_sync()
2022-07-27 18:56:02 linux-kernel Re: [RFC PATCH v2 1/2] workqueue: Unbind workers before sending them to exit()
2022-07-27 18:27:58 linux-kernel Re: [PATCH] workqueue: avoid re-entry of pwq->pool->lock through __queue_work
2022-07-27 09:27:51 linux-kernel Re: [RFC PATCH] workqueue: Unbind workers before sending them to exit()
2022-07-27 06:45:13 linux-kernel Re: [RFC PATCH] workqueue: Unbind workers before sending them to exit()
2022-07-27 05:58:53 linux-kernel Re: [RFC PATCH] workqueue: Unbind workers before sending them to exit()
2022-07-21 10:11:49 linux-kernel Re: [PATCH 07/12] KVM: X86/MMU: Remove the useless struct mmu_page_path
2022-07-21 09:50:48 linux-kernel Re: [PATCH 05/12] KVM: X86/MMU: Clear unsync bit directly in __mmu_unsync_walk()
2022-07-21 03:46:39 linux-kernel Re: [RFC PATCH] workqueue: Unbind workers before sending them to exit()
2022-07-14 09:22:35 linux-kernel Re: [PATCH v3] workqueue: Use active mask for new worker when pool is DISASSOCIATED
2022-07-14 00:34:56 linux-kernel Re: [PATCH v2] workqueue: Use active mask for new worker when pool is DISASSOCIATED
2022-07-13 10:21:04 linux-kernel Re: [PATCH] workqueue: Use active mask for new worker when pool is DISASSOCIATED
2022-06-17 00:33:21 linux-kernel Re: [PATCH V3 0/7] x86/entry: Convert error_entry() to C code
2022-06-14 03:08:08 linux-kernel Re: [PATCH 3/8] KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
2022-06-14 02:57:49 linux-kernel Re: [PATCH 1/8] KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
2022-06-13 08:29:48 linux-kernel Re: [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
2022-06-06 14:56:30 linux-kernel [PATCH V3 7/7] x86/entry: Implement the whole error_entry() as C code
2022-06-06 14:56:27 linux-kernel [PATCH V3 6/7] x86/traps: Add fence_swapgs_{user,kernel}_entry() and user_entry_swapgs_and_fence()
2022-06-06 14:56:25 linux-kernel [PATCH V3 5/7] x86/entry: Add the C verion of SWITCH_TO_KERNEL_CR3 as switch_to_kernel_cr3()
2022-06-06 14:56:19 linux-kernel [PATCH V3 4/7] x86/entry: Add arch/x86/entry/entry64.c for C entry code
2022-06-06 14:56:16 linux-kernel [PATCH V3 3/7] x86: Mark __native_read_cr3() & native_write_cr3() as __always_inline
2022-06-06 14:56:13 linux-kernel [PATCH V3 2/7] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h
2022-06-06 14:56:12 linux-kernel [PATCH V3 1/7] x86/entry: Introduce __entry_text for entry code written in C
2022-06-06 14:56:06 linux-kernel [PATCH V3 0/7] x86/entry: Convert error_entry() to C code
2022-06-06 06:19:00 linux-kernel [PATCH 01/12] KVM: X86/MMU: Warn if sp->unsync_children > 0 in link_shadow_page()
2022-06-06 06:10:09 linux-kernel [PATCH 0/6] KVM: Trivial cleanups
2022-06-06 06:09:48 linux-kernel [PATCH 00/12] KVM: X86/MMU: Simpliy mmu_unsync_walk()
2022-06-06 06:03:06 linux-kernel [PATCH 02/12] KVM: X86/MMU: Rename kvm_unlink_unsync_page() to kvm_mmu_page_clear_unsync()
2022-06-06 05:54:21 linux-kernel [PATCH 11/12] KVM: X86/MMU: Remove mmu_pages_first() and mmu_pages_next()
2022-06-06 05:46:51 linux-kernel [PATCH 6/6] KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
2022-06-06 05:44:27 linux-kernel [PATCH 4/6] KVM: Rename ack_flush() to ack_kick()
2022-06-06 05:39:52 linux-kernel [PATCH 09/12] KVM: X86/MMU: Unfold struct mmu_page_and_offset in struct kvm_mmu_pages
2022-06-06 05:19:24 linux-kernel [PATCH 1/6] KVM: X86/MMU: Remove unused macros from paging_tmpl.h
2022-06-06 05:15:39 linux-kernel [PATCH 3/6] KVM: X86/MMU: Update comments in paging_tmpl.h for the kinds of guest PTEs
2022-06-06 05:10:32 linux-kernel [PATCH 05/12] KVM: X86/MMU: Clear unsync bit directly in __mmu_unsync_walk()
2022-06-06 05:07:02 linux-kernel [PATCH 03/12] KVM: X86/MMU: Split a part of kvm_unsync_page() as kvm_mmu_page_mark_unsync()
2022-06-06 04:58:06 linux-kernel [PATCH 10/12] KVM: X86/MMU: Don't add parents to struct kvm_mmu_pages