]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxl: Add psl9 specific code
authorChristophe Lombard <clombard@linux.vnet.ibm.com>
Wed, 12 Apr 2017 14:34:07 +0000 (16:34 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 13 Apr 2017 13:34:31 +0000 (23:34 +1000)
commitf24be42aab37c6d07c05126673138e06223a6399
tree778de3d0c4b2dd8d80be7edb262174d1755ee8d9
parentabd1d99bb3da42d6c7341c14986f5b8f4dcc6bd5
cxl: Add psl9 specific code

The new Coherent Accelerator Interface Architecture, level 2, for the
IBM POWER9 brings new content and features:
- POWER9 Service Layer
- Registers
- Radix mode
- Process element entry
- Dedicated-Shared Process Programming Model
- Translation Fault Handling
- CAPP
- Memory Context ID
    If a valid mm_struct is found the memory context id is used for each
    transaction associated with the process handle. The PSL uses the
    context ID to find the corresponding process element.

Signed-off-by: Christophe Lombard <clombard@linux.vnet.ibm.com>
Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
[mpe: Fixup comment formatting, unsplit long strings]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Documentation/powerpc/cxl.txt
drivers/misc/cxl/context.c
drivers/misc/cxl/cxl.h
drivers/misc/cxl/debugfs.c
drivers/misc/cxl/fault.c
drivers/misc/cxl/guest.c
drivers/misc/cxl/irq.c
drivers/misc/cxl/native.c
drivers/misc/cxl/pci.c
drivers/misc/cxl/trace.h