aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)Author
2023-09-23ipmi_si: fix a memleak in try_smi_init()Yi Yang
2023-06-28ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard
2023-05-17ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard
2023-01-18ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen
2019-10-07ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard
2019-04-03ipmi_si: Fix crash when using hard-coded deviceCorey Minyard
2019-03-23ipmi_si: fix use-after-free of resource->nameYang Yingliang
2018-08-31ipmi: Rework SMI registration failureCorey Minyard
2018-06-24ipmi: Cleanup oops on initialization failureCorey Minyard
2018-05-09ipmi: Remove the proc interfaceCorey Minyard
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard
2018-04-18ipmi: Remove smi->intf checksCorey Minyard
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard
2018-03-06ipmi: missing error code in try_smi_init()Dan Carpenter
2018-03-06ipmi: Consolidate cleanup codeCorey Minyard
2018-03-06ipmi: Remove some unnecessary initializationsCorey Minyard
2018-03-06ipmi: Fix some error cleanup issuesCorey Minyard
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki
2017-12-12ipmi_si: Fix error handling of platform deviceCorey Minyard
2017-12-11Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-10-17ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring
2017-10-17ipmi_si: fix memory leak on new_smiColin Ian King
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard
2017-09-28ipmi_si: Add device attrs for the things in procCorey Minyard
2017-09-28ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard
2017-09-28ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard
2017-09-28ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard
2017-09-28ipmi_si: Move PARISC handling to another fileCorey Minyard
2017-09-28ipmi_si: Move PCI setup to another fileCorey Minyard
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard
2017-09-27ipmi_si: Move hardcode handling to a separate file.Corey Minyard
2017-09-27ipmi_si: Move the hotmod handling to another file.Corey Minyard
2017-09-27ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard
2017-09-27ipmi_si: Move io setup into io structureCorey Minyard
2017-09-27ipmi_si: Move irq setup handling into the io structCorey Minyard
2017-09-27ipmi_si: Move some platform data into the io structureCorey Minyard
2017-09-27ipmi_si: Rename function to add smi, make it globalCorey Minyard
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard
2017-09-27ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr
2017-09-27ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard
2017-09-27char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King
2017-09-27char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo
2017-08-22parisc/ipmi_si_intf: Fix section mismatches on parisc platformHelge Deller