summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+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
* cxl: Fix DAR check & use REGION_ID instead of opencodingAneesh Kumar K.V2020-05-101-1/+1
* 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: 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
* 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
* misc: vexpress: Off by one in vexpress_syscfg_exec()Dan Carpenter2019-02-201-1/+1
* genwqe: Fix size checkChristian Borntraeger2019-01-131-1/+1
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-172-3/+2
* misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing2018-12-131-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-212-5/+6
* vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter2018-10-101-2/+2
* tsl2550: fix lux1_input error in low lightMatt Ranostay2018-10-101-1/+1
* mei: bus: type promotion bug in mei_nfc_if_version()Dan Carpenter2018-09-261-1/+1
* misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva2018-09-261-0/+2
* vmw_balloon: include asm/io.hNadav Amit2018-09-191-0/+1
* 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
* 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
* 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
* 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/+13
* eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-12-051-0/+6
* mei: return error on notification request to a disconnected clientAlexander Usyskin2017-11-081-0/+3
* cxl: Fix driver use countFrederic Barrat2017-10-052-1/+11