Sebastian Ene ([email protected])

Number of posts: 180 (0.23 per day)
First post: 2022-04-06 07:46:00
Last post: 2024-06-13 16:46:08

Date List Subject
2024-02-20 15:12:08 linux-kernel [PATCH v6 1/6] KVM: arm64: Move pagetable definitions to common header
2024-02-14 17:00:44 linux-kernel Re: [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
2024-02-13 16:59:14 linux-kernel Re: [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
2024-02-13 16:43:04 linux-kernel Re: [PATCH v5 3/4] KVM: arm64: Register ptdump with debugfs on guest creation
2024-02-07 14:50:31 linux-kernel [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
2024-02-07 14:50:07 linux-kernel [PATCH v5 3/4] KVM: arm64: Register ptdump with debugfs on guest creation
2024-02-07 14:49:59 linux-kernel [PATCH v5 2/4] arm64: ptdump: Use the mask from the state structure
2024-02-07 14:49:42 linux-kernel [PATCH v5 1/4] arm64: ptdump: Expose the attribute parsing functionality
2024-02-07 14:49:32 linux-kernel [PATCH v5 0/4] arm64: ptdump: View the second stage page-tables
2024-02-05 16:10:41 linux-kernel Re: [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables
2024-02-01 11:21:10 linux-kernel Re: [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables
2024-01-24 09:27:11 linux-kernel Re: [PATCH] KVM: arm64: Fix circular locking dependency
2024-01-24 09:10:50 linux-kernel [PATCH v2] KVM: arm64: Fix circular locking dependency
2024-01-23 17:29:14 linux-kernel [PATCH] KVM: arm64: Fix circular locking dependency
2023-12-21 18:42:07 linux-kernel Re: [PATCH v4 00/10] arm64: ptdump: View the second stage page-tables
2023-12-19 11:52:37 linux-kernel Re: [PATCH v4 10/10] arm64: ptdump: Add guest stage-2 pagetables dumping
2023-12-19 11:47:55 linux-kernel Re: [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables
2023-12-19 11:46:08 linux-kernel Re: [PATCH v4 03/10] KVM: arm64: Invoke the snapshot interface for the host stage-2 pagetable
2023-12-19 11:44:33 linux-kernel Re: [PATCH v4 01/10] KVM: arm64: Add snapshot interface for the host stage-2 pagetable
2023-12-18 14:06:14 linux-kernel [PATCH v4 03/10] KVM: arm64: Invoke the snapshot interface for the host stage-2 pagetable
2023-12-18 14:06:13 linux-kernel [PATCH v4 00/10] arm64: ptdump: View the second stage page-tables
2023-12-18 14:03:23 linux-kernel [PATCH v4 06/10] KVM: arm64: Move pagetable definitions to common header
2023-12-18 14:03:00 linux-kernel [PATCH v4 10/10] arm64: ptdump: Add guest stage-2 pagetables dumping
2023-12-18 14:02:51 linux-kernel [PATCH v4 09/10] arm64: ptdump: Interpret pKVM ownership annotations
2023-12-18 14:02:40 linux-kernel [PATCH v4 08/10] arm64: ptdump: Interpret memory attributes based on the runtime config
2023-12-18 14:02:30 linux-kernel [PATCH v4 05/10] arm64: ptdump: Use the mask from the state structure
2023-12-18 14:02:02 linux-kernel [PATCH v4 07/10] KVM: arm64: Walk the pagetable snapshot and parse the ptdump descriptors
2023-12-18 14:00:58 linux-kernel [PATCH v4 04/10] arm64: ptdump: Expose the attribute parsing functionality
2023-12-18 14:00:56 linux-kernel [PATCH v4 01/10] KVM: arm64: Add snapshot interface for the host stage-2 pagetable
2023-12-18 14:00:19 linux-kernel [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables
2023-11-23 14:49:13 linux-kernel Re: [PATCH v3 06/10] arm64: ptdump: Register a debugfs entry for the host stage-2 tables
2023-11-23 14:43:19 linux-kernel Re: [PATCH v3 01/10] KVM: arm64: Add snap shooting the host stage-2 pagetables
2023-11-23 10:59:00 linux-kernel Re: [PATCH v3 10/10] arm64: ptdump: Add support for guest stage-2 pagetables dumping
2023-11-23 09:49:30 linux-kernel Re: [PATCH v3 00/10] arm64: ptdump: View the second stage page-tables
2023-11-15 17:18:01 linux-kernel [PATCH v3 07/10] arm64: ptdump: Parse the host stage-2 page-tables from the snapshot
2023-11-15 17:17:58 linux-kernel [PATCH v3 06/10] arm64: ptdump: Register a debugfs entry for the host stage-2 tables
2023-11-15 17:17:58 linux-kernel [PATCH v3 08/10] arm64: ptdump: Interpret memory attributes based on runtime configuration
2023-11-15 17:17:58 linux-kernel [PATCH v3 09/10] arm64: ptdump: Interpret pKVM ownership annotations
2023-11-15 17:17:53 linux-kernel [PATCH v3 02/10] arm64: ptdump: Use the mask from the state structure
2023-11-15 17:17:50 linux-kernel [PATCH v3 10/10] arm64: ptdump: Add support for guest stage-2 pagetables dumping
2023-11-15 17:17:39 linux-kernel [PATCH v3 03/10] arm64: ptdump: Add the walker function to the ptdump info structure
2023-11-15 17:17:31 linux-kernel [PATCH v3 00/10] arm64: ptdump: View the second stage page-tables
2023-11-15 17:17:23 linux-kernel [PATCH v3 05/10] arm64: ptdump: Add hooks on debugfs file operations
2023-11-15 17:17:15 linux-kernel [PATCH v3 04/10] KVM: arm64: Move pagetable definitions to common header
2023-11-15 17:17:06 linux-kernel [PATCH v3 01/10] KVM: arm64: Add snap shooting the host stage-2 pagetables
2023-10-23 14:47:07 linux-kernel Re: [PATCH v2 11/11] arm64: ptdump: Add support for guest stage-2 pagetables dumping
2023-10-23 14:33:03 linux-kernel Re: [PATCH v2 00/11] arm64: ptdump: View the second stage page-tables
2023-10-19 14:42:36 linux-kernel [PATCH v2 04/11] KVM: arm64: Move pagetable definitions to common header
2023-10-19 14:42:06 linux-kernel [PATCH v2 11/11] arm64: ptdump: Add support for guest stage-2 pagetables dumping
2023-10-19 14:42:05 linux-kernel [PATCH v2 10/11] arm64: ptdump: Interpret pKVM ownership annotations
2023-10-19 14:41:57 linux-kernel [PATCH v2 09/11] arm64: ptdump: Interpret memory attributes based on runtime configuration