summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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-02ocxl: Fix page fault handler in case of fault on dying processFrederic Barrat1-9/+15
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-07-02ocxl: Change return type for fault handlerSouptick Joarder2-14/+13
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-25/+46
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook8-16/+20
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+5
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+15
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-8/+136
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+3
2018-06-06Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas1-14/+14
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-24/+2663
2018-06-05ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()Wei Yongjun1-1/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-67/+14
2018-06-03ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva1-0/+25
2018-06-03ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva4-1/+94
2018-06-03ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionAlastair D'Silva1-1/+1
2018-06-03Merge branch 'fixes' into nextMichael Ellerman3-0/+23
2018-06-02vmw_balloon: fixing double free when batching mode is offGil Kupfer1-16/+7
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-18Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-05-16eeprom: at24: provide a separate routine for creating dummy i2c clientsBartosz Golaszewski1-14/+35
2018-05-16eeprom: at24: provide and use a helper for releasing dummy i2c clientsBartosz Golaszewski1-8/+10
2018-05-16eeprom: at24: use devm_nvmem_register()Bartosz Golaszewski1-3/+1
2018-05-16eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski1-1/+1
2018-05-16sgi-gru: simplify procfs codeChristoph Hellwig1-67/+14
2018-05-15misc: pci_endpoint_test: Use pci_irq_vector functionGustavo Pimentel1-5/+5
2018-05-15misc: pci_endpoint_test: Add DesignWare EP entryGustavo Pimentel1-0/+1
2018-05-15misc: pci_endpoint_test: Replace lower into upper case charactersGustavo Pimentel1-9/+9
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-05-14misc: IBM Virtual Management Channel Driver (VMC)Bryant G. Ly4-0/+2642
2018-05-14misc: sgi-gru: Change return type to vm_fault_tSouptick Joarder2-2/+3
2018-05-09eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski1-1/+1
2018-04-26sgi-xp: fix xpnet_dev_hard_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-23misc: ti-st: Replace GFP_ATOMIC with GFP_KERNEL in kim_probeJia-Ju Bai1-1/+1