Age | Commit message (Expand) | Author | Files | Lines |
2016-07-08 | cxl: Refine slice error debug messages | Philippe Bergheaud | 1 | -5/+7 |
2016-07-08 | cxl: Workaround XSL bug that does not clear the RA bit after a reset | Ian Munsie | 1 | -0/+10 |
2016-07-08 | cxl: Fix bug where AFU disable operation had no effect | Ian Munsie | 1 | -7/+51 |
2016-07-08 | cxl: Fix allocating a minimum of 2 pages for the SPA | Ian Munsie | 1 | -1/+1 |
2016-06-16 | cxl: Abstract the differences between the PSL and XSL | Frederic Barrat | 1 | -14/+39 |
2016-06-16 | cxl: Update process element after allocating interrupts | Ian Munsie | 1 | -16/+58 |
2016-05-20 | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -5/+24 |
2016-05-11 | cxl: Add kernel API to allow a context to operate with relocate disabled | Ian Munsie | 1 | -2/+3 |
2016-05-11 | cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQs | Ian Munsie | 1 | -0/+9 |
2016-05-11 | cxl: Handle num_of_processes larger than can fit in the SPA | Ian Munsie | 1 | -3/+12 |
2016-04-27 | cxl: Poll for outstanding IRQs when detaching a context | Michael Neuling | 1 | -0/+31 |
2016-03-09 | cxl: Adapter failure handling | Christophe Lombard | 1 | -16/+16 |
2016-03-09 | cxl: Support the cxl kernel API from a guest | Frederic Barrat | 1 | -0/+50 |
2016-03-09 | cxl: sysfs support for guests | Christophe Lombard | 1 | -0/+7 |
2016-03-09 | cxl: Separate bare-metal fields in adapter and AFU data structures | Christophe Lombard | 1 | -41/+44 |
2016-03-09 | cxl: New hcalls to support cxl adapters | Christophe Lombard | 1 | -0/+1 |
2016-03-09 | cxl: Rename some bare-metal specific functions | Frederic Barrat | 1 | -48/+50 |
2016-03-09 | cxl: Introduce implementation-specific API | Frederic Barrat | 1 | -52/+83 |
2016-03-09 | cxl: Move bare-metal specific code to specialized files | Frederic Barrat | 1 | -1/+239 |
2016-03-09 | cxl: Move common code away from bare-metal-specific files | Christophe Lombard | 1 | -21/+0 |
2015-12-08 | cxl: Set endianess of kernel contexts | Frederic Barrat | 1 | -1/+1 |
2015-10-07 | cxl: Fix number of allocated pages in SPA | Christophe Lombard | 1 | -1/+1 |
2015-08-14 | cxl: Allocate and release the SPA with the AFU | Daniel Axtens | 1 | -11/+22 |
2015-08-14 | cxl: Drop commands if the PCI channel is not in normal state | Daniel Axtens | 1 | -3/+69 |
2015-08-06 | cxl: Don't ignore add_process_element() result when attaching context | Daniel Axtens | 1 | -3/+1 |
2015-07-13 | cxl: use more common format specifier | Rasmus Villemoes | 1 | -5/+5 |
2015-06-03 | cxl: Move include file cxl.h -> cxl-base.h | Michael Neuling | 1 | -1/+1 |
2015-06-03 | cxl: Configure PSL for kernel contexts and merge code | Michael Neuling | 1 | -28/+35 |
2015-06-03 | cxl: Export some symbols | Michael Neuling | 1 | -5/+5 |
2015-06-03 | cxl: cxl_afu_reset() -> __cxl_afu_reset() | Michael Neuling | 1 | -4/+4 |
2015-01-22 | cxl: Add tracepoints | Ian Munsie | 1 | -8/+30 |
2014-12-29 | cxl: Disable SPAP register when freeing SPA | Ian Munsie | 1 | -0/+1 |
2014-12-12 | cxl: Add timeout to process element commands | Ian Munsie | 1 | -0/+5 |
2014-12-12 | cxl: Change contexts_lock to a mutex to fix sleep while atomic bug | Ian Munsie | 1 | -7/+0 |
2014-11-18 | cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warning | Ian Munsie | 1 | -7/+7 |
2014-10-28 | cxl: Disable secondary hash in segment table | Ian Munsie | 1 | -2/+2 |
2014-10-08 | cxl: Driver code for powernv PCIe based cards for userspace access | Ian Munsie | 1 | -0/+683 |