summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* cxl: Fix driver use countFrederic Barrat2017-08-312-1/+11
* powerpc/mm/cxl: Add barrier when setting mm cpumaskAneesh Kumar K.V2017-08-311-2/+12
* powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V2017-08-171-0/+6
* cxl: Export library to support IBM XSLChristophe Lombard2017-07-037-30/+315
* Merge branch 'fixes' into nextMichael Ellerman2017-07-037-55/+70
|\
| * cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard2017-06-236-47/+57
| * cxl: Fix error path on bad ioctlFrederic Barrat2017-06-081-5/+2
| * cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain2017-06-061-3/+11
* | cxl: Unlock on error in probeDan Carpenter2017-06-061-2/+6
|/
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-0513-308/+1104
|\
| * cxl: Mask slice error interrupts after first occurrenceAlastair D'Silva2017-05-022-2/+35
| * cxl: Route eeh events to all drivers in cxl_pci_error_detected()Vaibhav Jain2017-05-021-6/+9
| * cxl: Force context lock during EEH flowVaibhav Jain2017-05-021-2/+17
| * cxl: Enable PCI device IDs for future IBM CXL adaptersMatthew R. Ochs2017-04-191-0/+2
| * cxl: Add psl9 specific codeChristophe Lombard2017-04-139-74/+751
| * cxl: Isolate few psl8 specific callsChristophe Lombard2017-04-135-56/+116
| * cxl: Rename some psl8 specific functionsChristophe Lombard2017-04-136-54/+54
| * cxl: Update implementation service layerChristophe Lombard2017-04-136-59/+110
| * cxl: Keep track of mm struct associated with a contextChristophe Lombard2017-04-136-90/+61
| * cxl: Remove unused values in bare-metal environment.Christophe Lombard2017-04-133-24/+7
| * cxl: Read vsec perst load imageChristophe Lombard2017-04-131-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\ \
| * | treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
| |/
* | cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateVaibhav Jain2017-03-201-7/+6
|/
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-014-10/+27
|\
| * cxl: fix nested locking hang during EEH hotplugAndrew Donnellan2017-02-214-10/+27
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+2
|/
* cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan2017-02-032-5/+57
* cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan2017-01-254-23/+35
* cxl: Force psl data-cache flush during device shutdownVaibhav Jain2017-01-251-0/+3
* cxl: Drop unused header asm/pnv-pci.hGreg Kurz2017-01-251-1/+0
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-1610-49/+160
|\
| * cxl: drop duplicate header sched.hGeliang Tang2016-11-251-1/+0
| * cxl: Fix coccinelle warningsAndrew Donnellan2016-11-234-6/+8
| * cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat2016-11-184-31/+135
| * cxl: Do adapter fence check before handling afu interruptVaibhav Jain2016-11-181-3/+12
| * cxl: Fix error handling in _cxl_pci_associate_default_context()Christophe Jaillet2016-11-182-2/+2
| * cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Christophe Jaillet2016-11-181-1/+1
| * cxl: Fix memory allocation failure testChristophe Jaillet2016-11-181-5/+2
* | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-3/+2
|/
* cxl: Fix leaking pid refs in some error pathsVaibhav Jain2016-10-242-9/+15
* cxl: Prevent adapter reset if an active context existsVaibhav Jain2016-10-198-5/+116
* cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Andrew Donnellan2016-10-041-5/+3
* cxl: Flush PSL cache before resetting the adapterFrederic Barrat2016-10-043-1/+39
* cxl: Fix informational messageFrederic Barrat2016-09-131-2/+2
OpenPOWER on IntegriCloud