| Commit message (Expand) | Author | Age | Files | Lines |
* | ocxl: Add PCI hotplug dependency to Kconfig | Frederic Barrat | 2020-01-23 | 1 | -0/+1 |
* | ocxl: Fix potential memory leak on context creation | Frederic Barrat | 2019-12-14 | 1 | -4/+4 |
* | ocxl: Fix concurrent AFU open and device removal | Frederic Barrat | 2019-12-10 | 1 | -12/+11 |
* | ocxl: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2019-10-10 | 2 | -2/+2 |
* | powerpc/64s/radix: introduce options to disable use of the tlbie instruction | Nicholas Piggin | 2019-09-05 | 1 | -0/+4 |
* | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-07-13 | 2 | -21/+162 |
|\ |
|
| * | ocxl: Update for AFU descriptor template version 1.1 | Alastair D'Silva | 2019-07-10 | 1 | -20/+161 |
| * | ocxl: Make ocxl_remove() static | YueHaibing | 2019-05-28 | 1 | -1/+1 |
* | | ocxl: Allow contexts to be attached with a NULL mm | Alastair D'Silva | 2019-07-03 | 2 | -7/+30 |
* | | Merge 5.2-rc4 into char-misc-next | Greg Kroah-Hartman | 2019-06-09 | 1 | -0/+1 |
|\| |
|
| * | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | | misc: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 2019-05-24 | 1 | -1/+0 |
|/ |
|
* | ocxl: Fix return value check in afu_ioctl() | Wei Yongjun | 2019-05-06 | 1 | -2/+2 |
* | ocxl: Provide global MMIO accessors for external drivers | Alastair D'Silva | 2019-05-03 | 2 | -1/+235 |
* | ocxl: move event_fd handling to frontend | Alastair D'Silva | 2019-05-03 | 3 | -38/+63 |
* | ocxl: afu_irq only deals with IRQ IDs, not offsets | Alastair D'Silva | 2019-05-03 | 5 | -37/+39 |
* | ocxl: Allow external drivers to use OpenCAPI contexts | Alastair D'Silva | 2019-05-03 | 3 | -20/+16 |
* | ocxl: Create a clear delineation between ocxl backend & frontend | Alastair D'Silva | 2019-05-03 | 6 | -186/+300 |
* | ocxl: Don't pass pci_dev around | Alastair D'Silva | 2019-05-03 | 1 | -17/+21 |
* | ocxl: Split pci.c | Alastair D'Silva | 2019-05-03 | 4 | -518/+524 |
* | ocxl: Remove some unused exported symbols | Alastair D'Silva | 2019-05-03 | 2 | -3/+24 |
* | ocxl: Remove superfluous 'extern' from headers | Alastair D'Silva | 2019-05-03 | 1 | -28/+26 |
* | ocxl: read_pasid never returns an error, so make it void | Alastair D'Silva | 2019-05-03 | 1 | -7/+2 |
* | ocxl: Rename struct link to ocxl_link | Alastair D'Silva | 2019-05-03 | 2 | -21/+20 |
* | ocxl: remove set but not used variables 'tid' and 'lpid' | YueHaibing | 2019-05-01 | 1 | -3/+1 |
* | powerpc/mm/hash64: Map all the kernel regions in the same 0xc range | Aneesh Kumar K.V | 2019-04-21 | 1 | -1/+1 |
* | ocxl: Fix endiannes bug in read_afu_name() | Greg Kurz | 2018-12-21 | 1 | -1/+1 |
* | ocxl/afu_irq: Don't include <asm/pnv-ocxl.h> | Greg Kurz | 2018-12-20 | 1 | -1/+0 |
* | ocxl: Clarify error path in setup_xsl_irq() | Greg Kurz | 2018-12-20 | 1 | -9/+14 |
* | ocxl: Fix endiannes bug in ocxl_link_update_pe() | Greg Kurz | 2018-12-20 | 1 | -1/+1 |
* | ocxl: Fix access to the AFU Descriptor Data | Christophe Lombard | 2018-09-19 | 1 | -1/+3 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-17 | 1 | -1/+2 |
|\ |
|
| * | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2018-08-17 | 1 | -1/+2 |
* | | ocxl: Fix page fault handler in case of fault on dying process | Frederic Barrat | 2018-07-02 | 1 | -9/+15 |
* | | ocxl: Change return type for fault handler | Souptick Joarder | 2018-07-02 | 2 | -14/+13 |
|/ |
|
* | ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() | Wei Yongjun | 2018-06-05 | 1 | -1/+3 |
* | ocxl: Add an IOCTL so userspace knows what OCXL features are available | Alastair D'Silva | 2018-06-03 | 1 | -0/+25 |
* | ocxl: Expose the thread_id needed for wait on POWER9 | Alastair D'Silva | 2018-06-03 | 4 | -1/+94 |
* | ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action | Alastair D'Silva | 2018-06-03 | 1 | -1/+1 |
* | Merge 4.16-rc7 into char-misc-next | Greg Kroah-Hartman | 2018-03-28 | 1 | -0/+27 |
|\ |
|
| * | ocxl: Add get_metadata IOCTL to share OCXL information to userspace | Alastair D'Silva | 2018-03-02 | 1 | -0/+27 |
* | | misc: ocxl: use put_device() instead of device_unregister() | Arvind Yadav | 2018-03-15 | 1 | -1/+1 |
|/ |
|
* | ocxl: Fix potential bad errno on irq allocation | Frederic Barrat | 2018-02-21 | 1 | -2/+4 |
* | Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-02-14 | 1 | -1/+1 |
|\ |
|
| * | ocxl: fix signed comparison with less than zero | Colin Ian King | 2018-02-08 | 1 | -1/+1 |
* | | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -2/+2 |
|/ |
|
* | ocxl: Add Makefile and Kconfig | Frederic Barrat | 2018-01-24 | 2 | -0/+42 |
* | ocxl: Add trace points | Frederic Barrat | 2018-01-24 | 5 | -1/+205 |
* | ocxl: Add a kernel API for other opencapi drivers | Frederic Barrat | 2018-01-24 | 3 | -71/+20 |
* | ocxl: Add AFU interrupt support | Frederic Barrat | 2018-01-24 | 5 | -2/+315 |