summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorLines
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-26/+898
2015-02-06cxl: Add missing return statement after handling AFU errrorIan Munsie-0/+1
2015-02-06cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie-0/+9
2015-02-06cxl: Export optional AFU configuration record in sysfsIan Munsie-10/+205
2015-02-02cxl: Fix device_node reference countingRyan Grimm-1/+1
2015-01-22cxl: Add ability to reset the cardRyan Grimm-0/+56
2015-01-22cxl: Enable CAPP recoveryRyan Grimm-1/+7
2015-01-22cxl: Add image control to sysfsRyan Grimm-0/+39
2015-01-22cxl: Use image state defaults for reloading FPGARyan Grimm-2/+41
2015-01-22cxl: Add tracepointsIan Munsie-9/+520
2015-01-22cxl: remove redundant increment of hwirqColin Ian King-1/+1
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie-25/+71
2014-12-29cxl: Disable SPAP register when freeing SPAIan Munsie-0/+1
2014-12-29cxl: Disable AFU debug flagIan Munsie-1/+8
2014-12-29cxl: Early return from cxl_handle_fault for a shut down contextIan Munsie-0/+6
2014-12-29cxl: Fix leaking interrupts if attach process failsIan Munsie-1/+3
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie-3/+21
2014-12-12cxl: Add timeout to process element commandsIan Munsie-0/+5
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie-21/+15
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V-2/+6
2014-11-18cxl: Name interrupts in /proc/interruptMichael Neuling-13/+98
2014-11-18cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie-25/+37
2014-10-28cxl: Fix PSL error due to duplicate segment table entriesIan Munsie-6/+22
2014-10-28cxl: Refactor cxl_load_segment() and find_free_sste()Ian Munsie-16/+18
2014-10-28cxl: Disable secondary hash in segment tableIan Munsie-24/+10
2014-10-09cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie-5/+15
2014-10-08cxl: Add driver to Kbuild and MakefilesIan Munsie-0/+19
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie-0/+4453
2014-10-08cxl: Add base builtin supportIan Munsie-0/+95