1
0
Fork 0
alistair23-linux/drivers/misc/ocxl
Alastair D'Silva 60e8523e2e ocxl: Allow contexts to be attached with a NULL mm
If an OpenCAPI context is to be used directly by a kernel driver, there
may not be a suitable mm to use.

The patch makes the mm parameter to ocxl_context_attach optional.

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Acked-by: Frederic Barrat <fbarrat@linux.ibm.com>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Link: https://lore.kernel.org/r/20190620041203.12274-1-alastair@au1.ibm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-03 21:29:47 +02:00
..
Kconfig Merge 5.2-rc4 into char-misc-next 2019-06-09 09:11:21 +02:00
Makefile ocxl: Provide global MMIO accessors for external drivers 2019-05-03 02:55:02 +10:00
afu_irq.c ocxl: move event_fd handling to frontend 2019-05-03 02:55:02 +10:00
config.c ocxl: Remove some unused exported symbols 2019-05-03 02:55:01 +10:00
context.c ocxl: Allow contexts to be attached with a NULL mm 2019-07-03 21:29:47 +02:00
core.c ocxl: Create a clear delineation between ocxl backend & frontend 2019-05-03 02:55:01 +10:00
file.c ocxl: Fix return value check in afu_ioctl() 2019-05-06 20:21:56 +10:00
link.c ocxl: Allow contexts to be attached with a NULL mm 2019-07-03 21:29:47 +02:00
main.c ocxl: Driver code for 'generic' opencapi devices 2018-01-24 11:42:58 +11:00
mmio.c ocxl: Provide global MMIO accessors for external drivers 2019-05-03 02:55:02 +10:00
ocxl_internal.h ocxl: move event_fd handling to frontend 2019-05-03 02:55:02 +10:00
pasid.c ocxl: Driver code for 'generic' opencapi devices 2018-01-24 11:42:58 +11:00
pci.c ocxl: Create a clear delineation between ocxl backend & frontend 2019-05-03 02:55:01 +10:00
sysfs.c ocxl: Create a clear delineation between ocxl backend & frontend 2019-05-03 02:55:01 +10:00
trace.c ocxl: Add trace points 2018-01-24 11:42:59 +11:00
trace.h ocxl: afu_irq only deals with IRQ IDs, not offsets 2019-05-03 02:55:02 +10:00