Atish Patra ([email protected])

Number of posts: 955 (0.73 per day)
First post: 2018-04-13 21:50:59
Last post: 2021-11-06 06:42:22

Date List Subject
2020-09-18 20:24:10 linux-kernel [RFT PATCH v3 1/5] numa: Move numa implementation to common code
2020-09-17 23:50:46 linux-kernel [PATCH v2] RISC-V: Remove any memblock representing unusable memory area
2020-09-17 22:52:48 linux-kernel [PATCH v8 0/7] Add UEFI support for RISC-V
2020-09-17 22:51:38 linux-kernel [PATCH v8 4/7] RISC-V: Add PE/COFF header for EFI stub
2020-09-17 22:51:36 linux-kernel [PATCH v8 5/7] RISC-V: Add EFI stub support.
2020-09-17 22:50:24 linux-kernel [PATCH v8 1/7] RISC-V: Move DT mapping outof fixmap
2020-09-17 22:49:22 linux-kernel [PATCH v8 7/7] RISC-V: Add page table dump support for uefi
2020-09-17 22:49:18 linux-kernel [PATCH v8 6/7] RISC-V: Add EFI runtime services
2020-09-17 22:49:06 linux-kernel [PATCH v8 3/7] RISC-V: Implement late mapping page table allocation functions
2020-09-17 22:49:03 linux-kernel [PATCH v8 2/7] RISC-V: Add early ioremap support
2020-09-12 01:39:35 linux-kernel [RFC/RFT PATCH v2 3/5] riscv: Separate memory init from paging init
2020-09-12 01:37:33 linux-kernel [RFC/RFT PATCH v2 4/5] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
2020-09-12 01:37:08 linux-kernel [RFC/RFT PATCH v2 5/5] riscv: Add numa support for riscv64 platform
2020-09-12 01:37:06 linux-kernel [RFC/RFT PATCH v2 1/5] numa: Move numa implementation to common code
2020-09-12 01:37:05 linux-kernel [RFC/RFT PATCH v2 0/5] Unify NUMA implementation between ARM64 & RISC-V
2020-09-12 01:37:05 linux-kernel [RFC/RFT PATCH v2 2/5] arm64, numa: Change the numa init function name to be generic
2020-09-12 00:25:08 linux-kernel [PATCH] RISC-V: Consider sparse memory while removing unusable memory
2020-08-28 17:25:35 linux-kernel [PATCH v7 9/9] RISC-V: Add page table dump support for uefi
2020-08-28 17:25:20 linux-kernel [PATCH v7 6/9] RISC-V: Add EFI stub support.
2020-08-28 17:24:34 linux-kernel [PATCH v7 5/9] RISC-V: Add PE/COFF header for EFI stub
2020-08-28 17:23:46 linux-kernel [PATCH v7 8/9] RISC-V: Add EFI runtime services
2020-08-28 17:23:09 linux-kernel [PATCH v7 7/9] efi: Rename arm-init to efi-init common for all arch
2020-08-28 17:23:00 linux-kernel [PATCH v7 4/9] include: pe.h: Add RISC-V related PE definition
2020-08-28 17:22:49 linux-kernel [PATCH v7 3/9] RISC-V: Implement late mapping page table allocation functions
2020-08-28 17:22:30 linux-kernel [PATCH v7 2/9] RISC-V: Add early ioremap support
2020-08-28 17:22:09 linux-kernel [PATCH v7 1/9] RISC-V: Move DT mapping outof fixmap
2020-08-28 17:21:50 linux-kernel [PATCH v7 0/9] Add UEFI support for RISC-V
2020-08-27 17:04:02 linux-kernel Re: linux-next: Tree for Aug 27
2020-08-19 22:28:48 linux-kernel [PATCH v6 9/9] RISC-V: Add page table dump support for uefi
2020-08-19 22:28:32 linux-kernel [PATCH v6 7/9] efi: Rename arm-init to efi-init common for all arch
2020-08-19 22:28:30 linux-kernel [PATCH v6 8/9] RISC-V: Add EFI runtime services
2020-08-19 22:27:55 linux-kernel [PATCH v6 5/9] RISC-V: Add PE/COFF header for EFI stub
2020-08-19 22:26:20 linux-kernel [PATCH v6 6/9] RISC-V: Add EFI stub support.
2020-08-19 22:26:09 linux-kernel [PATCH v6 4/9] include: pe.h: Add RISC-V related PE definition
2020-08-19 22:26:03 linux-kernel [PATCH v6 3/9] RISC-V: Implement late mapping page table allocation functions
2020-08-19 22:26:03 linux-kernel [PATCH v6 2/9] RISC-V: Add early ioremap support
2020-08-19 22:25:55 linux-kernel [PATCH v6 0/9] Add UEFI support for RISC-V
2020-08-19 22:25:54 linux-kernel [PATCH v6 1/9] RISC-V: Move DT mapping outof fixmap
2020-08-14 22:26:23 linux-kernel [RFC/RFT PATCH 3/6] arm64, numa: Move pcibus_to_node definition to generic numa code
2020-08-14 22:25:49 linux-kernel [RFC/RFT PATCH 0/6] Unify NUMA implementation between ARM64 & RISC-V
2020-08-14 22:01:35 linux-kernel [RFC/RFT PATCH 6/6] riscv: Add numa support for riscv64 platform
2020-08-14 22:01:07 linux-kernel [RFC/RFT PATCH 4/6] riscv: Separate memory init from paging init
2020-08-14 22:00:06 linux-kernel [RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic
2020-08-14 22:00:06 linux-kernel [RFC/RFT PATCH 1/6] numa: Move numa implementation to common code
2020-08-14 21:59:49 linux-kernel [RFC/RFT PATCH 5/6] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
2020-08-12 23:53:22 linux-kernel [PATCH v5 2/9] RISC-V: Add early ioremap support
2020-08-12 23:52:46 linux-kernel [PATCH v5 5/9] RISC-V: Add PE/COFF header for EFI stub
2020-08-12 23:51:41 linux-kernel [PATCH v5 3/9] RISC-V: Implement late mapping page table allocation functions
2020-08-12 23:51:31 linux-kernel [PATCH v5 1/9] RISC-V: Move DT mapping outof fixmap
2020-08-12 23:50:36 linux-kernel [PATCH v5 4/9] include: pe.h: Add RISC-V related PE definition
2020-08-12 23:50:36 linux-kernel [PATCH v5 7/9] efi: Rename arm-init to efi-init common for all arch