summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard1-0/+23
2021-07-20ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu1-10/+12
2020-05-20ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva1-1/+3
2020-04-24ipmi: fix hung processes in __get_guid()Wen Yang1-1/+3
2020-03-11ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2019-11-20ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard1-0/+4
2019-10-07ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard1-5/+19
2019-05-21ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2019-01-26ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard1-0/+12
2018-11-13ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-09-26ipmi: Fix I2C client removal in the SSIF driverCorey Minyard1-12/+7
2018-07-03ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2
2018-05-30ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel1-2/+2
2018-04-26ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun1-2/+3
2018-02-16ipmi: use dynamic memory for DMI driver overrideJohn Garry1-1/+4
2017-12-29Revert "ipmi_si: fix memory leak on new_smi"John Einar Reitan1-1/+0
2017-12-20ipmi_si: fix memory leak on new_smiColin Ian King1-0/+1
2017-12-17ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-24ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard1-10/+23
2017-11-24ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-08-22parisc/ipmi_si_intf: Fix section mismatches on parisc platformHelge Deller1-5/+7
2017-07-10Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds8-214/+533
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-182/+151
2017-06-30ipmi:ssif: Add missing unlock in error branchCorey Minyard1-0/+5
2017-06-29char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav1-2/+2
2017-06-28ipmi:ssif: Check dev before setting drvdataCorey Minyard1-1/+2
2017-06-27ipmi: get rid of field-by-field __get_user()Al Viro1-50/+37
2017-06-26ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro1-133/+115
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-19ipmi: Convert DMI handling over to a platform deviceCorey Minyard2-204/+219
2017-06-19ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard4-0/+290
2017-06-19ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso1-0/+5
2017-06-17ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard1-2/+3
2017-06-10ipmi: Use the proper default value for register size in ACPICorey Minyard1-4/+4
2017-05-18ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King1-2/+1
2017-05-11Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+7
2017-05-08ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic1-3/+4
2017-05-08ipmi_ssif: unlock on allocation failureDan Carpenter1-0/+2
2017-04-28ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert1-4/+4
2017-04-20Annotate hardware config module parameters in drivers/char/ipmi/David Howells1-7/+7
2017-04-10ipmi_si: use smi_num for init_nameTony Camuso1-3/+16
2017-04-07ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley1-0/+1
2017-04-07ipmi_ssif: use setup_timerGeliang Tang1-3/+2
2017-04-07ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang1-1/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-20ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery2-22/+61
2017-02-09char: ipmi: constify ipmi_smi_handlers structuresBhumika Goyal1-1/+1
2017-01-06ipmi: make ipmi_usr_hndl constCorey Minyard3-4/+4