summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
AgeCommit message (Expand)Author
2015-07-16cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn
2015-07-16cxl: Destroy cxl_adapter_idr on module_exitJohannes Thumshirn
2015-07-13cxl: use more common format specifierRasmus Villemoes
2015-07-13cxl: Add explicit precision specifiersRasmus Villemoes
2015-07-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh
2015-06-19cxl: Fix typo in debug printMichael Neuling
2015-06-19cxl: Add CXL_KERNEL_API config optionMichael Neuling
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling
2015-06-03cxl: Export file ops for use by APIMichael Neuling
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling
2015-06-03cxl: Cleanup MakefileMichael Neuling
2015-06-03cxl: Rework context lifetimesMichael Neuling
2015-06-03cxl: Configure PSL for kernel contexts and merge codeMichael Neuling
2015-06-03cxl: Split afu_register_irqs() functionMichael Neuling
2015-06-03cxl: Only check pid for userspace contextsMichael Neuling
2015-06-03cxl: Export some symbolsMichael Neuling
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling
2015-06-03cxl: Rework detach context functionsMichael Neuling
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling
2015-06-03cxl: Dump debug info on the AFU configuration recordMichael Neuling
2015-06-03cxl: Fix error path on probeMichael Neuling
2015-06-03cxl: Re-order card init to check the VSEC earlierIan Munsie
2015-06-03cxl: Remove unnecessarily verbose print in cxl_remove()Michael Neuling
2015-06-03cxl: Add shutdown hookMichael Neuling
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie
2015-06-03cxl: Export AFU error buffer via sysfsVaibhav Jain
2015-06-03cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2015-02-06cxl: Add missing return statement after handling AFU errrorIan Munsie
2015-02-06cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie
2015-02-06cxl: Export optional AFU configuration record in sysfsIan Munsie
2015-02-02cxl: Fix device_node reference countingRyan Grimm
2015-01-22cxl: Add ability to reset the cardRyan Grimm
2015-01-22cxl: Enable CAPP recoveryRyan Grimm
2015-01-22cxl: Add image control to sysfsRyan Grimm
2015-01-22cxl: Use image state defaults for reloading FPGARyan Grimm
2015-01-22cxl: Add tracepointsIan Munsie
2015-01-22cxl: remove redundant increment of hwirqColin Ian King
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie
2014-12-29cxl: Disable SPAP register when freeing SPAIan Munsie
2014-12-29cxl: Disable AFU debug flagIan Munsie
2014-12-29cxl: Early return from cxl_handle_fault for a shut down contextIan Munsie
2014-12-29cxl: Fix leaking interrupts if attach process failsIan Munsie
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie