Prakhya, Sai Praneeth ([email protected])

Number of posts: 232 (0.14 per day)
First post: 2015-12-10 18:27:52
Last post: 2020-05-21 17:31:30

Date List Subject
2018-09-04 22:16:13 linux-kernel [PATCH V3 0/5] Add efi page fault handler to detect and recover
2018-09-04 22:16:13 linux-kernel [PATCH V3 3/5] x86/efi: Permanently save the EFI_MEMORY_MAP passed by the firmware
2018-09-04 22:16:13 linux-kernel [PATCH V3 4/5] x86/efi: Add efi page fault handler to recover from the page faults caused by firmware
2018-09-03 17:22:52 linux-kernel RE: [PATCH V2 4/6] x86/efi: Add efi page fault handler to fixup/recover from page faults caused by firmware
2018-09-03 17:08:55 linux-kernel RE: [PATCH V2 5/6] x86/mm: If in_atomic(), allocate pages without sleeping
2018-09-03 08:17:29 linux-kernel RE: [PATCH V2 2/6] x86/efi: Remove __init attribute from memory mapping functions
2018-09-03 05:07:19 linux-kernel RE: [PATCH V2 2/6] x86/efi: Remove __init attribute from memory mapping functions
2018-09-02 09:52:42 linux-kernel [PATCH V2 0/6] Add efi page fault handler to fix/recover from
2018-09-02 09:50:17 linux-kernel [PATCH V2 1/6] efi: Make efi_rts_work accessible to efi page fault handler
2018-09-02 09:50:17 linux-kernel [PATCH V2 3/6] x86/efi: Permanently save the EFI_MEMORY_MAP passed by the firmware
2018-09-02 09:50:17 linux-kernel [PATCH V2 6/6] x86/efi: Introduce EFI_WARN_ON_ILLEGAL_ACCESS
2018-09-02 09:50:17 linux-kernel [PATCH V2 5/6] x86/mm: If in_atomic(), allocate pages without sleeping
2018-09-02 09:50:17 linux-kernel [PATCH V2 4/6] x86/efi: Add efi page fault handler to fixup/recover from page faults caused by firmware
2018-09-02 09:50:17 linux-kernel [PATCH V2 2/6] x86/efi: Remove __init attribute from memory mapping functions
2018-08-10 18:06:11 linux-kernel RE: [PATCH V1 6/6] x86/efi: Introduce EFI_WARN_ON_ILLEGAL_ACCESSES
2018-08-09 04:33:49 linux-kernel [PATCH V1 4/6] x86/efi: Add efi page fault handler to fixup/recover from page faults caused by firmware
2018-08-09 04:33:27 linux-kernel [PATCH V1 5/6] x86/mm: If in_atomic(), allocate pages without sleeping
2018-08-09 04:33:18 linux-kernel [PATCH V1 6/6] x86/efi: Introduce EFI_WARN_ON_ILLEGAL_ACCESSES
2018-08-09 04:33:14 linux-kernel [PATCH V1 3/6] x86/efi: Permanently save the EFI_MEMORY_MAP passed by the firmware
2018-08-09 04:33:12 linux-kernel [PATCH V1 2/6] x86/efi: Remove __init attribute from memory mapping functions
2018-08-09 04:33:02 linux-kernel [PATCH V1 1/6] efi: Make efi_rts_work accessible to efi page fault handler
2018-08-09 04:32:54 linux-kernel [PATCH V1 0/6] Add efi page fault handler to fix/recover from
2018-08-01 18:43:34 linux-kernel [PATCH V3] x86/speculation: Support Enhanced IBRS on future CPUs
2018-08-01 08:04:30 linux-kernel RE: [PATCH V2] x86/speculation: Support Enhanced IBRS on future CPUs
2018-07-31 17:44:40 linux-kernel RE: [PATCH V2] x86/speculation: Support Enhanced IBRS on future CPUs
2018-07-31 04:04:51 linux-kernel RE: [PATCH V2] x86/speculation: Support Enhanced IBRS on future CPUs
2018-07-30 19:21:13 linux-kernel [PATCH V2] x86/speculation: Support Enhanced IBRS on future CPUs
2018-07-30 17:10:28 linux-kernel RE: [PATCH] x86/speculation: Support Enhanced IBRS on future CPUs
2018-07-24 20:55:46 linux-kernel [PATCH] x86/speculation: Support Enhanced IBRS on future CPUs
2018-07-15 23:50:32 linux-kernel RE: [PATCH 2/8] efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()
2018-07-05 18:32:45 linux-kernel RE: [PATCH 1/6] efi: Introduce efi_memmap_free() to free memory allocated by efi_memmap_alloc()
2018-07-03 01:54:56 linux-kernel [PATCH 2/6] efi: Let the user of efi_memmap_alloc() know the type of allocation performed
2018-07-03 01:54:12 linux-kernel [PATCH 3/6] efi: Use efi.memmap.alloc_type instead of efi.memmap.late
2018-07-03 01:54:05 linux-kernel [PATCH 4/6] x86/efi: Free existing memory map before installing new memory map
2018-07-03 01:53:11 linux-kernel [PATCH 5/6] x86/efi: Free allocated memory if remap fails
2018-07-03 01:52:58 linux-kernel [PATCH 0/6] Fix memory leaks in efi subsystem
2018-07-03 01:52:38 linux-kernel [PATCH 6/6] efi: Fix unaligned fake memmap entries corrupting efi memory map
2018-07-03 01:52:17 linux-kernel [PATCH 1/6] efi: Introduce efi_memmap_free() to free memory allocated by efi_memmap_alloc()
2018-06-27 08:26:41 linux-kernel RE: [PATCH] efi: Free existing memory map before installing new memory map
2018-06-27 08:20:16 linux-kernel RE: [kbuild-all] [PATCH] efi: Free existing memory map before installing new memory map
2018-06-27 05:11:07 linux-kernel RE: [PATCH] efi: Free existing memory map before installing new memory map
2018-06-26 07:19:29 linux-kernel RE: [PATCH] efi: Free existing memory map before installing new memory map
2018-06-26 02:42:26 linux-kernel [PATCH] efi: Free existing memory map before installing new memory map
2018-06-25 01:53:33 linux-kernel [PATCH] efi: Remove the declaration of efi_late_init() as the function is unused
2018-06-20 03:07:08 linux-kernel [PATCH V3] x86/efi: Free allocated memory if remap fails
2018-06-20 02:37:55 linux-kernel Re: [PATCH V2] x86/efi: Free allocated memory if remap fails
2018-06-18 19:39:42 linux-kernel [PATCH V2] x86/efi: Free allocated memory if remap fails
2018-06-18 17:42:53 linux-kernel Re: [PATCH] x86/efi: Free allocated memory if remap fails
2018-06-18 17:21:47 linux-kernel Re: [PATCH] x86/efi: Free allocated memory if remap fails
2018-06-16 01:10:33 linux-kernel [PATCH] x86/efi: Free allocated memory if remap fails
2018-06-06 18:51:25 linux-kernel RE: [PATCH V5 0/3] Use efi_rts_wq to invoke EFI Runtime Services