summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)Author
2019-09-16Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao
2019-09-16misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I
2019-09-12genwqe: Prevent an integer overflow in the ioctlDan Carpenter
2019-05-05lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy
2019-05-05lkdtm: Print real addressesChristophe Leroy
2019-03-26cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain
2019-03-26mei: bus: move hw module get/put to probe/releaseAlexander Usyskin
2019-03-08eeprom: at24: add support for 24c2048Adrian Bunk
2019-03-08mic: vop: Fix use-after-free on removeVincent Whitchurch
2019-03-08misc: vexpress: Off by one in vexpress_syscfg_exec()Dan Carpenter
2019-02-19misc: ibmvsm: Fix potential NULL pointer dereferenceGustavo A. R. Silva
2019-02-19mei: me: add denverton innovation engine device IDsTomas Winkler
2019-01-14genwqe: Fix size checkChristian Borntraeger
2019-01-12ocxl: Fix endiannes bug in read_afu_name()Greg Kurz
2019-01-12ocxl: Fix endiannes bug in ocxl_link_update_pe()Greg Kurz
2018-12-15misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing
2018-12-04drivers/misc/sgi-gru: fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-04misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_dataNathan Chancellor
2018-11-13ocxl: Fix access to the AFU Descriptor DataChristophe Lombard
2018-11-13signal/GenWQE: Fix sending of SIGKILLEric W. Biederman
2018-11-13VMCI: Resource wildcard match fixedJorgen Hansen
2018-11-10eeprom: at24: Add support for address-width propertyAlan Chiang
2018-10-03misc: sram: enable clock before registering regionsJohan Hovold
2018-10-03vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter
2018-10-03misc: ibmvmc: Use GFP_ATOMIC under spin lockWei Yongjun
2018-10-03tsl2550: fix lux1_input error in low lightMatt Ranostay
2018-09-29vmw_balloon: include asm/io.hNadav Amit
2018-09-26mei: bus: type promotion bug in mei_nfc_if_version()Dan Carpenter
2018-09-26mei: bus: need to unlink client before freeingTomas Winkler
2018-09-26mei: bus: fix hw module get/put balanceTomas Winkler
2018-09-26mei: ignore not found client in the enumerationAlexander Usyskin
2018-09-26misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva
2018-09-26misc: ibmvsm: Fix wrong assignment of return codeBryant G. Ly
2018-09-19misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev
2018-09-19misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter
2018-09-09vmw_balloon: fix VMCI use when balloon built into kernelNadav Amit
2018-09-09vmw_balloon: VMCI_DOORBELL_SET does not check statusNadav Amit
2018-09-09vmw_balloon: do not use 2MB without batchingNadav Amit
2018-09-09vmw_balloon: fix inflation of 64-bit GFNsNadav Amit
2018-09-09ocxl: Fix page fault handler in case of fault on dying processFrederic Barrat
2018-09-09cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain
2018-09-05mei: don't update offset in writeAlexander Usyskin
2018-08-22misc: sram: fix resource leaks in probe error pathJohan Hovold
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro
2018-07-07ibmasm: don't write out of bounds in read handlerJann Horn
2018-07-03mei: discard messages from not connected client during power down.Alexander Usyskin
2018-07-03vmw_balloon: fix inflation with batchingNadav Amit
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook