summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam2021-01-091-1/+1
* mei: protect mei_cl_mtu from null dereferenceAlexander Usyskin2020-11-181-2/+2
* eeprom: at25: set minimum read/write access stride to 1Christian Eggers2020-10-291-1/+1
* misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-292-3/+3
* mic: vop: copy data to kernel space then write to io memorySherry Sun2020-10-291-6/+14
* misc: mic: scif: Fix error handling pathSouptick Joarder2020-10-291-2/+2
* VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar2020-10-291-4/+6
* cxl: Fix kobject memleakWang Hai2020-08-211-1/+1
* misc: atmel-ssc: lock with mutex instead of spinlockMichał Mirosław2020-07-221-12/+12
* mei: bus: don't clean driver pointerAlexander Usyskin2020-07-221-2/+1
* mei: release me_cl object referenceAlexander Usyskin2020-05-271-0/+2
* misc: echo: Remove unnecessary parentheses and simplify check for zeroNathan Chancellor2020-04-241-1/+1
* altera-stapl: altera_get_note: prevent write beyond end of 'key'Daniel Axtens2020-04-021-6/+6
* mic: avoid statically declaring a 'struct device'.Arnd Bergmann2020-01-291-16/+12
* misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_paNathan Chancellor2020-01-291-1/+1
* scsi: enclosure: Fix stale device oops with hot replugJames Bottomley2020-01-231-2/+1
* altera-stapl: check for a null key before strcasecmp'ing itColin Ian King2019-12-211-2/+1
* mei: bus: prefix device names on bus with the bus nameAlexander Usyskin2019-12-051-4/+5
* misc: mic: fix a DMA pool free failureWenwen Wang2019-11-281-1/+1
* misc: cxl: Fix possible null pointer dereferencezhong jiang2019-11-251-2/+0
* misc: genwqe: should return proper error value.zhong jiang2019-11-251-6/+7
* misc: kgdbts: Fix restrict errorLaura Abbott2019-11-251-10/+6
* VMCI: Release resource if the work is already queuedNadav Amit2019-09-061-2/+4
* eeprom: at24: make spd world-readable againJean Delvare2019-08-061-1/+1
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-07-213-58/+89
* Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao2019-06-221-2/+2
* genwqe: Prevent an integer overflow in the ioctlDan Carpenter2019-06-112-0/+6
* lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy2019-04-203-0/+22
* eeprom: at24: add support for 24c2048Adrian Bunk2019-02-202-1/+2
* misc: vexpress: Off by one in vexpress_syscfg_exec()Dan Carpenter2019-02-151-1/+1
* genwqe: Fix size checkChristian Borntraeger2019-01-131-1/+1
* misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing2018-12-051-1/+1
* drivers/misc/sgi-gru: fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-11-271-0/+4
* misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_dataNathan Chancellor2018-11-271-1/+1
* signal/GenWQE: Fix sending of SIGKILLEric W. Biederman2018-11-132-5/+6
* VMCI: Resource wildcard match fixedJorgen Hansen2018-11-132-2/+3
* vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter2018-10-031-2/+2
* tsl2550: fix lux1_input error in low lightMatt Ranostay2018-10-031-1/+1
* vmw_balloon: include asm/io.hNadav Amit2018-09-291-0/+1
* mei: bus: type promotion bug in mei_nfc_if_version()Dan Carpenter2018-09-261-1/+1
* mei: ignore not found client in the enumerationAlexander Usyskin2018-09-261-3/+6
* misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva2018-09-261-0/+2
* misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev2018-09-191-2/+2
* misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter2018-09-191-11/+9
* mei: me: allow runtime pm for platform with D0i3Tomas Winkler2018-09-151-1/+4
* vmw_balloon: fix VMCI use when balloon built into kernelNadav Amit2018-09-091-1/+8
* vmw_balloon: VMCI_DOORBELL_SET does not check statusNadav Amit2018-09-091-18/+19
* vmw_balloon: do not use 2MB without batchingNadav Amit2018-09-091-1/+7
* vmw_balloon: fix inflation of 64-bit GFNsNadav Amit2018-09-091-6/+7
* cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain2018-09-091-1/+1