summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
AgeCommit message (Expand)Author
2015-08-14cxl: Refactor adaptor init/teardownDaniel Axtens
2015-08-14cxl: Clean up adapter MMIO unmap path.Daniel Axtens
2015-08-14cxl: Make IRQ release idempotentDaniel Axtens
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens
2015-08-14cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens
2015-08-12cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens
2015-08-11cxl: Compile with -WerrorDaniel Axtens
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens
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