LinuxLists
Users
About
Alastair D'Silva (
[email protected]
)
Number of posts: 392 (0.52 per day)
First post: 2018-02-21 05:02:45
Last post: 2020-03-12 23:15:17
Previous Page
/
Next Page
Date
List
Subject
2019-12-03 03:49:54
linux-kernel
[PATCH v2 15/27] nvdimm/ocxl: Register a character device for userspace to interact with
2019-12-03 03:49:49
linux-kernel
[PATCH v2 05/27] powerpc: Map & release OpenCAPI LPC memory
2019-12-03 03:49:42
linux-kernel
[PATCH v2 21/27] nvdimm/ocxl: Support firmware update via sysfs
2019-12-03 03:49:38
linux-kernel
[PATCH v2 17/27] nvdimm/ocxl: Add controller dump IOCTLs
2019-12-03 03:49:17
linux-kernel
[PATCH v2 12/27] nvdimm/ocxl: Read the capability registers & wait for device ready
2019-12-03 03:49:13
linux-kernel
[PATCH v2 01/27] memory_hotplug: Add a bounds check to __add_pages
2019-12-03 03:49:11
linux-kernel
[PATCH v2 03/27] powerpc: Add OPAL calls for LPC memory alloc/release
2019-12-03 03:49:08
linux-kernel
[PATCH v2 00/27] Add support for OpenCAPI SCM devices
2019-11-19 02:53:26
linux-kernel
Re: [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory
2019-11-18 23:06:15
linux-kernel
Re: [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory
2019-11-08 00:38:36
linux-kernel
Re: [PATCH 10/10] ocxl: Conditionally bind SCM devices to the generic OCXL driver
2019-11-04 02:39:15
linux-kernel
[PATCH v5 6/6] powerpc: Don't flush caches when adding memory
2019-11-04 02:37:41
linux-kernel
[PATCH v5 4/6] powerpc: Convert flush_icache_range & friends to C
2019-11-04 02:37:10
linux-kernel
[PATCH v5 5/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
2019-11-04 02:36:01
linux-kernel
[PATCH v5 3/6] powerpc: define helpers to get L1 icache sizes
2019-11-04 02:35:32
linux-kernel
[PATCH v5 2/6] powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GB
2019-11-04 02:35:19
linux-kernel
[PATCH v5 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
2019-11-04 02:35:05
linux-kernel
[PATCH v5 0/6] powerpc: convert cache asm to C
2019-10-29 07:25:57
linux-kernel
Re: [PATCH 04/10] powerpc: Map & release OpenCAPI LPC memory
2019-10-25 19:24:59
linux-kernel
[PATCH 09/10] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal
2019-10-25 19:24:45
linux-kernel
[PATCH 06/10] ocxl: Add functions to map/unmap LPC memory
2019-10-25 19:24:43
linux-kernel
[PATCH 04/10] powerpc: Map & release OpenCAPI LPC memory
2019-10-25 19:24:37
linux-kernel
[PATCH 03/10] powerpc: Add OPAL calls for LPC memory alloc/release
2019-10-25 19:24:29
linux-kernel
[PATCH 01/10] memory_hotplug: Add a bounds check to __add_pages
2019-10-25 19:22:58
linux-kernel
[PATCH 10/10] ocxl: Conditionally bind SCM devices to the generic OCXL driver
2019-10-25 19:22:57
linux-kernel
[PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory
2019-10-25 19:22:52
linux-kernel
[PATCH 07/10] ocxl: Save the device serial number in ocxl_fn
2019-10-25 19:22:44
linux-kernel
[PATCH 05/10] ocxl: Tally up the LPC memory on a link & allow it to be mapped
2019-10-25 19:22:37
linux-kernel
[PATCH 02/10] nvdimm: remove prototypes for nonexistent functions
2019-10-25 19:22:30
linux-kernel
[PATCH 00/10] Add support for OpenCAPI SCM devices
2019-10-03 00:29:15
linux-kernel
RE: [PATCH v7 1/1] memory_hotplug: Add a bounds check to __add_pages
2019-10-01 00:50:45
linux-kernel
[PATCH v7 0/1] Add bounds check for Hotplugged memory
2019-10-01 00:50:25
linux-kernel
[PATCH v7 1/1] memory_hotplug: Add a bounds check to __add_pages
2019-09-30 06:25:15
linux-kernel
[PATCH v6 0/1] Add bounds check for Hotplugged memory
2019-09-30 06:25:06
linux-kernel
[PATCH v6 1/1] memory_hotplug: Add a bounds check to __add_pages
2019-09-30 02:22:43
linux-kernel
[PATCH v5 1/1] memory_hotplug: Add a bounds check to __add_pages
2019-09-30 02:22:43
linux-kernel
[PATCH v5 0/1] Add bounds check for Hotplugged memory
2019-09-27 06:49:11
linux-kernel
RE: [PATCH v4 5/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
2019-09-27 06:36:16
linux-kernel
RE: [PATCH v4] memory_hotplug: Add a bounds check to __add_pages
2019-09-26 10:57:47
linux-kernel
[PATCH v4] memory_hotplug: Add a bounds check to __add_pages
2019-09-26 10:21:34
linux-kernel
[PATCH v4 2/6] powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GB
2019-09-26 10:21:27
linux-kernel
[PATCH v4 0/6] powerpc: convert cache asm to C
2019-09-26 10:20:07
linux-kernel
Re: [PATCH 4/5] ocxl: Add functions to map/unmap LPC memory
2019-09-26 10:19:47
linux-kernel
[PATCH v4 6/6] powerpc: Don't flush caches when adding memory
2019-09-26 10:19:47
linux-kernel
[PATCH v4 5/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
2019-09-26 10:19:45
linux-kernel
[PATCH v4 4/6] powerpc: Convert flush_icache_range & friends to C
2019-09-26 10:19:42
linux-kernel
[PATCH v4 3/6] powerpc: define helpers to get L1 icache sizes
2019-09-26 10:19:25
linux-kernel
[PATCH v4 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
2019-09-26 10:17:40
linux-kernel
[PATCH v4 0/1] Add bounds check for Hotplugged memory
2019-09-19 10:26:06
linux-kernel
Re: [PATCH 3/5] ocxl: Tally up the LPC memory on a link & allow it to be mapped
2019-09-19 05:44:31
linux-kernel
Re: [PATCH v3 1/5] powerpc: Allow flush_icache_range to work across ranges >4GB