Qi Zheng ([email protected])

Number of posts: 673 (0.61 per day)
First post: 2021-06-11 12:49:51
Last post: 2024-06-14 10:58:42

Date List Subject
2022-09-02 15:57:25 linux-kernel Re: mm/khugepaged.c:2046:56: warning: 'struct khugepaged_mm_slot' declared inside parameter list will not be visible outside of this definition or declaration
2022-09-01 08:46:24 linux-kernel [PATCH mm-unstable] mm: thp: fix build error with CONFIG_SHMEM disabled
2022-08-31 04:19:46 linux-kernel Re: [PATCH 1/7] mm: introduce common struct mm_slot
2022-08-31 04:19:28 linux-kernel [PATCH v2 4/7] ksm: add the ksm prefix to the names of the ksm private structures
2022-08-31 04:11:46 linux-kernel [PATCH v2 1/7] mm: introduce common struct mm_slot
2022-08-31 04:11:37 linux-kernel [PATCH v2 0/7] add common struct mm_slot and use it in THP and KSM
2022-08-31 04:05:26 linux-kernel [PATCH v2 5/7] ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
2022-08-31 03:52:02 linux-kernel [PATCH v2 6/7] ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
2022-08-31 03:45:37 linux-kernel [PATCH v2 2/7] mm: thp: convert to use common struct mm_slot
2022-08-31 03:33:45 linux-kernel [PATCH v2 7/7] ksm: convert to use common struct mm_slot
2022-08-31 03:29:13 linux-kernel [PATCH v2 3/7] ksm: remove redundant declarations in ksm.h
2022-08-30 05:05:46 linux-kernel Re: [PATCH 1/7] mm: introduce common struct mm_slot
2022-08-29 15:10:51 linux-kernel [PATCH 1/7] mm: introduce common struct mm_slot
2022-08-29 14:59:25 linux-kernel [PATCH 3/7] ksm: remove redundant declarations in ksm.h
2022-08-29 14:57:54 linux-kernel [PATCH 2/7] mm: thp: convert to use common struct mm_slot
2022-08-29 14:54:10 linux-kernel [PATCH 7/7] ksm: convert to use common struct mm_slot
2022-08-29 14:52:20 linux-kernel [PATCH 0/7] add common struct mm_slot and use it in THP and KSM
2022-08-29 14:52:20 linux-kernel [PATCH 6/7] ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
2022-08-29 14:48:31 linux-kernel Re: [RFC PATCH 0/7] Try to free empty and zero user PTE page table pages
2022-08-29 14:37:07 linux-kernel [PATCH 5/7] ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
2022-08-29 14:36:42 linux-kernel [PATCH 4/7] ksm: add the ksm prefix to the names of the ksm private structures
2022-08-26 04:49:39 linux-kernel Re: [PATCH v3] arm64: run softirqs on the per-CPU IRQ stack
2022-08-25 11:10:53 linux-kernel [RFC PATCH 6/7] x86/mm: add x86_64 support for pte_ref
2022-08-25 11:09:45 linux-kernel [RFC PATCH 2/7] mm: introduce CONFIG_FREE_USER_PTE
2022-08-25 10:25:32 linux-kernel [RFC PATCH 7/7] mm: add proc interface to free user PTE page table pages
2022-08-25 10:24:23 linux-kernel [RFC PATCH 4/7] mm: introduce pte_refcount for user PTE page table page
2022-08-25 10:23:15 linux-kernel [RFC PATCH 0/7] Try to free empty and zero user PTE page table pages
2022-08-25 10:22:18 linux-kernel [RFC PATCH 1/7] mm: use ptep_clear() in non-present cases
2022-08-25 10:16:19 linux-kernel [RFC PATCH 5/7] pte_ref: add track_pte_{set, clear}() helper
2022-08-25 10:16:01 linux-kernel [RFC PATCH 3/7] mm: add pte_to_page() helper
2022-08-18 08:59:22 linux-kernel [PATCH] mm: thp: remove redundant pgtable check in set_huge_zero_page()
2022-08-15 13:28:42 linux-kernel [PATCH v3] arm64: run softirqs on the per-CPU IRQ stack
2022-08-05 08:07:39 linux-kernel Re: [PATCH v2] arm64: run softirqs on the per-CPU IRQ stack
2022-08-05 07:12:22 linux-kernel Re: [PATCH v2] arm64: run softirqs on the per-CPU IRQ stack
2022-08-02 07:03:23 linux-kernel [PATCH v2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-26 06:39:33 linux-kernel [PATCH] mm: fix NULL pointer dereference in wp_page_reuse()
2022-07-22 09:44:52 linux-kernel Re: [PATCH v1 1/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-19 13:50:10 linux-kernel Re: [PATCH v1 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
2022-07-19 07:35:35 linux-kernel Re: [PATCH v1 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
2022-07-14 12:07:40 linux-kernel Re: [PATCH v1 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
2022-07-14 11:58:05 linux-kernel Re: [PATCH v1 1/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-12 07:45:20 linux-kernel Re: [PATCH v1 0/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-08 10:44:09 linux-kernel [PATCH v1 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
2022-07-08 10:05:10 linux-kernel [PATCH v1 1/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-08 10:04:28 linux-kernel [PATCH v1 0/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-08 09:24:12 linux-kernel Re: [RFC PATCH 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
2022-07-08 03:17:11 linux-kernel Re: [RFC PATCH 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
2022-07-07 15:32:33 linux-kernel Re: [RFC PATCH 1/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-07 15:32:04 linux-kernel Re: [RFC PATCH 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
2022-07-07 13:49:58 linux-kernel Re: [RFC PATCH 1/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-07 13:49:15 linux-kernel Re: [RFC PATCH 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK