Zhen Lei ([email protected])

Number of posts: 1698 (1.1 per day)
First post: 2013-08-27 12:40:21
Last post: 2017-11-24 07:03:08

Date List Subject
2022-10-17 06:53:46 linux-kernel [PATCH v7 02/11] scripts/kallsyms: don't compress symbol types
2022-10-17 06:53:34 linux-kernel [PATCH v7 00/11] kallsyms: Optimizes the performance of lookup symbols
2022-10-14 03:00:04 linux-kernel [PATCH v3 1/3] ARM: Fix some check warnings of tool sparse
2022-10-14 02:59:12 linux-kernel [PATCH v3 3/3] ARM: Make the dumped instructions are consistent with the disassembled ones
2022-10-14 02:32:41 linux-kernel [PATCH v3 2/3] ARM: Refactor dump_instr()
2022-10-14 02:05:54 linux-kernel [PATCH v3 0/3] ARM: Make the dumped instructions are consistent with the disassembled ones
2022-10-13 12:00:45 linux-kernel Re: [PATCH v2 1/2] ARM: Fix some check warnings of tool sparse
2022-10-13 01:38:53 linux-kernel Re: [PATCH v2 1/2] ARM: Fix some check warnings of tool sparse
2022-10-11 03:01:06 linux-kernel Re: [PATCH v2 1/2] ARM: Fix some check warnings of tool sparse
2022-10-11 02:58:41 linux-kernel Re: [PATCH v2 1/2] ARM: Fix some check warnings of tool sparse
2022-10-10 11:54:04 linux-kernel Re: [PATCH v2 1/2] ARM: Fix some check warnings of tool sparse
2022-10-10 11:51:17 linux-kernel Re: [PATCH v2 2/2] ARM: Make the dumped instructions are consistent with the disassembled ones
2022-10-10 11:46:48 linux-kernel Re: [PATCH v2 2/2] ARM: Make the dumped instructions are consistent with the disassembled ones
2022-10-10 10:32:57 linux-kernel [PATCH v2 1/2] ARM: Fix some check warnings of tool sparse
2022-10-10 10:17:20 linux-kernel [PATCH v2 0/2] ARM: Make the dumped instructions are consistent with the disassembled ones
2022-10-10 10:11:24 linux-kernel [PATCH v2 2/2] ARM: Make the dumped instructions are consistent with the disassembled ones
2022-10-08 07:28:57 linux-kernel Re: [PATCH v6 11/11] kallsyms: Add self-test facility
2022-09-30 11:53:41 linux-kernel Re: [PATCH v4 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
2022-09-30 02:03:40 linux-kernel [PATCH] livepatch: Move the result-invariant calculation out of the loop
2022-09-28 01:51:47 linux-kernel Re: [PATCH v4 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
2022-09-24 12:42:43 linux-kernel [PATCH v6 00/11] kallsyms: Optimizes the performance of lookup symbols
2022-09-24 12:38:57 linux-kernel [PATCH v6 08/11] livepatch: Use kallsyms_on_each_match_symbol() to improve performance
2022-09-24 12:38:29 linux-kernel [PATCH v6 07/11] kallsyms: Add helper kallsyms_on_each_match_symbol()
2022-09-24 12:38:00 linux-kernel [PATCH v6 11/11] kallsyms: Add self-test facility
2022-09-24 12:37:52 linux-kernel [PATCH v6 06/11] kallsyms: Add helper kallsyms_lookup_clang_name()
2022-09-24 12:27:13 linux-kernel [PATCH v6 10/11] kallsyms: Delete an unused parameter related to kallsyms_on_each_symbol()
2022-09-24 12:27:06 linux-kernel [PATCH v6 09/11] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
2022-09-24 12:26:41 linux-kernel [PATCH v6 05/11] kallsyms: Improve the performance of kallsyms_lookup_name()
2022-09-24 12:26:37 linux-kernel [PATCH v6 04/11] scripts/kallsyms: generate kallsyms_best_token_table[]
2022-09-24 12:26:35 linux-kernel [PATCH v6 03/11] scripts/kallsyms: remove helper sym_name() and cleanup
2022-09-24 12:26:30 linux-kernel [PATCH v6 02/11] scripts/kallsyms: don't compress symbol types
2022-09-24 12:26:11 linux-kernel [PATCH v6 01/11] scripts/kallsyms: rename build_initial_tok_table()
2022-09-24 12:24:15 linux-kernel Re: [PATCH v5 08/10] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
2022-09-24 01:53:10 linux-kernel Re: [PATCH v5 08/10] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
2022-09-23 12:14:34 linux-kernel [PATCH v5 05/10] kallsyms: Improve the performance of kallsyms_lookup_name()
2022-09-23 12:14:14 linux-kernel [PATCH v5 07/10] livepatch: Use kallsyms_on_each_match_symbol() to improve performance
2022-09-23 12:12:27 linux-kernel [PATCH v5 10/10] kallsyms: Add self-test facility
2022-09-23 12:12:24 linux-kernel [PATCH v5 08/10] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
2022-09-23 12:10:38 linux-kernel [PATCH v5 04/10] scripts/kallsyms: generate kallsyms_best_token_table[]
2022-09-23 11:38:39 linux-kernel [PATCH v5 09/10] kallsyms: Delete an unused parameter related to kallsyms_on_each_symbol()
2022-09-23 11:37:27 linux-kernel [PATCH v5 03/10] scripts/kallsyms: remove helper sym_name() and cleanup
2022-09-23 11:37:07 linux-kernel [PATCH v5 06/10] kallsyms: Add helper kallsyms_on_each_match_symbol()
2022-09-23 11:26:49 linux-kernel [PATCH v5 01/10] scripts/kallsyms: rename build_initial_tok_table()
2022-09-23 11:26:32 linux-kernel [PATCH v5 02/10] scripts/kallsyms: don't compress symbol types
2022-09-23 11:26:17 linux-kernel [PATCH v5 00/10] kallsyms: Optimizes the performance of lookup symbols
2022-09-22 08:04:26 linux-kernel Re: [PATCH v4 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
2022-09-22 07:35:50 linux-kernel Re: [PATCH v4 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
2022-09-22 02:43:42 linux-kernel Re: [PATCH v4 5/8] kallsyms: Add helper kallsyms_on_each_match_symbol()
2022-09-22 02:42:27 linux-kernel Re: [PATCH v4 4/8] kallsyms: Improve the performance of kallsyms_lookup_name()
2022-09-21 13:25:39 linux-kernel Re: [PATCH v4 3/8] scripts/kallsyms: don't compress symbol types
2022-09-21 13:03:58 linux-kernel Re: [PATCH v4 2/8] scripts/kallsyms: ensure that all possible combinations are compressed