summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit2017-12-051-1/+2
* misc: panel: properly restore atomic counter on error pathWilly Tarreau2017-11-181-4/+19
* cxl: Force psl data-cache flush during device shutdownVaibhav Jain2017-11-151-0/+3
* mei: return error on notification request to a disconnected clientAlexander Usyskin2017-11-081-0/+3
* lkdtm: Fix Oops when unloading the moduleJuerg Haefliger2017-10-081-1/+3
* cxl: Fix driver use countFrederic Barrat2017-10-052-1/+11
* scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.Maurizio Lombardi2017-07-271-4/+10
* drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter2017-06-241-2/+2
* misc: mic: double free on ioctl error pathDan Carpenter2017-06-241-1/+0
* cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain2017-06-141-3/+11