summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan2023-11-201-3/+4
* misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal2023-08-111-0/+4
* misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal2023-08-111-3/+3
* vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong2023-05-171-1/+7
* mei: bus-fixup:upon error print return values of send and receiveAlexander Usyskin2023-03-111-4/+4
* cxl: Fix refcount leak in cxl_calc_capp_routingMiaoqian Lin2023-01-181-0/+1
* cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang2023-01-181-8/+12
* cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang2023-01-181-10/+14
* misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault ...Zheng Wang2023-01-183-7/+30
* misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()ruanjinjie2023-01-181-1/+1
* misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko2022-11-251-0/+2
* cxl: Fix a memory leak in an error handling pathChristophe JAILLET2022-08-251-0/+1
* misc: rtsx: Fix an error handling path in rtsx_pci_probe()Christophe JAILLET2022-08-251-1/+5
* misc: rtsx_usb: set return value in rsp_buf alloc err pathShuah Khan2022-07-121-1/+3
* misc: rtsx_usb: use separate command and response buffersShuah Khan2022-07-121-9/+17
* misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan2022-07-121-6/+7
* misc: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin2022-06-251-2/+2
* 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
* kgdbts: fix return value of __setup handlerRandy Dunlap2022-04-151-2/+2
* 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
* 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
* soc: aspeed: lpc-ctrl: Fix boundary check for mmapIwona Winiarska2021-09-221-1/+1
* 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-201-4/+3
* eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()Andy Shevchenko2021-07-201-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
* kgdb: fix gcc-11 warning on indentationArnd Bergmann2021-05-221-13/+13
* soc: aspeed: fix a ternary sign expansion bugDan Carpenter2021-05-221-1/+3
* misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa2021-05-221-1/+1
* misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg structTetsuo Handa2021-05-221-1/+1
* misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede2021-05-221-5/+16
* lkdtm: don't move ctors to .rodataNicolas Boichat2021-03-242-2/+2
* 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
* 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
* soc: aspeed: snoop: Add clock control logicJae Hyun Yoo2021-03-041-3/+27
* misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam2021-01-061-1/+1
* mei: protect mei_cl_mtu from null dereferenceAlexander Usyskin2020-11-181-2/+2
* cxl: Rework error message for incompatible slotsFrederic Barrat2020-11-051-2/+2
* eeprom: at25: set minimum read/write access stride to 1Christian Eggers2020-10-301-1/+1
* misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki2020-10-301-1/+3