aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-29cxl: Fix memory page not handledGravatar Christophe Lombard 1-2/+11
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-1/+1
2017-08-31cxl: Fix driver use countGravatar Frederic Barrat 2-1/+11
2017-08-31powerpc/mm/cxl: Add barrier when setting mm cpumaskGravatar Aneesh Kumar K.V 1-2/+12
2017-08-17powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskGravatar Aneesh Kumar K.V 1-0/+6
2017-07-03cxl: Export library to support IBM XSLGravatar Christophe Lombard 7-30/+315
2017-07-03Merge branch 'fixes' into nextGravatar Michael Ellerman 7-55/+70
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Gravatar Christophe Lombard 6-47/+57
2017-06-08cxl: Fix error path on bad ioctlGravatar Frederic Barrat 1-5/+2
2017-06-06cxl: Unlock on error in probeGravatar Dan Carpenter 1-2/+6
2017-06-06cxl: Avoid double free_irq() for psl,slice interruptsGravatar Vaibhav Jain 1-3/+11
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 13-308/+1104
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2017-05-02cxl: Mask slice error interrupts after first occurrenceGravatar Alastair D'Silva 2-2/+35
2017-05-02cxl: Route eeh events to all drivers in cxl_pci_error_detected()Gravatar Vaibhav Jain 1-6/+9
2017-05-02cxl: Force context lock during EEH flowGravatar Vaibhav Jain 1-2/+17
2017-04-19cxl: Enable PCI device IDs for future IBM CXL adaptersGravatar Matthew R. Ochs 1-0/+2
2017-04-13cxl: Add psl9 specific codeGravatar Christophe Lombard 9-74/+751
2017-04-13cxl: Isolate few psl8 specific callsGravatar Christophe Lombard 5-56/+116
2017-04-13cxl: Rename some psl8 specific functionsGravatar Christophe Lombard 6-54/+54
2017-04-13cxl: Update implementation service layerGravatar Christophe Lombard 6-59/+110
2017-04-13cxl: Keep track of mm struct associated with a contextGravatar Christophe Lombard 6-90/+61
2017-04-13cxl: Remove unused values in bare-metal environment.Gravatar Christophe Lombard 3-24/+7
2017-04-13cxl: Read vsec perst load imageGravatar Christophe Lombard 1-0/+1
2017-03-24treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2017-03-20cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateGravatar Vaibhav Jain 1-7/+6
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 2-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-10/+27
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-1/+2
2017-02-21cxl: fix nested locking hang during EEH hotplugGravatar Andrew Donnellan 4-10/+27
2017-02-03cxl: Fix build when CONFIG_DEBUG_FS=nGravatar Andrew Donnellan 2-5/+57
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredGravatar Andrew Donnellan 4-23/+35
2017-01-25cxl: Force psl data-cache flush during device shutdownGravatar Vaibhav Jain 1-0/+3
2017-01-25cxl: Drop unused header asm/pnv-pci.hGravatar Greg Kurz 1-1/+0
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 10-49/+160
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressGravatar Jan Kara 1-3/+2
2016-11-25cxl: drop duplicate header sched.hGravatar Geliang Tang 1-1/+0
2016-11-23cxl: Fix coccinelle warningsGravatar Andrew Donnellan 4-6/+8
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedGravatar Frederic Barrat 4-31/+135
2016-11-18cxl: Do adapter fence check before handling afu interruptGravatar Vaibhav Jain 1-3/+12
2016-11-18cxl: Fix error handling in _cxl_pci_associate_default_context()Gravatar Christophe Jaillet 2-2/+2
2016-11-18cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Gravatar Christophe Jaillet 1-1/+1
2016-11-18cxl: Fix memory allocation failure testGravatar Christophe Jaillet 1-5/+2
2016-10-24cxl: Fix leaking pid refs in some error pathsGravatar Vaibhav Jain 2-9/+15
2016-10-19cxl: Prevent adapter reset if an active context existsGravatar Vaibhav Jain 8-5/+116
2016-10-04cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Gravatar Andrew Donnellan 1-5/+3