summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-171-1/+1
|\
| * mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-1715-705/+75
|\ \ | |/ |/|
| * cxl: remove a dead branchMathieu Malaterre2018-08-101-5/+0
| * misc: cxl: changed asterisk positionParth Y Shah2018-08-081-1/+1
| * cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain2018-07-191-1/+1
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-193-37/+16
| |\
| | * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-163-37/+16
| * | cxl: Remove abandonned capi support for the Mellanox CX4, final cleanupFrederic Barrat2018-07-024-87/+7
| * | Revert "cxl: Allow a default context to be associated with an external pci_dev"Frederic Barrat2018-07-026-91/+28
| * | Revert "cxl: Add cxl_slot_is_supported API"Frederic Barrat2018-07-021-37/+0
| * | Revert "cxl: Add support for using the kernel API with a real PHB"Alastair D'Silva2018-07-022-17/+2
| * | Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"Alastair D'Silva2018-07-022-226/+18
| * | Revert "cxl: Add kernel APIs to get & set the max irqs per context"Alastair D'Silva2018-07-021-27/+0
| * | Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva2018-07-025-44/+0
| * | Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva2018-07-024-108/+0
| * | Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva2018-07-024-24/+2
| |/
* | cxl_getfile(): switch to alloc_file_pseudo()Al Viro2018-07-121-17/+4
* | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1
* | cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-101-4/+4
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-072-6/+14
|\
| * Merge branch 'fixes' into nextMichael Ellerman2018-06-033-0/+23
| |\
| * | cxl: Configure PSL to not use APC virtual machinesVaibhav Jain2018-06-021-2/+2
| * | cxl: Disable prefault_mode in Radix modeVaibhav Jain2018-06-021-4/+12
* | | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-051-3/+4
|\ \ \ | |_|/ |/| |
| * | misc: cxl: Change return type to vm_fault_tSouptick Joarder2018-04-231-3/+4
| |/
* | cxl: Report the tunneled operations statusPhilippe Bergheaud2018-05-153-1/+17
* | cxl: Set the PBCQ Tunnel BAR register when enabling capi modePhilippe Bergheaud2018-05-151-0/+7
|/
* cxl: Fix possible deadlock when processing page faults from cxllibFrederic Barrat2018-04-041-30/+55
* cxl: Fix timebase synchronization status on P9Christophe Lombard2018-03-142-17/+12
* cxl: read PHB indications from the device treePhilippe Bergheaud2018-03-133-7/+45
* cxl: Check if PSL data-cache is available before issue flush requestVaibhav Jain2018-03-133-7/+27
* cxl: Remove function write_timebase_ctrl_psl9() for PSL9Vaibhav Jain2018-03-131-8/+2
* cxl: Enable NORST bit in PSL_DEBUG register for PSL9Vaibhav Jain2018-03-131-2/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-026-6/+32
|\
| * cxl: Remove support for "Processing accelerators" classFrederic Barrat2018-01-241-2/+0
| * cxl: Add support for ASB_Notify on POWER9Christophe Lombard2018-01-195-4/+32
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-1/+1
|\ \
| * | powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-101-1/+1
| |/
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-4/+4
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-4/+4
* | Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-011-2/+10
|\ \ | |/ |/|
| * cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain2017-11-231-2/+10
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-168-83/+141
|\|
| * Merge branch 'fixes' into nextMichael Ellerman2017-11-101-2/+11
| |\
| * | cxl: Rework the implementation of cxl_stop_trace_psl9()Vaibhav Jain2017-11-063-32/+42
| * | cxl: Provide debugfs access to PSL_DEBUG/XSL_DEBUG registersVaibhav Jain2017-10-222-0/+5
| * | cxl: Dump PSL_FIR register on PSL9 error irqVaibhav Jain2017-10-133-5/+16