aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-07misc: ibmvmc: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2018-07-07vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter1-2/+2
2018-07-07ibmasm: don't write out of bounds in read handlerJann Horn1-24/+3
2018-07-06misc: sram: enable clock before registering regionsJohan Hovold1-6/+7
2018-07-06misc: sram: fix resource leaks in probe error pathJohan Hovold1-1/+8
2018-07-03mei: discard messages from not connected client during power down.Alexander Usyskin1-1/+4
2018-07-03mei: expose fw version to sysfsAlexander Usyskin3-8/+133
2018-07-03mei: add optional timeout to internal bus recvAlexander Usyskin3-12/+28
2018-07-03mei: remove unused MEI_IAMTHIF_STALL_TIMER defineAlexander Usyskin1-2/+0
2018-07-03eeprom: idt_89hpesx: remove redundant variable csrval_lenColin Ian King1-3/+1
2018-07-03misc: rtsx: make several functions staticColin Ian King1-6/+6
2018-07-03misc: vmci: remove redundant variable is_localColin Ian King1-5/+0
2018-07-03misc: ti-st: remove redundant variable 'type'Colin Ian King1-2/+1
2018-07-03sgi-xp: remove redundant pointers ch and rpColin Ian King2-6/+0
2018-07-03misc: genwqe: remove several redundant variablesColin Ian King2-9/+0
2018-07-03vmw_balloon: fix inflation with batchingNadav Amit1-2/+2
2018-07-03vmw_balloon: update copyright messageNadav Amit1-20/+2
2018-07-03vmw_balloon: remove inflation rate limitingNadav Amit1-81/+11
2018-07-03vmw_balloon: fix VMCI use when balloon built into kernelNadav Amit1-1/+8
2018-07-03vmw_balloon: VMCI_DOORBELL_SET does not check statusNadav Amit1-18/+19
2018-07-03vmw_balloon: do not use 2MB without batchingNadav Amit1-1/+7
2018-07-03vmw_balloon: fix inflation of 64-bit GFNsNadav Amit1-6/+7
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 disabled"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/wsa/linuxLinus 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/git/helgaas/pciLinus Torvalds1-14/+15
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-8/+136
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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/git/gregkh/char-miscLinus 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/viro/vfsLinus 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