summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin2022-06-251-2/+2
* lkdtm/usercopy: Expand size of "out of frame" objectKees Cook2022-06-141-3/+14
* kgdbts: fix return value of __setup handlerRandy Dunlap2022-04-201-2/+2
* lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Christophe Leroy2022-02-081-1/+1
* misc: lattice-ecp3-config: Fix task hung when firmware load failedWei Yongjun2022-01-271-6/+6
* cb710: avoid NULL pointer subtractionArnd Bergmann2021-10-201-1/+1
* 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: 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
* 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
* 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-031-0/+3
* VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen2021-03-031-1/+1
* misc: eeprom_93xx46: Add module alias to avoid breaking support for non devic...Aswath Govindraju2021-03-031-0/+1
* misc: eeprom_93xx46: Fix module alias to enable module autoprobeAswath Govindraju2021-03-031-1/+1
* misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam2021-01-091-1/+1
* mei: protect mei_cl_mtu from null dereferenceAlexander Usyskin2020-11-181-2/+2
* eeprom: at25: set minimum read/write access stride to 1Christian Eggers2020-10-291-1/+1
* 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
* cxl: Fix kobject memleakWang Hai2020-08-211-1/+1
* misc: atmel-ssc: lock with mutex instead of spinlockMichał Mirosław2020-07-221-12/+12
* mei: bus: don't clean driver pointerAlexander Usyskin2020-07-221-2/+1
* mei: release me_cl object referenceAlexander Usyskin2020-05-271-0/+2
* misc: echo: Remove unnecessary parentheses and simplify check for zeroNathan Chancellor2020-04-241-1/+1
* misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devicesKishon Vijay Abraham I2020-04-131-1/+1
* altera-stapl: altera_get_note: prevent write beyond end of 'key'Daniel Axtens2020-04-021-6/+6
* mic: avoid statically declaring a 'struct device'.Arnd Bergmann2020-01-271-16/+12
* misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_paNathan Chancellor2020-01-271-1/+1
* scsi: enclosure: Fix stale device oops with hot replugJames Bottomley2020-01-171-2/+1
* altera-stapl: check for a null key before strcasecmp'ing itColin Ian King2019-12-171-2/+1
* mei: bus: prefix device names on bus with the bus nameAlexander Usyskin2019-12-051-4/+5
* misc: mic: fix a DMA pool free failureWenwen Wang2019-12-011-1/+1
* misc: cxl: Fix possible null pointer dereferencezhong jiang2019-11-241-2/+0