summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2018-11-13ocxl: Fix access to the AFU Descriptor DataChristophe Lombard1-1/+3
2018-11-13signal/GenWQE: Fix sending of SIGKILLEric W. Biederman2-5/+6
2018-11-13VMCI: Resource wildcard match fixedJorgen Hansen2-2/+3
2018-11-10eeprom: at24: Add support for address-width propertyAlan Chiang1-0/+17
2018-10-03misc: sram: enable clock before registering regionsJohan Hovold1-6/+7
2018-10-03vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter1-2/+2
2018-10-03misc: ibmvmc: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2018-10-03tsl2550: fix lux1_input error in low lightMatt Ranostay1-1/+1
2018-09-29vmw_balloon: include asm/io.hNadav Amit1-0/+1
2018-09-26mei: bus: type promotion bug in mei_nfc_if_version()Dan Carpenter1-1/+1
2018-09-26mei: bus: need to unlink client before freeingTomas Winkler1-5/+4
2018-09-26mei: bus: fix hw module get/put balanceTomas Winkler1-2/+1
2018-09-26mei: ignore not found client in the enumerationAlexander Usyskin1-3/+6
2018-09-26misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-09-26misc: ibmvsm: Fix wrong assignment of return codeBryant G. Ly1-1/+1
2018-09-19misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev1-2/+2
2018-09-19misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter1-11/+9
2018-09-09vmw_balloon: fix VMCI use when balloon built into kernelNadav Amit1-1/+8
2018-09-09vmw_balloon: VMCI_DOORBELL_SET does not check statusNadav Amit1-18/+19
2018-09-09vmw_balloon: do not use 2MB without batchingNadav Amit1-1/+7
2018-09-09vmw_balloon: fix inflation of 64-bit GFNsNadav Amit1-6/+7
2018-09-09ocxl: Fix page fault handler in case of fault on dying processFrederic Barrat1-9/+15
2018-09-09cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain1-1/+1
2018-09-05mei: don't update offset in writeAlexander Usyskin1-1/+0
2018-08-22misc: sram: fix resource leaks in probe error pathJohan Hovold1-1/+8
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro1-4/+4
2018-07-07ibmasm: don't write out of bounds in read handlerJann Horn1-24/+3
2018-07-03mei: discard messages from not connected client during power down.Alexander Usyskin1-1/+4
2018-07-03vmw_balloon: fix inflation with batchingNadav Amit1-2/+2
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