aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens1-1/+1
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie1-2/+2
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie1-1/+9
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling1-7/+5
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens1-1/+1
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh1-1/+2
2015-06-19cxl: Fix typo in debug printMichael Neuling1-1/+1
2015-06-19cxl: Add CXL_KERNEL_API config optionMichael Neuling1-0/+5
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling1-0/+1
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling5-4/+619
2015-06-03cxl: Export file ops for use by APIMichael Neuling2-9/+23
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling5-5/+5
2015-06-03cxl: Cleanup MakefileMichael Neuling1-1/+2
2015-06-03cxl: Rework context lifetimesMichael Neuling2-3/+3
2015-06-03cxl: Configure PSL for kernel contexts and merge codeMichael Neuling1-28/+35
2015-06-03cxl: Split afu_register_irqs() functionMichael Neuling2-7/+25
2015-06-03cxl: Only check pid for userspace contextsMichael Neuling1-15/+19
2015-06-03cxl: Export some symbolsMichael Neuling2-5/+10
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling4-8/+8
2015-06-03cxl: Rework detach context functionsMichael Neuling2-7/+14
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling4-5/+5
2015-06-03cxl: Dump debug info on the AFU configuration recordMichael Neuling1-1/+11
2015-06-03cxl: Fix error path on probeMichael Neuling1-0/+1
2015-06-03cxl: Re-order card init to check the VSEC earlierIan Munsie1-15/+15
2015-06-03cxl: Remove unnecessarily verbose print in cxl_remove()Michael Neuling1-2/+0
2015-06-03cxl: Add shutdown hookMichael Neuling1-0/+1
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie2-5/+12
2015-06-03cxl: Export AFU error buffer via sysfsVaibhav Jain3-0/+100
2015-06-03cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain2-2/+22
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds11-26/+898
2015-02-06cxl: Add missing return statement after handling AFU errrorIan Munsie1-0/+1
2015-02-06cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie1-0/+9
2015-02-06cxl: Export optional AFU configuration record in sysfsIan Munsie3-10/+205
2015-02-02cxl: Fix device_node reference countingRyan Grimm1-1/+1
2015-01-22cxl: Add ability to reset the cardRyan Grimm3-0/+56
2015-01-22cxl: Enable CAPP recoveryRyan Grimm1-1/+7
2015-01-22cxl: Add image control to sysfsRyan Grimm1-0/+39
2015-01-22cxl: Use image state defaults for reloading FPGARyan Grimm2-2/+41
2015-01-22cxl: Add tracepointsIan Munsie8-9/+520
2015-01-22cxl: remove redundant increment of hwirqColin Ian King1-1/+1
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie2-25/+71
2014-12-29cxl: Disable SPAP register when freeing SPAIan Munsie1-0/+1
2014-12-29cxl: Disable AFU debug flagIan Munsie2-1/+8
2014-12-29cxl: Early return from cxl_handle_fault for a shut down contextIan Munsie1-0/+6
2014-12-29cxl: Fix leaking interrupts if attach process failsIan Munsie1-1/+3
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie3-3/+21
2014-12-12cxl: Add timeout to process element commandsIan Munsie1-0/+5
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie5-21/+15
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-2/+6
2014-11-18cxl: Name interrupts in /proc/interruptMichael Neuling2-13/+98