summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: fix a memleak in try_smi_init()Yi Yang2023-09-231-0/+5
* ipmi: move message error checking to avoid deadlockTony Camuso2023-06-281-57/+57
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2023-06-283-76/+92
* ipmi: fix SSIF not responding under certain cond.Zhang Yuchen2023-05-171-2/+2
* ipmi_ssif: Rename idle state and checkCorey Minyard2023-05-171-23/+23
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2023-05-173-45/+105
* ipmi: Fix SSIF flag requestsCorey Minyard2023-05-171-12/+52
* ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter2023-01-181-1/+3
* ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen2023-01-181-8/+19
* ipmi: fix memleak when unload ipmi driverZhang Yuchen2023-01-181-2/+6
* ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard2022-06-141-0/+23
* ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo2021-12-291-6/+9
* ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo2021-12-291-1/+3
* ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo2021-12-291-1/+1
* ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun2021-12-081-1/+1
* ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki2021-12-081-1/+12
* ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu2021-07-201-10/+12
* ipmi: use vzalloc instead of kmalloc for user creationFeng Tang2020-06-251-3/+4
* pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard2020-06-221-5/+0
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-171-2/+2
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2020-03-051-3/+7
* ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2020-01-271-2/+3
* ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2020-01-271-1/+4
* ipmi: Don't allow device module unload when in useCorey Minyard2019-12-311-7/+16
* ipmi: fix return value of ipmi_set_my_LUNYueHaibing2019-11-201-1/+1
* ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard2019-11-201-0/+4
* ipmi_si: fix potential integer overflow on large shiftColin Ian King2019-11-201-1/+1
* ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos2019-11-201-2/+2
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-10-071-5/+19
* ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-05-221-1/+5
* ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso2019-05-161-0/+2
* ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard2019-04-271-2/+17
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-04-034-74/+218
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-03-233-4/+11
* ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-261-66/+82
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-261-8/+17
* ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-261-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-261-8/+18
* ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-261-1/+1
* ipmi: Fix timer race with module unloadJan Glauber2018-11-131-4/+6
* ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva2018-08-311-1/+3
* ipmi: Fix I2C client removal in the SSIF driverCorey Minyard2018-08-311-11/+6
* ipmi: Move BT capabilities detection to the detect callCorey Minyard2018-08-311-44/+48
* ipmi: Rework SMI registration failureCorey Minyard2018-08-313-46/+37
* ipmi: kcs_bmc: don't change device nameBenjamin Fair2018-08-301-3/+4
* ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang2018-06-241-21/+10
* ipmi: Cleanup oops on initialization failureCorey Minyard2018-06-241-2/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-241-18/+25
* ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman2018-05-231-3/+14