summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* altera-stapl: check for a null key before strcasecmp'ing itColin Ian King2019-12-131-2/+1
* mei: me: add comet point V device idAlexander Usyskin2019-12-052-0/+2
* 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-12-011-1/+1
* misc: cxl: Fix possible null pointer dereferencezhong jiang2019-11-241-2/+0
* misc: genwqe: should return proper error value.zhong jiang2019-11-201-6/+7
* misc: kgdbts: Fix restrict errorLaura Abbott2019-11-201-10/+6
* mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin2019-10-175-13/+44
* mei: me: add comet point (lake) LP device idsTomas Winkler2019-10-172-0/+6
* VMCI: Release resource if the work is already queuedNadav Amit2019-09-061-2/+4
* mei: me: add Tiger Lake point LP device IDTomas Winkler2019-09-062-0/+4
* eeprom: at24: make spd world-readable againJean Delvare2019-08-061-1/+1
* mei: me: add mule creek canyon (EHL) device idsAlexander Usyskin2019-07-312-0/+6
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-07-143-58/+89
* lkdtm: support llvm-objcopyNick Desaulniers2019-07-141-2/+1
* eeprom: at24: fix unexpected timeout under high loadWang Xin2019-07-031-21/+22
* Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao2019-06-191-2/+2
* misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I2019-06-151-0/+1
* 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
* lkdtm: Print real addressesChristophe Leroy2019-04-201-9/+9
* cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain2019-03-232-9/+32
* mei: bus: move hw module get/put to probe/releaseAlexander Usyskin2019-03-231-11/+10
* mei: hbm: clean the feature flags on link resetAlexander Usyskin2019-03-231-0/+7
* eeprom: at24: add support for 24c2048Adrian Bunk2019-02-202-1/+4
* mic: vop: Fix use-after-free on removeVincent Whitchurch2019-02-151-1/+3
* mei: me: add ice lake point device id.Tomas Winkler2019-02-152-0/+4
* misc: vexpress: Off by one in vexpress_syscfg_exec()Dan Carpenter2019-02-151-1/+1
* misc: ibmvsm: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-311-2/+5
* mei: me: add denverton innovation engine device IDsTomas Winkler2019-01-312-0/+4
* mei: me: mark LBG devices as having dma supportAlexander Usyskin2019-01-311-1/+1
* genwqe: Fix size checkChristian Borntraeger2019-01-131-1/+1
* ocxl: Fix endiannes bug in read_afu_name()Greg Kurz2019-01-091-1/+1
* ocxl: Fix endiannes bug in ocxl_link_update_pe()Greg Kurz2019-01-091-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
* ocxl: Fix access to the AFU Descriptor DataChristophe Lombard2018-11-131-1/+3
* signal/GenWQE: Fix sending of SIGKILLEric W. Biederman2018-11-132-5/+6
* VMCI: Resource wildcard match fixedJorgen Hansen2018-11-132-2/+3
* misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva2018-09-121-0/+2
* misc: ibmvsm: Fix wrong assignment of return codeBryant G. Ly2018-09-121-1/+1
* mei: bus: need to unlink client before freeingTomas Winkler2018-09-121-5/+4
* mei: bus: fix hw module get/put balanceTomas Winkler2018-09-121-2/+1
* mei: fix use-after-free in mei_cl_writeJohn Hubbard2018-09-121-1/+1
* mei: ignore not found client in the enumerationAlexander Usyskin2018-09-121-3/+6
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-18/+5
|\
| * cb710: Convert to new IDA APIMatthew Wilcox2018-08-211-18/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-222-4/+10
|\ \
| * | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-222-4/+10