summaryrefslogtreecommitdiff
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mei: don't update offset in writeAlexander Usyskin2018-09-051-1/+0
* vmw_balloon: fix inflation with batchingNadav Amit2018-07-171-2/+2
* ibmasm: don't write out of bounds in read handlerJann Horn2018-07-171-24/+3
* vmw_balloon: fixing double free when batching mode is offGil Kupfer2018-06-161-16/+7
* cxl: Unlock on error in probeDan Carpenter2018-04-131-2/+6
* drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter2018-04-131-2/+8
* mei: remove dev_err message on an unsupported ioctlColin Ian King2018-04-081-1/+0
* lkdtm: turn off kcov for lkdtm_rodata_do_nothing:Arnd Bergmann2018-03-221-0/+2
* scsi: ses: don't get power status of SES device slot on probeMauricio Faria de Oliveira2018-03-221-1/+6
* cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain2017-12-251-0/+14
* eeprom: at24: change nvmem stride to 1David Lechner2017-12-201-1/+1
* eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-12-051-0/+6
* eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski2017-12-051-0/+10