aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus Torvalds2-6/+14
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus 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/powerpc/linuxLinus 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/viro/vfsLinus 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/powerpc/linuxLinus 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/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