summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2019-11-20misc: genwqe: should return proper error value.zhong jiang1-6/+7
2019-11-20misc: kgdbts: Fix restrict errorLaura Abbott1-10/+6
2019-10-17mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin5-13/+44
2019-10-17mei: me: add comet point (lake) LP device idsTomas Winkler2-0/+6
2019-09-06VMCI: Release resource if the work is already queuedNadav Amit1-2/+4
2019-09-06mei: me: add Tiger Lake point LP device IDTomas Winkler2-0/+4
2019-08-06eeprom: at24: make spd world-readable againJean Delvare1-1/+1
2019-07-31mei: me: add mule creek canyon (EHL) device idsAlexander Usyskin2-0/+6
2019-07-14VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA3-58/+89
2019-07-14lkdtm: support llvm-objcopyNick Desaulniers1-2/+1
2019-07-03eeprom: at24: fix unexpected timeout under high loadWang Xin1-21/+22
2019-06-19Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao1-2/+2
2019-06-15misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I1-0/+1
2019-06-11genwqe: Prevent an integer overflow in the ioctlDan Carpenter2-0/+6
2019-04-20lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy3-0/+22
2019-04-20lkdtm: Print real addressesChristophe Leroy1-9/+9
2019-03-23cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain2-9/+32
2019-03-23mei: bus: move hw module get/put to probe/releaseAlexander Usyskin1-11/+10
2019-03-23mei: hbm: clean the feature flags on link resetAlexander Usyskin1-0/+7
2019-02-20eeprom: at24: add support for 24c2048Adrian Bunk2-1/+4
2019-02-15mic: vop: Fix use-after-free on removeVincent Whitchurch1-1/+3
2019-02-15mei: me: add ice lake point device id.Tomas Winkler2-0/+4
2019-02-15misc: vexpress: Off by one in vexpress_syscfg_exec()Dan Carpenter1-1/+1
2019-01-31misc: ibmvsm: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-2/+5
2019-01-31mei: me: add denverton innovation engine device IDsTomas Winkler2-0/+4
2019-01-31mei: me: mark LBG devices as having dma supportAlexander Usyskin1-1/+1
2019-01-13genwqe: Fix size checkChristian Borntraeger1-1/+1
2019-01-09ocxl: Fix endiannes bug in read_afu_name()Greg Kurz1-1/+1
2019-01-09ocxl: Fix endiannes bug in ocxl_link_update_pe()Greg Kurz1-1/+1
2018-12-05misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing1-1/+1
2018-11-27drivers/misc/sgi-gru: fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-11-27misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_dataNathan Chancellor1-1/+1
2018-11-13ocxl: Fix access to the AFU Descriptor DataChristophe Lombard1-1/+3
2018-11-13signal/GenWQE: Fix sending of SIGKILLEric W. Biederman2-5/+6
2018-11-13VMCI: Resource wildcard match fixedJorgen Hansen2-2/+3
2018-09-12misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-09-12misc: ibmvsm: Fix wrong assignment of return codeBryant G. Ly1-1/+1
2018-09-12mei: bus: need to unlink client before freeingTomas Winkler1-5/+4
2018-09-12mei: bus: fix hw module get/put balanceTomas Winkler1-2/+1
2018-09-12mei: fix use-after-free in mei_cl_writeJohn Hubbard1-1/+1
2018-09-12mei: ignore not found client in the enumerationAlexander Usyskin1-3/+6
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-18/+5
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+10
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2-4/+10
2018-08-22cb710: Convert to new IDA APIMatthew Wilcox1-18/+5
2018-08-22Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+17
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds35-379/+673
2018-08-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+3
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2-2/+3
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds18-728/+103