Leo Yan ([email protected])

Number of posts: 2173 (2.21 per day)
First post: 2015-02-26 06:01:54
Last post: 2017-11-07 10:57:35

Date List Subject
2020-11-06 01:48:23 linux-kernel [PATCH v7 20/22] perf arm-spe: Add more sub classes for operation packet
2020-11-06 01:48:19 linux-kernel [PATCH v7 18/22] perf arm-spe: Add new function arm_spe_pkt_desc_op_type()
2020-11-06 01:48:13 linux-kernel [PATCH v7 17/22] perf arm-spe: Remove size condition checking for events
2020-11-06 01:47:51 linux-kernel [PATCH v7 15/22] perf arm-spe: Add new function arm_spe_pkt_desc_event()
2020-11-06 01:47:40 linux-kernel [PATCH v7 12/22] perf arm-spe: Refactor context packet handling
2020-11-06 01:47:19 linux-kernel [PATCH v7 09/22] perf arm-spe: Add new function arm_spe_pkt_desc_addr()
2020-11-06 01:47:13 linux-kernel [PATCH v7 19/22] perf arm-spe: Refactor operation packet handling
2020-11-06 01:46:41 linux-kernel [PATCH v7 11/22] perf arm_spe: Fixup top byte for data virtual address
2020-11-06 01:46:31 linux-kernel [PATCH v7 05/22] perf arm-spe: Fix packet length handling
2020-11-06 01:46:05 linux-kernel [PATCH v7 13/22] perf arm-spe: Add new function arm_spe_pkt_desc_counter()
2020-11-06 01:46:05 linux-kernel [PATCH v7 16/22] perf arm-spe: Refactor event type handling
2020-11-06 01:45:50 linux-kernel [PATCH v7 14/22] perf arm-spe: Refactor counter packet handling
2020-11-06 01:45:33 linux-kernel [PATCH v7 10/22] perf arm-spe: Refactor address packet handling
2020-11-06 01:45:17 linux-kernel [PATCH v7 08/22] perf arm-spe: Refactor packet header parsing
2020-11-06 01:45:04 linux-kernel [PATCH v7 02/22] perf arm-spe: Fix a typo in comment
2020-11-06 01:44:59 linux-kernel [PATCH v7 07/22] perf arm-spe: Consolidate arm_spe_pkt_desc()'s return value
2020-11-06 01:44:44 linux-kernel [PATCH v7 06/22] perf arm-spe: Refactor printing string to buffer
2020-11-06 01:44:25 linux-kernel [PATCH v7 04/22] perf arm-spe: Refactor arm_spe_get_events()
2020-11-06 01:44:19 linux-kernel [PATCH v7 03/22] perf arm-spe: Refactor payload size calculation
2020-11-06 01:44:00 linux-kernel [PATCH v7 01/22] perf arm-spe: Include bitops.h for BIT() macro
2020-11-06 01:43:45 linux-kernel [PATCH v7 00/22] perf arm-spe: Refactor decoding & dumping flow
2020-10-27 20:08:10 linux-kernel Re: [PATCH v3 20/20] perf arm-spe: Add support for ARMv8.3-SPE
2020-10-26 07:03:08 linux-kernel Re: [PATCH v3 09/20] perf arm-spe: Refactor address packet handling
2020-10-26 05:09:26 linux-kernel Re: [PATCH v3 03/20] perf arm-spe: Refactor payload size calculation
2020-10-22 23:11:59 linux-kernel [PATCH v3 15/20] perf arm-spe: Remove size condition checking for events
2020-10-22 20:27:03 linux-kernel [PATCH v3 06/20] perf arm-spe: Refactor printing string to buffer
2020-10-22 20:26:49 linux-kernel [PATCH v3 07/20] perf arm-spe: Refactor packet header parsing
2020-10-22 20:26:37 linux-kernel [PATCH v3 09/20] perf arm-spe: Refactor address packet handling
2020-10-22 20:26:26 linux-kernel [PATCH v3 13/20] perf arm-spe: Add new function arm_spe_pkt_desc_event()
2020-10-22 20:26:24 linux-kernel [PATCH v3 04/20] perf arm-spe: Refactor arm_spe_get_events()
2020-10-22 20:26:23 linux-kernel [PATCH v3 00/20] perf arm-spe: Refactor decoding & dumping flow
2020-10-22 17:53:19 linux-kernel [PATCH v3 08/20] perf arm-spe: Add new function arm_spe_pkt_desc_addr()
2020-10-22 17:53:07 linux-kernel [PATCH v3 20/20] perf arm-spe: Add support for ARMv8.3-SPE
2020-10-22 17:52:54 linux-kernel [PATCH v3 18/20] perf arm-spe: Add more sub classes for operation packet
2020-10-22 17:52:43 linux-kernel [PATCH v3 11/20] perf arm-spe: Add new function arm_spe_pkt_desc_counter()
2020-10-22 17:52:19 linux-kernel [PATCH v3 02/20] perf arm-spe: Fix a typo in comment
2020-10-22 17:51:53 linux-kernel [PATCH v3 10/20] perf arm-spe: Refactor context packet handling
2020-10-22 17:51:31 linux-kernel [PATCH v3 14/20] perf arm-spe: Refactor event type handling
2020-10-22 17:51:23 linux-kernel [PATCH v3 16/20] perf arm-spe: Add new function arm_spe_pkt_desc_op_type()
2020-10-22 17:51:13 linux-kernel [PATCH v3 17/20] perf arm-spe: Refactor operation packet handling
2020-10-22 17:51:08 linux-kernel [PATCH v3 19/20] perf arm_spe: Decode memory tagging properties
2020-10-22 17:50:52 linux-kernel [PATCH v3 12/20] perf arm-spe: Refactor counter packet handling
2020-10-22 17:50:45 linux-kernel [PATCH v3 05/20] perf arm-spe: Fix packet length handling
2020-10-22 17:50:42 linux-kernel [PATCH v3 03/20] perf arm-spe: Refactor payload size calculation
2020-10-22 17:50:38 linux-kernel [PATCH v3 01/20] perf arm-spe: Include bitops.h for BIT() macro
2020-10-22 07:53:08 linux-kernel Re: [PATCH v2 14/14] perf arm-spe: Add support for ARMv8.3-SPE
2020-10-21 13:27:37 linux-kernel Re: [PATCH v2 14/14] perf arm-spe: Add support for ARMv8.3-SPE
2020-10-21 13:27:17 linux-kernel Re: [PATCH v2 10/14] perf arm-spe: Refactor event type handling
2020-10-21 12:33:11 linux-kernel Re: [PATCH v2 12/14] perf arm-spe: Add more sub classes for operation packet
2020-10-21 12:33:03 linux-kernel Re: [PATCH v2 14/14] perf arm-spe: Add support for ARMv8.3-SPE
2020-10-21 12:27:58 linux-kernel Re: [PATCH v2 10/14] perf arm-spe: Refactor event type handling