aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-08-31cxl: Fix driver use countFrederic Barrat2-1/+11
2017-08-31powerpc/mm/cxl: Add barrier when setting mm cpumaskAneesh Kumar K.V1-2/+12
2017-08-17powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V1-0/+6
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard7-30/+315
2017-07-03Merge branch 'fixes' into nextMichael Ellerman7-55/+70
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard6-47/+57
2017-06-08cxl: Fix error path on bad ioctlFrederic Barrat1-5/+2
2017-06-06cxl: Unlock on error in probeDan Carpenter1-2/+6
2017-06-06cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain1-3/+11
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds13-308/+1104
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-05-02cxl: Mask slice error interrupts after first occurrenceAlastair D'Silva2-2/+35
2017-05-02cxl: Route eeh events to all drivers in cxl_pci_error_detected()Vaibhav Jain1-6/+9
2017-05-02cxl: Force context lock during EEH flowVaibhav Jain1-2/+17
2017-04-19cxl: Enable PCI device IDs for future IBM CXL adaptersMatthew R. Ochs1-0/+2
2017-04-13cxl: Add psl9 specific codeChristophe Lombard9-74/+751
2017-04-13cxl: Isolate few psl8 specific callsChristophe Lombard5-56/+116
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard6-54/+54
2017-04-13cxl: Update implementation service layerChristophe Lombard6-59/+110
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard6-90/+61
2017-04-13cxl: Remove unused values in bare-metal environment.Christophe Lombard3-24/+7
2017-04-13cxl: Read vsec perst load imageChristophe Lombard1-0/+1
2017-03-24treewide: Fix typos in printkMasanari Iida1-1/+1
2017-03-20cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateVaibhav Jain1-7/+6
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-10/+27
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan4-10/+27
2017-02-03cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan2-5/+57
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan4-23/+35
2017-01-25cxl: Force psl data-cache flush during device shutdownVaibhav Jain1-0/+3
2017-01-25cxl: Drop unused header asm/pnv-pci.hGreg Kurz1-1/+0
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds10-49/+160
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-3/+2
2016-11-25cxl: drop duplicate header sched.hGeliang Tang1-1/+0
2016-11-23cxl: Fix coccinelle warningsAndrew Donnellan4-6/+8
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat4-31/+135
2016-11-18cxl: Do adapter fence check before handling afu interruptVaibhav Jain1-3/+12
2016-11-18cxl: Fix error handling in _cxl_pci_associate_default_context()Christophe Jaillet2-2/+2
2016-11-18cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Christophe Jaillet1-1/+1
2016-11-18cxl: Fix memory allocation failure testChristophe Jaillet1-5/+2
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain2-9/+15
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain8-5/+116
2016-10-04cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Andrew Donnellan1-5/+3
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat3-1/+39
2016-09-13cxl: Fix informational messageFrederic Barrat1-2/+2