aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 10-49/+160
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressGravatar Jan Kara 1-3/+2
2016-11-25cxl: drop duplicate header sched.hGravatar Geliang Tang 1-1/+0
2016-11-23cxl: Fix coccinelle warningsGravatar Andrew Donnellan 4-6/+8
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedGravatar Frederic Barrat 4-31/+135
2016-11-18cxl: Do adapter fence check before handling afu interruptGravatar Vaibhav Jain 1-3/+12
2016-11-18cxl: Fix error handling in _cxl_pci_associate_default_context()Gravatar Christophe Jaillet 2-2/+2
2016-11-18cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Gravatar Christophe Jaillet 1-1/+1
2016-11-18cxl: Fix memory allocation failure testGravatar Christophe Jaillet 1-5/+2
2016-10-24cxl: Fix leaking pid refs in some error pathsGravatar Vaibhav Jain 2-9/+15
2016-10-19cxl: Prevent adapter reset if an active context existsGravatar Vaibhav Jain 8-5/+116
2016-10-04cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Gravatar Andrew Donnellan 1-5/+3
2016-10-04cxl: Flush PSL cache before resetting the adapterGravatar Frederic Barrat 3-1/+39
2016-09-13cxl: Fix informational messageGravatar Frederic Barrat 1-2/+2
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsGravatar Andrew Donnellan 1-1/+9
2016-08-10cxl: Set psl_fir_cntl to production environment valueGravatar Frederic Barrat 1-3/+6
2016-08-09cxl: Fix sparse warningsGravatar Andrew Donnellan 2-2/+2
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsGravatar Andrew Donnellan 3-4/+4
2016-07-19cxl: fix potential NULL dereference in free_adapter()Gravatar Andrew Donnellan 1-7/+9
2016-07-19cxl: remove dead Kconfig optionsGravatar Andrew Donnellan 1-10/+0
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsGravatar Andrew Donnellan 2-18/+226
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Gravatar Ian Munsie 3-1/+4
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Gravatar Ian Munsie 4-0/+108
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationGravatar Ian Munsie 5-0/+44
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextGravatar Ian Munsie 1-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBGravatar Ian Munsie 3-2/+22
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsGravatar Ian Munsie 2-0/+14
2016-07-14cxl: Allow a default context to be associated with an external pci_devGravatar Ian Munsie 6-28/+91
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseGravatar Ian Munsie 2-12/+13
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeGravatar Ian Munsie 1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIGravatar Ian Munsie 1-0/+37
2016-07-14cxl: Use for_each_compatible_node() macroGravatar Wei Yongjun 1-3/+2
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsGravatar Philippe Bergheaud 1-0/+29
2016-07-08cxl: make base more explicitly non-modularGravatar Paul Gortmaker 1-2/+1
2016-07-08cxl: Refine slice error debug messagesGravatar Philippe Bergheaud 4-8/+57
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsGravatar Ian Munsie 2-3/+2
2016-07-08cxl: Workaround XSL bug that does not clear the RA bit after a resetGravatar Ian Munsie 1-0/+10
2016-07-08cxl: Fix bug where AFU disable operation had no effectGravatar Ian Munsie 3-7/+53
2016-07-08cxl: Fix allocating a minimum of 2 pages for the SPAGravatar Ian Munsie 1-1/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesGravatar Ian Munsie 1-0/+15
2016-06-28cxl: Add set and get private data to context structGravatar Michael Neuling 2-0/+24
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsGravatar Philippe Bergheaud 4-9/+84
2016-06-16cxl: Make vPHB device node match adapter'sGravatar Frederic Barrat 1-11/+10
2016-06-16cxl: Add support for CAPP DMA modeGravatar Ian Munsie 2-1/+4
2016-06-16cxl: Abstract the differences between the PSL and XSLGravatar Frederic Barrat 4-48/+218
2016-06-16cxl: Update process element after allocating interruptsGravatar Ian Munsie 4-17/+71
2016-06-16cxl: static-ify variables to fix sparse warningsGravatar Andrew Donnellan 1-2/+2
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 8-67/+170
2016-05-11cxl: Check periodically the coherent platform function's stateGravatar Christophe Lombard 2-28/+33
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledGravatar Ian Munsie 4-2/+26