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-03-13 04:19:04
linux-kernel
[PATCH 3/7] ocxl: Split pci.c
2019-03-13 04:18:55
linux-kernel
[PATCH 2/7] ocxl: Allow external drivers to use OpenCAPI contexts
2019-03-13 04:18:32
linux-kernel
[PATCH 6/7] ocxl: afu_irq only deals with IRQ IDs, not offsets
2019-03-13 04:18:16
linux-kernel
[PATCH 4/7] ocxl: Don't pass pci_dev around
2019-03-13 04:17:33
linux-kernel
[PATCH 5/7] ocxl: Create a clear delineation between ocxl backend & frontend
2019-03-13 04:17:26
linux-kernel
[PATCH 7/7] ocxl: move event_fd handling to frontend
2019-03-13 04:17:06
linux-kernel
[PATCH 0/7] Refactor OCXL driver to allow external drivers to use it
2019-03-13 04:10:49
linux-kernel
[PATCH 4/5] ocxl: Remove superfluous 'extern' from headers
2019-03-13 04:10:14
linux-kernel
[PATCH 1/5] ocxl: Rename struct link to ocxl_link
2019-03-13 04:10:06
linux-kernel
[PATCH v2 0/5] ocxl: OpenCAPI Cleanup
2019-03-13 04:08:43
linux-kernel
[PATCH 3/5] ocxl: read_pasid never returns an error, so make it void
2019-03-13 04:08:36
linux-kernel
[PATCH 2/5] ocxl: Clean up printf formats
2019-03-13 04:08:29
linux-kernel
[PATCH 5/5] ocxl: Remove some unused exported symbols
2019-03-13 03:43:35
linux-kernel
[PATCH 1/1] arch/powerpc: Rework local_paca to avoid LTO warnings
2019-03-13 03:42:50
linux-kernel
[PATCH 1/1] arch/powerpc: Don't assume start_text & head_end align
2019-02-27 05:00:59
linux-kernel
[PATCH 4/5] ocxl: Remove superfluous 'extern' from headers
2019-02-27 05:00:32
linux-kernel
[PATCH 2/5] ocxl: Clean up printf formats
2019-02-27 05:00:32
linux-kernel
[PATCH 5/5] ocxl: Remove some unused exported symbols
2019-02-27 04:59:37
linux-kernel
[PATCH 1/5] ocxl: Rename struct link to ocxl_link
2019-02-27 04:59:34
linux-kernel
[PATCH 3/5] ocxl: read_pasid never returns an error, so make it void
2019-02-27 04:59:28
linux-kernel
[PATCH 0/5] ocxl: OpenCAPI Cleanup
2018-05-11 06:17:40
linux-kernel
[PATCH v5 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
2018-05-11 06:17:21
linux-kernel
[PATCH v5 7/7] ocxl: Document new OCXL IOCTLs
2018-05-11 06:17:17
linux-kernel
[PATCH v5 1/7] powerpc: Add TIDR CPU feature for POWER9
2018-05-11 06:17:00
linux-kernel
[PATCH v5 5/7] ocxl: Expose the thread_id needed for wait on POWER9
2018-05-11 06:16:43
linux-kernel
[PATCH v5 6/7] ocxl: Add an IOCTL so userspace knows what OCXL features are available
2018-05-11 06:16:37
linux-kernel
[PATCH v5 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
2018-05-11 06:15:58
linux-kernel
[PATCH v5 3/7] powerpc: use task_pid_nr() for TID allocation
2018-05-11 06:15:42
linux-kernel
[PATCH v5 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
2018-05-09 05:39:31
linux-kernel
[PATCH v4 5/7] ocxl: Expose the thread_id needed for wait on POWER9
2018-05-09 05:39:16
linux-kernel
[PATCH v4 1/7] powerpc: Add TIDR CPU feature for POWER9
2018-05-09 05:38:46
linux-kernel
[PATCH v4 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
2018-05-09 05:38:09
linux-kernel
[PATCH v4 7/7] ocxl: Document new OCXL IOCTLs
2018-05-09 05:37:38
linux-kernel
[PATCH v4 6/7] ocxl: Add an IOCTL so userspace knows what OCXL features are available
2018-05-09 05:37:19
linux-kernel
[PATCH v4 3/7] powerpc: use task_pid_nr() for TID allocation
2018-05-09 05:37:02
linux-kernel
[PATCH v4 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
2018-05-09 05:36:56
linux-kernel
[PATCH v4 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
2018-05-09 00:47:58
linux-kernel
[PATCH v3 5/7] ocxl: Expose the thread_id needed for wait on POWER9
2018-05-09 00:47:38
linux-kernel
[PATCH v3 7/7] ocxl: Document new OCXL IOCTLs
2018-05-09 00:47:36
linux-kernel
[PATCH v3 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
2018-05-09 00:47:28
linux-kernel
[PATCH v3 1/7] powerpc: Add TIDR CPU feature for POWER9
2018-05-09 00:46:40
linux-kernel
[PATCH v3 3/7] powerpc: use task_pid_nr() for TID allocation
2018-05-09 00:46:39
linux-kernel
[PATCH v3 6/7] ocxl: Add an IOCTL so userspace knows what OCXL features are available
2018-05-09 00:46:08
linux-kernel
[PATCH v3 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
2018-05-09 00:45:55
linux-kernel
[PATCH v3 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
2018-05-08 03:55:54
linux-kernel
Re: [PATCH v2 6/7] ocxl: Add an IOCTL so userspace knows what CPU features are available
2018-05-08 03:17:36
linux-kernel
Re: [PATCH v2 1/7] powerpc: Add TIDR CPU feature for Power9
2018-05-08 00:42:43
linux-kernel
Re: [PATCH v2 6/7] ocxl: Add an IOCTL so userspace knows what CPU features are available
2018-05-08 00:41:14
linux-kernel
Re: [PATCH v2 3/7] powerpc: use task_pid_nr() for TID allocation
2018-04-18 01:16:15
linux-kernel
[PATCH v2 7/7] ocxl: Document new OCXL IOCTLs
2018-04-18 01:14:53
linux-kernel
[PATCH v2 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation