summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: rtsx: set NULL intfdata when probe failsShuah Khan2022-06-141-0/+1
* lkdtm/usercopy: Expand size of "out of frame" objectKees Cook2022-06-141-3/+14
* misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua2022-06-141-0/+2
* kgdbts: fix return value of __setup handlerRandy Dunlap2022-04-151-2/+2
* misc: alcor_pci: Fix an error handling pathChristophe JAILLET2022-04-151-3/+6
* 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
* cb710: avoid NULL pointer subtractionArnd Bergmann2021-10-201-1/+1
* mei: me: add Ice Lake-N device id.Andy Shevchenko2021-10-202-0/+2
* VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai2021-09-221-2/+4
* misc: alcor_pci: fix inverted branch conditionTong Zhang2021-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
* 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
* 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
* 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
* drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov2021-03-041-0/+3
* misc: rtsx: init of rts522a add OCP power off when no card is presentRicky Wu2021-03-041-0/+5
* mei: hbm: call mei_set_devstate() on hbm stop responseAlexander Usyskin2021-03-041-1/+1
* VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen2021-03-041-1/+1
* misc: eeprom_93xx46: Add module alias to avoid breaking support for non devic...Aswath Govindraju2021-03-041-0/+1
* misc: eeprom_93xx46: Fix module alias to enable module autoprobeAswath Govindraju2021-03-041-1/+1
* lkdtm: don't move ctors to .rodataMark Rutland2021-02-172-2/+2
* habanalabs: Fix memleak in hl_device_resetDinghao Liu2021-01-191-0/+2
* habanalabs: register to pci shutdown callbackOded Gabbay2021-01-191-0/+1
* misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam2021-01-061-1/+1
* habanalabs: put devices before driver removalOfir Bitton2020-12-301-8/+8
* mei: protect mei_cl_mtu from null dereferenceAlexander Usyskin2020-11-181-2/+2
* misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()Ricky Wu2020-11-011-4/+0
* cxl: Rework error message for incompatible slotsFrederic Barrat2020-11-011-2/+2
* eeprom: at25: set minimum read/write access stride to 1Christian Eggers2020-10-291-1/+1
* misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki2020-10-291-1/+3
* misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-292-3/+3
* mic: vop: copy data to kernel space then write to io memorySherry Sun2020-10-291-6/+14
* misc: mic: scif: Fix error handling pathSouptick Joarder2020-10-291-2/+2
* VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar2020-10-291-4/+6