summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: Move the hotmod handling to another file.Corey Minyard2017-09-274-244/+264
* ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard2017-09-273-309/+229Star
* ipmi_si: Move io setup into io structureCorey Minyard2017-09-272-92/+85Star
* ipmi_si: Move irq setup handling into the io structCorey Minyard2017-09-273-81/+82
* ipmi_si: Move some platform data into the io structureCorey Minyard2017-09-272-216/+213Star
* ipmi_si: Rename function to add smi, make it globalCorey Minyard2017-09-272-16/+28
* ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard2017-09-271-27/+23Star
* ipmi: Rescan channel list on BMC changesCorey Minyard2017-09-271-58/+111
* ipmi: Move lun and address out of channel structCorey Minyard2017-09-271-22/+25
* ipmi: Retry BMC registration on a failureCorey Minyard2017-09-271-1/+23
* 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/+1Star
* 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/+10Star
* 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/+1Star
| * 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/+151Star
|\ \
| * | ipmi: get rid of field-by-field __get_user()Al Viro2017-06-261-50/+37Star
| * | ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro2017-06-261-133/+115Star
* | | 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
|\ \ | |/ |/|