aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorFilesLines
2024-03-05cxl: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke1-1/+2
2023-10-25cxl: make cxl_class constantGreg Kroah-Hartman1-11/+10
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-08-24cxl: Drop unused detach_spa()Michael Ellerman1-5/+0
2023-08-16cxl: Use pci_find_vsec_capability() to simplify the codeXiongfeng Wang1-10/+1
2023-08-04misc: Explicitly include correct DT includesRob Herring1-0/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-7/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-12-06cxl: Remove unnecessary cxl_pci_window_alignment()Bjorn Helgaas1-7/+0
2022-11-29driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman1-1/+1
2022-11-24cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang1-8/+12
2022-11-24cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang1-10/+14
2022-11-24cxl: Fix refcount leak in cxl_calc_capp_routingMiaoqian Lin1-0/+1
2022-11-23cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang1-8/+12
2022-11-23cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang1-10/+14
2022-09-26cxl: remove vma linked list walkMatthew Wilcox (Oracle)1-30/+15
2022-07-14cxl: Fix a memory leak in an error handling pathChristophe JAILLET1-0/+1
2022-07-14cxl: Use the bitmap API to allocate bitmapsChristophe JAILLET4-7/+5
2022-06-27cxl: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy8-0/+10
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2021-12-29cxl: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-0/+1
2021-10-18cxl: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2-4/+4
2021-10-18cxl: Factor out common dev->driver expressionsBjorn Helgaas2-24/+41
2021-05-14cxl: Fix an error messageChristophe JAILLET1-2/+3
2021-03-24cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour1-1/+1
2021-03-24cxl: Fix couple of spellingsBhaskar Chowdhury1-1/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-02-04cxl: Simplify bool conversionYang Li1-1/+1
2021-01-31cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()Markus Elfring1-3/+1
2020-08-25cxl: Rework error message for incompatible slotsFrederic Barrat1-2/+2
2020-07-13cxl: Change PCIBIOS_SUCCESSFUL to 0Saheed O. Bolarinwa1-2/+2
2020-07-10misc: cxl: flash: Remove unused variable 'drc_index'Lee Jones1-2/+2
2020-07-01misc: cxl: hcalls: Demote half-assed kerneldoc attemptLee Jones1-21/+21
2020-06-29cxl: Fix kobject memleakWang Hai1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-02cxl: Remove dead Kconfig optionsAndrew Donnellan1-8/+0
2020-01-14misc: cxl: use mmgrabJulia Lawall1-1/+1
2019-10-23compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann1-7/+1
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin1-0/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+4
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-34/+17
2019-06-18cxl: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-34/+17
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman21-100/+21
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner20-100/+20
2019-05-25vfs: Convert cxl to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+1
2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-3/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20cxl: don't bother with dentry_operationsAl Viro1-5/+1
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-1/+1
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman1-2/+1
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-1/+0
2019-01-30cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain2-9/+32
2018-12-20cxl: drop the dma_set_mask callback from vphbChristoph Hellwig1-12/+0
2018-11-26cxl: Use device_type helpers to access the node typeRob Herring1-3/+1
2018-10-11misc: cxl: Fix possible null pointer dereferencezhong jiang1-2/+0
2018-09-14misc: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds15-705/+75
2018-08-10cxl: remove a dead branchMathieu Malaterre1-5/+0
2018-08-08misc: cxl: changed asterisk positionParth Y Shah1-1/+1
2018-07-19cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain1-1/+1
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman3-37/+16
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin3-37/+16
2018-07-12cxl_getfile(): switch to alloc_file_pseudo()Al Viro1-17/+4
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-2/+1
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro1-4/+4
2018-07-02cxl: Remove abandonned capi support for the Mellanox CX4, final cleanupFrederic Barrat4-87/+7
2018-07-02Revert "cxl: Allow a default context to be associated with an external pci_dev"Frederic Barrat6-91/+28
2018-07-02Revert "cxl: Add cxl_slot_is_supported API"Frederic Barrat1-37/+0
2018-07-02Revert "cxl: Add support for using the kernel API with a real PHB"Alastair D'Silva2-17/+2
2018-07-02Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"Alastair D'Silva2-226/+18
2018-07-02Revert "cxl: Add kernel APIs to get & set the max irqs per context"Alastair D'Silva1-27/+0
2018-07-02Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva5-44/+0
2018-07-02Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva4-108/+0
2018-07-02Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva4-24/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-6/+14
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4
2018-06-03Merge branch 'fixes' into nextMichael Ellerman3-0/+23
2018-06-02cxl: Configure PSL to not use APC virtual machinesVaibhav Jain1-2/+2
2018-06-02cxl: Disable prefault_mode in Radix modeVaibhav Jain1-4/+12
2018-05-15cxl: Report the tunneled operations statusPhilippe Bergheaud3-1/+17
2018-05-15cxl: Set the PBCQ Tunnel BAR register when enabling capi modePhilippe Bergheaud1-0/+7
2018-04-23misc: cxl: Change return type to vm_fault_tSouptick Joarder1-3/+4
2018-04-04cxl: Fix possible deadlock when processing page faults from cxllibFrederic Barrat1-30/+55
2018-03-14cxl: Fix timebase synchronization status on P9Christophe Lombard2-17/+12
2018-03-13cxl: read PHB indications from the device treePhilippe Bergheaud3-7/+45
2018-03-13cxl: Check if PSL data-cache is available before issue flush requestVaibhav Jain3-7/+27
2018-03-13cxl: Remove function write_timebase_ctrl_psl9() for PSL9Vaibhav Jain1-8/+2
2018-03-13cxl: Enable NORST bit in PSL_DEBUG register for PSL9Vaibhav Jain1-2/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-6/+32
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+4
2018-01-24cxl: Remove support for "Processing accelerators" classFrederic Barrat1-2/+0
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard5-4/+32
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-1/+1
2017-12-01Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+10
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-4/+4
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/p...Linus 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/p...Linus Torvalds13-308/+1104
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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 re...Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus 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/p...Linus 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
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan1-1/+9
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat1-3/+6
2016-08-09cxl: Fix sparse warningsAndrew Donnellan2-2/+2
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan3-4/+4
2016-07-19cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan1-7/+9
2016-07-19cxl: remove dead Kconfig optionsAndrew Donnellan1-10/+0
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan2-18/+226
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie3-1/+4
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie4-0/+108
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie5-0/+44
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie1-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie3-2/+22
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2-0/+14
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie6-28/+91
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2-12/+13
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIIan Munsie1-0/+37
2016-07-14cxl: Use for_each_compatible_node() macroWei Yongjun1-3/+2
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud1-0/+29
2016-07-08cxl: make base more explicitly non-modularPaul Gortmaker1-2/+1
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud4-8/+57
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie2-3/+2
2016-07-08cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie1-0/+10
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie3-7/+53
2016-07-08cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie1-1/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie1-0/+15
2016-06-28cxl: Add set and get private data to context structMichael Neuling2-0/+24
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud4-9/+84
2016-06-16cxl: Make vPHB device node match adapter'sFrederic Barrat1-11/+10
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie2-1/+4