summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorLines
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard-30/+315
2017-07-03Merge branch 'fixes' into nextMichael Ellerman-55/+70
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard-47/+57
2017-06-08cxl: Fix error path on bad ioctlFrederic Barrat-5/+2
2017-06-06cxl: Unlock on error in probeDan Carpenter-2/+6
2017-06-06cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain-3/+11
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-308/+1104
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2017-05-02cxl: Mask slice error interrupts after first occurrenceAlastair D'Silva-2/+35
2017-05-02cxl: Route eeh events to all drivers in cxl_pci_error_detected()Vaibhav Jain-6/+9
2017-05-02cxl: Force context lock during EEH flowVaibhav Jain-2/+17
2017-04-19cxl: Enable PCI device IDs for future IBM CXL adaptersMatthew R. Ochs-0/+2
2017-04-13cxl: Add psl9 specific codeChristophe Lombard-74/+751
2017-04-13cxl: Isolate few psl8 specific callsChristophe Lombard-56/+116
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard-54/+54
2017-04-13cxl: Update implementation service layerChristophe Lombard-59/+110
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard-90/+61
2017-04-13cxl: Remove unused values in bare-metal environment.Christophe Lombard-24/+7
2017-04-13cxl: Read vsec perst load imageChristophe Lombard-0/+1
2017-03-24treewide: Fix typos in printkMasanari Iida-1/+1
2017-03-20cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateVaibhav Jain-7/+6
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-10/+27
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-1/+2
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan-10/+27
2017-02-03cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan-5/+57
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan-23/+35
2017-01-25cxl: Force psl data-cache flush during device shutdownVaibhav Jain-0/+3
2017-01-25cxl: Drop unused header asm/pnv-pci.hGreg Kurz-1/+0
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-49/+160
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara-3/+2
2016-11-25cxl: drop duplicate header sched.hGeliang Tang-1/+0
2016-11-23cxl: Fix coccinelle warningsAndrew Donnellan-6/+8
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat-31/+135
2016-11-18cxl: Do adapter fence check before handling afu interruptVaibhav Jain-3/+12
2016-11-18cxl: Fix error handling in _cxl_pci_associate_default_context()Christophe Jaillet-2/+2
2016-11-18cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Christophe Jaillet-1/+1
2016-11-18cxl: Fix memory allocation failure testChristophe Jaillet-5/+2
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain-9/+15
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain-5/+116
2016-10-04cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Andrew Donnellan-5/+3
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat-1/+39
2016-09-13cxl: Fix informational messageFrederic Barrat-2/+2
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan-1/+9
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat-3/+6
2016-08-09cxl: Fix sparse warningsAndrew Donnellan-2/+2
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan-4/+4