aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorFilesLines
2019-02-21Merge branch 'topic/dma' into nextGravatar Michael Ellerman 1-2/+1
2019-02-18powerpc/dma: remove set_dma_offsetGravatar Christoph Hellwig 1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassGravatar Christoph Hellwig 1-1/+0
2019-01-30cxl: Wrap iterations over afu slices inside 'afu_list_lock'Gravatar Vaibhav Jain 2-9/+32
2018-12-20cxl: drop the dma_set_mask callback from vphbGravatar Christoph Hellwig 1-12/+0
2018-11-26cxl: Use device_type helpers to access the node typeGravatar Rob Herring 1-3/+1
2018-10-11misc: cxl: Fix possible null pointer dereferenceGravatar zhong jiang 1-2/+0
2018-09-14misc: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 15-705/+75
2018-08-10cxl: remove a dead branchGravatar Mathieu Malaterre 1-5/+0
2018-08-08misc: cxl: changed asterisk positionGravatar Parth Y Shah 1-1/+1
2018-07-19cxl: Fix wrong comparison in cxl_adapter_context_get()Gravatar Vaibhav Jain 1-1/+1
2018-07-19Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 3-37/+16
2018-07-16powerpc/64s: Remove POWER9 DD1 supportGravatar Nicholas Piggin 3-37/+16
2018-07-12cxl_getfile(): switch to alloc_file_pseudo()Gravatar Al Viro 1-17/+4
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeGravatar Al Viro 1-2/+1
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresGravatar Al Viro 1-4/+4
2018-07-02cxl: Remove abandonned capi support for the Mellanox CX4, final cleanupGravatar Frederic Barrat 4-87/+7
2018-07-02Revert "cxl: Allow a default context to be associated with an external pci_dev"Gravatar Frederic Barrat 6-91/+28
2018-07-02Revert "cxl: Add cxl_slot_is_supported API"Gravatar Frederic Barrat 1-37/+0
2018-07-02Revert "cxl: Add support for using the kernel API with a real PHB"Gravatar Alastair D'Silva 2-17/+2
2018-07-02Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"Gravatar Alastair D'Silva 2-226/+18
2018-07-02Revert "cxl: Add kernel APIs to get & set the max irqs per context"Gravatar Alastair D'Silva 1-27/+0
2018-07-02Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Gravatar Alastair D'Silva 5-44/+0
2018-07-02Revert "cxl: Add support for interrupts on the Mellanox CX4"Gravatar Alastair D'Silva 4-108/+0
2018-07-02Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Gravatar Alastair D'Silva 4-24/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+2
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-6/+14
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+4
2018-06-03Merge branch 'fixes' into nextGravatar Michael Ellerman 3-0/+23
2018-06-02cxl: Configure PSL to not use APC virtual machinesGravatar Vaibhav Jain 1-2/+2
2018-06-02cxl: Disable prefault_mode in Radix modeGravatar Vaibhav Jain 1-4/+12
2018-05-15cxl: Report the tunneled operations statusGravatar Philippe Bergheaud 3-1/+17
2018-05-15cxl: Set the PBCQ Tunnel BAR register when enabling capi modeGravatar Philippe Bergheaud 1-0/+7
2018-04-23misc: cxl: Change return type to vm_fault_tGravatar Souptick Joarder 1-3/+4
2018-04-04cxl: Fix possible deadlock when processing page faults from cxllibGravatar Frederic Barrat 1-30/+55
2018-03-14cxl: Fix timebase synchronization status on P9Gravatar Christophe Lombard 2-17/+12
2018-03-13cxl: read PHB indications from the device treeGravatar Philippe Bergheaud 3-7/+45
2018-03-13cxl: Check if PSL data-cache is available before issue flush requestGravatar Vaibhav Jain 3-7/+27
2018-03-13cxl: Remove function write_timebase_ctrl_psl9() for PSL9Gravatar Vaibhav Jain 1-8/+2
2018-03-13cxl: Enable NORST bit in PSL_DEBUG register for PSL9Gravatar Vaibhav Jain 1-2/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 6-6/+32
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-4/+4
2018-01-24cxl: Remove support for "Processing accelerators" classGravatar Frederic Barrat 1-2/+0
2018-01-19cxl: Add support for ASB_Notify on POWER9Gravatar Christophe Lombard 5-4/+32
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Gravatar Christoph Hellwig 1-1/+1