summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-031-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/+6Star
|/
* 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-251-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/+0Star
* 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/+0Star
| * 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/+2Star
* | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-3/+2Star
|/
* 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/+3Star
* cxl: Flush PSL cache before resetting the adapterFrederic Barrat2016-10-043-1/+39
* cxl: Fix informational messageFrederic Barrat2016-09-131-2/+2
* cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan2016-08-221-1/+9
* cxl: Set psl_fir_cntl to production environment valueFrederic Barrat2016-08-101-3/+6
* cxl: Fix sparse warningsAndrew Donnellan2016-08-092-2/+2
* cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan2016-08-093-4/+4
* cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan2016-07-191-7/+9
* cxl: remove dead Kconfig optionsAndrew Donnellan2016-07-191-10/+0Star
* cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan2016-07-142-18/+226
* cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie2016-07-143-1/+4
* cxl: Add support for interrupts on the Mellanox CX4Ian Munsie2016-07-144-0/+108
* cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie2016-07-145-0/+44
* cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie2016-07-141-0/+27
* cxl: Add support for using the kernel API with a real PHBIan Munsie2016-07-143-2/+22
* cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2016-07-142-0/+14
* cxl: Allow a default context to be associated with an external pci_devIan Munsie2016-07-146-28/+91
* cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2016-07-142-12/+13
* cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie2016-07-141-0/+3
* cxl: Add cxl_slot_is_supported APIIan Munsie2016-07-141-0/+37
* cxl: Use for_each_compatible_node() macroWei Yongjun2016-07-141-3/+2Star
* cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud2016-07-081-0/+29
* cxl: make base more explicitly non-modularPaul Gortmaker2016-07-081-2/+1Star
* cxl: Refine slice error debug messagesPhilippe Bergheaud2016-07-084-8/+57