summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2021-01-06misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam1-1/+1
2020-12-30habanalabs: put devices before driver removalOfir Bitton1-8/+8
2020-11-18mei: protect mei_cl_mtu from null dereferenceAlexander Usyskin1-2/+2
2020-11-01misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()Ricky Wu1-4/+0
2020-11-01cxl: Rework error message for incompatible slotsFrederic Barrat1-2/+2
2020-10-29eeprom: at25: set minimum read/write access stride to 1Christian Eggers1-1/+1
2020-10-29misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki1-1/+3
2020-10-29misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2-3/+3
2020-10-29mic: vop: copy data to kernel space then write to io memorySherry Sun1-6/+14
2020-10-29misc: mic: scif: Fix error handling pathSouptick Joarder1-2/+2
2020-10-29VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar1-4/+6
2020-09-09habanalabs: check correct vmalloc return codeOfir Bitton2-3/+8
2020-09-09habanalabs: validate FW file sizeOfir Bitton1-0/+9
2020-08-19cxl: Fix kobject memleakWang Hai1-1/+1
2020-07-22misc: atmel-ssc: lock with mutex instead of spinlockMichał Mirosław1-12/+12
2020-07-22mei: bus: don't clean driver pointerAlexander Usyskin1-2/+1
2020-07-22habanalabs: Align protection bits configuration of all TPCsTomer Tayar1-1/+98
2020-06-24misc: xilinx-sdfec: improve get_user_pages_fast() error handlingJohn Hubbard1-10/+17
2020-06-24habanalabs: increase timeout during resetOded Gabbay1-1/+1
2020-06-24misc: fastrpc: fix potential fastrpc_invoke_ctx leakSrinivas Kandagatla1-1/+8
2020-06-24misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()Srinivas Kandagatla1-1/+3
2020-05-27mei: release me_cl object referenceAlexander Usyskin1-0/+2
2020-05-27misc: rtsx: Add short delay after exit from ASPMKlaus Doth1-0/+3
2020-04-08mei: me: add cedar fork device idsAlexander Usyskin2-0/+4
2020-04-08misc: pci_endpoint_test: Avoid using module parameter to determine irqtypeKishon Vijay Abraham I1-3/+9
2020-04-08misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devicesKishon Vijay Abraham I1-1/+1
2020-04-08misc: rtsx: set correct pcr_ops for rts522AYueHaibing1-0/+1
2020-03-25mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu3-2/+4
2020-03-25altera-stapl: altera_get_note: prevent write beyond end of 'key'Daniel Axtens1-6/+6
2020-03-12habanalabs: patched cb equals user cb in device memsetOded Gabbay1-2/+0
2020-03-12habanalabs: do not halt CoreSight during hard resetOmer Shpigelman1-1/+3
2020-03-12habanalabs: halt the engines before hard-resetOded Gabbay2-0/+43
2020-02-24misc: xilinx_sdfec: fix xsdfec_poll()'s return typeLuc Van Oostenryck1-5/+5
2020-02-06lkdtm/bugs: fix build error in lkdtm_UNSET_SMEPBrendan Higgins1-1/+1
2020-02-01mei: me: add comet point (lake) H device idsTomas Winkler2-0/+6
2020-02-01mei: hdcp: bind only with i915 on the same PCHTomas Winkler1-3/+30
2020-01-17scsi: enclosure: Fix stale device oops with hot replugJames Bottomley1-2/+1
2020-01-12habanalabs: remove variable 'val' set but not usedChen Wandun1-8/+7
2020-01-12habanalabs: rate limit error msg on waiting for CSOded Gabbay2-3/+4
2020-01-12ocxl: Fix potential memory leak on context creationFrederic Barrat1-4/+4
2020-01-04habanalabs: skip VA block list update in reset flowOmer Shpigelman1-10/+20
2019-12-31ocxl: Fix concurrent AFU open and device removalFrederic Barrat1-12/+11
2019-12-31misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla1-2/+2
2019-12-05mei: me: add comet point V device idAlexander Usyskin2-0/+2
2019-12-05mei: bus: prefix device names on bus with the bus nameAlexander Usyskin1-4/+5
2019-10-04misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost1-0/+1
2019-10-04mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin5-13/+44
2019-10-04mei: me: add comet point (lake) LP device idsTomas Winkler2-0/+6
2019-09-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-1/+0
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds3-62/+25