aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
* cxl: Check if afu is not null in cxl_slbiaDaniel Axtens2015-07-101-1/+1
* cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie2015-07-081-2/+2
* cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie2015-07-081-1/+9
* cxl: Fix refcounting in kernel APIMichael Neuling2015-07-071-7/+5
* cxl: Test the correct mmio space before unmappingDaniel Axtens2015-07-061-1/+1
* cxl/vphb.c: Use phb pointer after NULL checkManinder Singh2015-07-061-1/+2
* cxl: Fix typo in debug printMichael Neuling2015-06-191-1/+1
* cxl: Add CXL_KERNEL_API config optionMichael Neuling2015-06-191-0/+5
* cxl: Reset default context for vPHB on releaseMichael Neuling2015-06-071-0/+1
* cxl: Add AFU virtual PHB and kernel APIMichael Neuling2015-06-035-4/+619
* cxl: Export file ops for use by APIMichael Neuling2015-06-032-9/+23
* cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2015-06-035-5/+5
* cxl: Cleanup MakefileMichael Neuling2015-06-031-1/+2
* cxl: Rework context lifetimesMichael Neuling2015-06-032-3/+3
* cxl: Configure PSL for kernel contexts and merge codeMichael Neuling2015-06-031-28/+35
* cxl: Split afu_register_irqs() functionMichael Neuling2015-06-032-7/+25
* cxl: Only check pid for userspace contextsMichael Neuling2015-06-031-15/+19
* cxl: Export some symbolsMichael Neuling2015-06-032-5/+10
* cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling2015-06-034-8/+8
* cxl: Rework detach context functionsMichael Neuling2015-06-032-7/+14
* cxl: Add cookie parameter to afu_release_irqs()Michael Neuling2015-06-034-5/+5
* cxl: Dump debug info on the AFU configuration recordMichael Neuling2015-06-031-1/+11
* cxl: Fix error path on probeMichael Neuling2015-06-031-0/+1
* cxl: Re-order card init to check the VSEC earlierIan Munsie2015-06-031-15/+15
* cxl: Remove unnecessarily verbose print in cxl_remove()Michael Neuling2015-06-031-2/+0
* cxl: Add shutdown hookMichael Neuling2015-06-031-0/+1
* cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie2015-06-032-5/+12
* cxl: Export AFU error buffer via sysfsVaibhav Jain2015-06-033-0/+100
* cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain2015-06-032-2/+22
* Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-1111-26/+898
|\
| * cxl: Add missing return statement after handling AFU errrorIan Munsie2015-02-061-0/+1
| * cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie2015-02-061-0/+9
| * cxl: Export optional AFU configuration record in sysfsIan Munsie2015-02-063-10/+205
| * cxl: Fix device_node reference countingRyan Grimm2015-02-021-1/+1
| * cxl: Add ability to reset the cardRyan Grimm2015-01-223-0/+56
| * cxl: Enable CAPP recoveryRyan Grimm2015-01-221-1/+7
| * cxl: Add image control to sysfsRyan Grimm2015-01-221-0/+39
| * cxl: Use image state defaults for reloading FPGARyan Grimm2015-01-222-2/+41
| * cxl: Add tracepointsIan Munsie2015-01-228-9/+520
| * cxl: remove redundant increment of hwirqColin Ian King2015-01-221-1/+1
| * cxl: Disable SPAP register when freeing SPAIan Munsie2014-12-291-0/+1
| * cxl: Disable AFU debug flagIan Munsie2014-12-292-1/+8
| * cxl: Early return from cxl_handle_fault for a shut down contextIan Munsie2014-12-291-0/+6
| * cxl: Fix leaking interrupts if attach process failsIan Munsie2014-12-291-1/+3
* | cxl: Fix issues when unmapping contextsIan Munsie2015-01-122-25/+71
|/
* cxl: Unmap MMIO regions when detaching a contextIan Munsie2014-12-123-3/+21
* cxl: Add timeout to process element commandsIan Munsie2014-12-121-0/+5
* cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie2014-12-125-21/+15
* powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-2/+6
* cxl: Name interrupts in /proc/interruptMichael Neuling2014-11-182-13/+98