summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard2017-09-271-73/+167
* ipmi: Use a temporary BMC for an interfaceCorey Minyard2017-09-271-9/+13
* ipmi: Dynamically fetch GUID periodicallyCorey Minyard2017-09-271-19/+42
* ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard2017-09-271-28/+65
* ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-274-24/+1
* ipmi: allow dynamic BMC version informationJeremy Kerr2017-09-271-15/+190
* ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard2017-09-271-35/+10
* ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr2017-09-272-2/+4
* ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr2017-09-271-0/+11
* ipmi: Get the device id through a functionCorey Minyard2017-09-272-39/+127
* ipmi: Fix printing the BMC guidCorey Minyard2017-09-271-3/+6
* ipmi: Rework BMC registrationCorey Minyard2017-09-271-23/+45
* ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard2017-09-271-10/+23
* ipmi: Fix issues with BMC refcountsCorey Minyard2017-09-271-16/+35
* ipmi: Check that the device type is BMC when scanning deviceCorey Minyard2017-09-271-3/+9
* ipmi: Move bmc find routing to below bmc device typeCorey Minyard2017-09-271-50/+51
* ipmi: Fix getting the GUID dataCorey Minyard2017-09-271-1/+1
* IPMI: make ipmi_poweroff_handler constBhumika Goyal2017-09-271-1/+1
* ipmi: Make IPMI panic strings always availableCorey Minyard2017-09-272-23/+95
* char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King2017-09-271-2/+3
* ipmi: fix unsigned long underflowCorey Minyard2017-09-271-4/+6
* char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo2017-09-271-1/+1
* parisc/ipmi_si_intf: Fix section mismatches on parisc platformHelge Deller2017-08-221-5/+7
* Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-108-214/+533
|\
| * ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-06-301-0/+5
| * char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-291-2/+2
| * ipmi:ssif: Check dev before setting drvdataCorey Minyard2017-06-281-1/+2
| * ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-192-204/+219
| * ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard2017-06-194-0/+290
| * ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
| * ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
| * ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
| * ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-181-2/+1
| * ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
| * ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-071-182/+151
|\ \
| * | ipmi: get rid of field-by-field __get_user()Al Viro2017-06-261-50/+37
| * | ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro2017-06-261-133/+115
* | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/ /
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-7/+7
|\ \ | |/ |/|
| * Annotate hardware config module parameters in drivers/char/ipmi/David Howells2017-04-201-7/+7
* | ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert2017-04-281-4/+4
* | ipmi_si: use smi_num for init_nameTony Camuso2017-04-101-3/+16
* | ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley2017-04-071-0/+1
* | ipmi_ssif: use setup_timerGeliang Tang2017-04-071-3/+2
* | ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang2017-04-071-1/+3
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery2017-02-202-22/+61
* char: ipmi: constify ipmi_smi_handlers structuresBhumika Goyal2017-02-091-1/+1
* ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-053-4/+4