summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-06-141-4/+5
* lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang2022-06-141-0/+5
* misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua2022-06-091-0/+2
* kgdbts: fix return value of __setup handlerRandy Dunlap2022-04-081-2/+2
* habanalabs: Add check for pci_enable_deviceJiasheng Jiang2022-04-081-0/+2
* misc: alcor_pci: Fix an error handling pathChristophe JAILLET2022-04-081-3/+6
* mei: avoid iterator usage outside of list_for_each_entryAlexander Usyskin2022-04-081-20/+15
* mei: me: add Alder Lake N device id.Alexander Usyskin2022-04-082-0/+2
* eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAXJonas Malaco2022-02-161-0/+3
* misc: fastrpc: avoid double fput() on failed usercopyMathias Krause2022-02-161-1/+8
* misc: lattice-ecp3-config: Fix task hung when firmware load failedWei Yongjun2022-01-271-6/+6
* lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Christophe Leroy2022-01-271-1/+1
* misc: fastrpc: fix improper packet size calculationJeya R2021-12-141-4/+6
* misc: fastrpc: Add missing lock before accessing find_vma()Srinivas Kandagatla2021-10-201-0/+2
* cb710: avoid NULL pointer subtractionArnd Bergmann2021-10-201-1/+1
* mei: me: add Ice Lake-N device id.Andy Shevchenko2021-10-202-0/+2
* habanalabs/gaudi: fix LBW RR configurationOded Gabbay2021-10-091-48/+67
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-301-2/+2
* habanalabs: add validity check for event ID received from F/WOfir Bitton2021-09-262-0/+12
* VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai2021-09-181-2/+4
* lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQKevin Mitchell2021-09-151-1/+1
* lkdtm: Enable DOUBLE_FAULT on all architecturesKees Cook2021-09-031-2/+0
* misc: eeprom: at24: Always append device id even if label property is set.Jérôme Glisse2021-07-281-10/+7
* misc: alcor_pci: fix inverted branch conditionTong Zhang2021-07-201-1/+1
* habanalabs: remove node from list before freeing the nodeKoby Elbaz2021-07-202-0/+2
* habanalabs/gaudi: set the correct cpu_id on MME2_QM failureKoby Elbaz2021-07-201-1/+1
* misc: alcor_pci: fix null-ptr-deref when there is no PCI bridgeTong Zhang2021-07-201-1/+7
* misc/libmasm/module: Fix two use after free in ibmasm_init_oneLv Yunlong2021-07-201-2/+3
* lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITEKees Cook2021-07-191-0/+3
* habanalabs: Fix an error handling path in 'hl_pci_probe()'Christophe JAILLET2021-07-141-0/+1
* eeprom: idt_89hpesx: Restore printing the unsupported fwnode nameAndy Shevchenko2021-07-141-4/+3
* eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()Andy Shevchenko2021-07-141-0/+1
* platform/x86: hp_accel: Avoid invoking _INI to speed up resumeKai-Heng Feng2021-06-031-0/+1
* mei: request autosuspend after sending rx flow controlAlexander Usyskin2021-06-031-0/+3
* kgdb: fix gcc-11 warnings harderGreg Kroah-Hartman2021-06-031-1/+2
* ics932s401: fix broken handling of errors when word reading failsDarrick J. Wong2021-05-261-1/+1
* misc: eeprom: at24: check suspend status before disable regulatorHsin-Yi Wang2021-05-261-2/+4
* kgdb: fix gcc-11 warning on indentationArnd Bergmann2021-05-221-13/+13
* misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa2021-05-141-1/+1
* misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg structTetsuo Handa2021-05-141-1/+1
* misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede2021-05-141-5/+16
* mei: me: add Alder Lake P device id.Tomas Winkler2021-05-022-0/+2
* habanalabs: Call put_pid() when releasing control deviceTomer Tayar2021-03-301-0/+2
* misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov2021-03-171-0/+5
* misc/pvpanic: Export module FDT device tableShile Zhang2021-03-171-0/+1
* misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eepromAswath Govindraju2021-03-111-0/+15
* mei: me: add adler lake point LP DIDAlexander Usyskin2021-03-042-0/+2
* mei: me: add adler lake point S DIDAlexander Usyskin2021-03-042-0/+4
* mei: me: emmitsburg workstation DIDTomas Winkler2021-03-042-0/+4
* mei: fix transfer over dma with extended headerAlexander Usyskin2021-03-041-3/+30