aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+10
2017-11-23cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain1-2/+10
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds8-83/+141
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-2/+11
2017-11-06cxl: Rework the implementation of cxl_stop_trace_psl9()Vaibhav Jain3-32/+42
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-22cxl: Provide debugfs access to PSL_DEBUG/XSL_DEBUG registersVaibhav Jain2-0/+5
2017-10-13cxl: Dump PSL_FIR register on PSL9 error irqVaibhav Jain3-5/+16
2017-10-10cxl: Rename register PSL9_FIR2 to PSL9_FIR_MASKVaibhav Jain3-5/+4
2017-10-06cxl: Add support for POWER9 DD2Christophe Lombard3-36/+28
2017-10-03cxl: Set the valid bit in PE for dedicated modeVaibhav Jain1-0/+8
2017-09-29cxl: Fix memory page not handledChristophe Lombard1-2/+11
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat3-5/+38
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