summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* mei: me: add denverton innovation engine device IDsTomas Winkler2019-01-312-0/+4
* 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
* eeprom: at24: Add support for address-width propertyAlan Chiang2018-11-101-0/+17
* misc: sram: enable clock before registering regionsJohan Hovold2018-10-031-6/+7
* 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: bus: need to unlink client before freeingTomas Winkler2018-09-261-5/+4
* 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
* 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
* misc: sram: fix resource leaks in probe error pathJohan Hovold2018-08-221-1/+8
* cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-251-4/+4
* 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
* cxl: Disable prefault_mode in Radix modeVaibhav Jain2018-07-031-4/+12
* vmw_balloon: fixing double free when batching mode is offGil Kupfer2018-06-161-16/+7
* cxl: Check if PSL data-cache is available before issue flush requestVaibhav Jain2018-05-303-7/+27
* cxl: Fix possible deadlock when processing page faults from cxllibFrederic Barrat2018-04-241-30/+55
* mei: remove dev_err message on an unsupported ioctlColin Ian King2018-04-081-1/+0
* mei: me: add cannon point device ids for 4th deviceTomas Winkler2018-02-252-0/+4
* mei: me: add cannon point device idsAlexander Usyskin2018-02-252-0/+6
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-2/+0
* mei: me: allow runtime pm for platform with D0i3Tomas Winkler2018-02-031-1/+4
* drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar2017-12-251-1/+1
* x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-12-251-1/+1
* misc: pci_endpoint_test: Avoid triggering a BUG()Dan Carpenter2017-12-201-0/+2
* misc: pci_endpoint_test: Fix failure path return values in probeKishon Vijay Abraham I2017-12-201-0/+2
* eeprom: at24: change nvmem stride to 1David Lechner2017-12-201-1/+1
* cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain2017-12-051-2/+10