summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2023-06-28ipmi: move message error checking to avoid deadlockTony Camuso1-57/+57
2023-06-28ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard3-76/+92
2023-05-17ipmi: fix SSIF not responding under certain cond.Zhang Yuchen1-2/+2
2023-05-17ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-05-17ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard3-45/+105
2023-05-17ipmi: Fix SSIF flag requestsCorey Minyard1-12/+52
2023-01-18ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2023-01-18ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2023-01-18ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2022-06-14ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard1-0/+23
2021-12-29ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo1-6/+9
2021-12-29ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo1-1/+3
2021-12-29ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo1-1/+1
2021-12-08ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun1-1/+1
2021-12-08ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki1-1/+12
2021-07-20ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu1-10/+12
2020-06-25ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-06-22pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard1-5/+0
2020-04-17ipmi: fix hung processes in __get_guid()Wen Yang1-2/+2
2020-03-05ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2020-01-27ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire1-2/+3
2020-01-27ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-12-31ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-11-20ipmi: fix return value of ipmi_set_my_LUNYueHaibing1-1/+1
2019-11-20ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard1-0/+4
2019-11-20ipmi_si: fix potential integer overflow on large shiftColin Ian King1-1/+1
2019-11-20ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos1-2/+2
2019-10-07ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard1-5/+19
2019-05-22ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-05-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso1-0/+2
2019-04-27ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard1-2/+17
2019-04-03ipmi_si: Fix crash when using hard-coded deviceCorey Minyard4-74/+218
2019-03-23ipmi_si: fix use-after-free of resource->nameYang Yingliang3-4/+11
2019-01-26ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-66/+82
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2019-01-26ipmi: Prevent use-after-free in deliver_responseFred Klassen1-1/+1
2019-01-26ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-8/+18
2019-01-26ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang1-1/+1
2018-11-13ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-08-31ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva1-1/+3
2018-08-31ipmi: Fix I2C client removal in the SSIF driverCorey Minyard1-11/+6
2018-08-31ipmi: Move BT capabilities detection to the detect callCorey Minyard1-44/+48
2018-08-31ipmi: Rework SMI registration failureCorey Minyard3-46/+37
2018-08-30ipmi: kcs_bmc: don't change device nameBenjamin Fair1-3/+4
2018-06-25ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang1-21/+10
2018-06-25ipmi: Cleanup oops on initialization failureCorey Minyard1-2/+4
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard1-18/+25
2018-05-23ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman1-3/+14
2018-05-22ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2